SOAP MethodURI and other properties |
|
Date Entered: 6/5/2002
|
Last Update: 6/4/2004
|
APPLIES TO |
|
|
|
|
SYNOPSIS |
How do I determine the MethodURI and other specifics for the SOAP Service that I want to access with your SOAP component? |
SOLUTION |
The MethodURI, Method, ActionURI, and other specifics can all be determined by examining the WSDL file for the service you are attempting to consume. Every SOAP Service has a WSDL File, usually accessible by http://serviceurl?WSDL.
http://www.nsoftware.com/kb/ contains a web service proxy generator that will automatically examine the WSDL file of your service and show you how to use our SOAP component to consume it. |