XML Web service
XML / XSL
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to fetch the soap envelope every time when I call the web service. Currently I m passing the values in object and the object gets passed into the Web method. I need that Soap envelope what dot net internally generate to call this web service.
-
Hi, I want to fetch the soap envelope every time when I call the web service. Currently I m passing the values in object and the object gets passed into the Web method. I need that Soap envelope what dot net internally generate to call this web service.
run your service in the browser and it'll display you its specification: all public methods and their call signatures
-
run your service in the browser and it'll display you its specification: all public methods and their call signatures