Hi all, in order to achieve a template as below, having the
<SOAP-ENV:Header> element structure, what I need to do?

----------------------------------------------------------------------------
------------
<?xml version='1.0' encoding='UTF-8'?>

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
                   xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
                   xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
<SOAP-ENV:Header>
</SOAP-ENV:Header>

<SOAP-ENV:Body>
</SOAP-ENV:Body>

</SOAP-ENV:Envelope>
----------------------------------------------------------------------------
--------------

As per my understanding, that "call.setParams(params)" sets the elements in
<SOAP-ENV:Body> tag but can anyone send me the sample for setting the
headers.


thanks in advance
 Om


--
To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

Reply via email to