Ok, I am hoping someone will be able to answer this very quickly.
I have been writing a bunch of webservices in c#, the one thing I notice is
this.
On about half of them, when I call the .asmx page, and click on a function,
it gives me fields to "post" the input into to actually try the function.
On the other half, it just gives me the syntax to do a SOAP call. I can't
figure it out.
How do I get all webservices I write to allow me to "post" data like that.
Thanks,
Jon - 06 Dec 2005 09:40 GMT
Usually if the webservice is accessed from the machine itself (localhost) it
allow this
Complex types of course can't be posted this way.
See also
http://support.microsoft.com/default.aspx?scid=kb;en-us;819267
Jon
> Ok, I am hoping someone will be able to answer this very quickly.
> I have been writing a bunch of webservices in c#, the one thing I notice
[quoted text clipped - 11 lines]
>
> Thanks,