If SOAPAction is not used at all by default, it seems to me that this
violates WS-I BP.
Is SOAPACTION_USE_PROPERTY only used to control SOAPACTION_URI_PROPERTY?
Kathy Walsh wrote:
> There are some BindingProvider properties that enable this
>
> from BindingProvider api class:
>
> /** Standard property for SOAPAction. This boolean property
> * indicates whether or not SOAPAction is to be used. The
> * default value of this property is false indicating that
> * the SOAPAction is not used.
> * <p>Type: <code>java.lang.Boolean</code>
> **/
> public static final String SOAPACTION_USE_PROPERTY =
> "javax.xml.ws.soap.http.soapaction.use";
>
> /** Standard property for SOAPAction. Indicates the SOAPAction
> * URI if the <code>javax.xml.ws.soap.http.soapaction.use</code>
> * property is set to <code>true</code>.
> * <p>Type: <code>java.lang.String</code>
> **/
> public static final String SOAPACTION_URI_PROPERTY =
> "javax.xml.ws.soap.http.soapaction.uri";
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com