You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tevoi Andrea <te...@cad.it> on 2003/01/10 17:32:44 UTC

SoapAction

Hi all,

My wsdl contains soapAction option (i.e. soapAction="01") in binding tag.
I use WSDL2Java to generate axis client stub classes.
When these classes serialize a soap message, header contains soapAction as "01" and NOT as 01.
Is this an axis bug?

thanks in advance,

Andrea Tevoi