The SOAP spec (http://www.w3.org/TR/2000/NOTE-SOAP-20000508) which Apache
SOAP implements discusses the SOAPAction value as a way for the client to
indicate to the server what action ought to tbe taken. When the transport
used is HTTP, this parameter is passed as a HTTP header. see section 6.1
of the spec.
hth
cheesr
dim
On Tue, 11 Sep 2001, mathias salle wrote:
> Hi,
>
> In org.apache.soap.messaging.Message method send(java.net.URL url,
> java.lang.String actionURI, Envelope env) , what is the role of
> actionURI, in the javadoc, it says: "the value of the SOAPAction
> header", I don't really understand what it means?
>
>