Hello!!
I have just started on Soap and writing a Soap client now for a project. While looking at the documentation, I see the following are some of the parameters needed while sending a request.
- Operation name
- A Name Space
- A Soap action for the header
Why is these attributes required separately in the WSDL. The Soap action is actually the combination of the target namespace and the operation, right? Or they can be different?
Atleast, in my case we have a UI to set this fields by the users, so my question is that will it work if I show only op name and namespace to specify by the user and I internally resolve the Soapaction url based on this target namespace and operation name he has selected before sending a soap request?
TIA,
dw
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
