I am trying to develop a client that will consume a webservice developed in .NET
One requirement of the webservice is that it needs a header value
which is an xml string like this

<HeaderName>
<HeaderValue>value</HeaderValue>
</HeaderName>

In my axis client when I tried to setup the header as

stub.setHeader(namespace,"HeaderName","<HeaderValue>value</HeaderValue>");

in the soap request it maps to
<HeaderName>&lt;HeaderValue&gt;value&lt;/HeaderValue&gt;</HeaderName>

as a result my request to the webservice is rejected.
Is there a way to send an XML string as header value as such.

I need a fix urgently

thanks

Shantanu
--
Graduate Student
Department of Computer Science,
San Diego State University

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to