Web service input boxes in IE

K

Kishore

I created a simple web service with one web method accepting custom C# class.
I thought I can test this in IE like get the xml equivalent of C# class and
paste in input box.
But IE is not showing any input boxes.
I added HTTP POST in web.config, didn't help.

How can I able to submit my xml throguh IE ?

TIA
Kishore
 
J

John Saunders [MVP]

Kishore said:
I created a simple web service with one web method accepting custom C#
class.
I thought I can test this in IE like get the xml equivalent of C# class
and
paste in input box.
But IE is not showing any input boxes.
I added HTTP POST in web.config, didn't help.

How can I able to submit my xml throguh IE ?

The test pages created by .NET for a .ASMX web service do not produce inputs
for complex parameters.

You might want to try soapUI from http://www.soapUI.com.
 
K

Kishore

John, Thank you for responding.
I will check soapui.com
Any idea, what makes it not to show input boxes, what steps do i need to do
to show them ?

Thanks
Kishore
 
J

John Saunders [MVP]

Kishore said:
John, Thank you for responding.
I will check soapui.com
Any idea, what makes it not to show input boxes, what steps do i need to
do
to show them ?

You would have to rewrite the page, which is located at
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\DefaultWsdlHelpGenerator.aspx.
You then have to modify the machine.config to point to the new version.

The version supplied by Microsoft simply has no support for complex types at
all.
 
K

Kishore

Thank you John

John Saunders said:
You would have to rewrite the page, which is located at
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\DefaultWsdlHelpGenerator.aspx.
You then have to modify the machine.config to point to the new version.

The version supplied by Microsoft simply has no support for complex types at
all.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top