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 Ge...@nokia.com on 2002/09/02 11:04:41 UTC

SOAP headers

Hi, 

 I have a minor problem with SOAP headers. When setting a
SOAP header with the AXIS client framework, the type of
the header also appers in the header tag. So when I set
a header with a string content, the type=xsd:string (or)
something similar attribute appears in the header tag.
How can I make this dissapear ? The setType method of
SOAPElement didn't help. Thanx, Geza.