If you use http (or https) as transport mechanism, are these two (syntactically) look the same in the wsdl ?
________________________________ From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 1:42 PM To: axis-user@ws.apache.org Subject: RE: soapAction versus wsaAction One major difference is the wsaAction is transport neutral. If you use JMS to execute a web service, the soapAction would not available without some intermediary router logic. As long as you are using WS-Addressing, the wsaAction will always be available. Ted ________________________________ From: Gul Onural [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 11:07 AM To: axis-user@ws.apache.org Subject: soapAction versus wsaAction In the wsdl, what is the difference between soapAction and wsaAction ? Gul