
How to call web service created by Soap toolkit wsdl Generator
Dear all,
I have used Soap Toolkit WSDL generator to generate web
service. The service name
is Test on 127.0.0.1. Now I want to test the web service in IE. So I
type in address
http://www.*-*-*.com/
can return function that I can
input parameter to test the web service. Just like the web service of
VB.Net. I have try to type
in http://www.*-*-*.com/ ://127.0.0.1/test.wsdl. Both
return XML. How can I run the
service in IE. Or the web service created by Soap toolkit cannot be
called in IE. But I guess
maybe I should type in the correct parameter to call the service.
Please help me to call the web service. test.asp or test.asmx?
Thanks.