HI all,

 

How to add empty SOAP Header element to SOAP request , using AXIS2 API.

Soap Request should be  like this 

 

<?xml version="1.0" encoding="http://schemas.xmlsoap.org/soap/envelope/";
standalone="no"?>

<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>

<soapenv:Header>

</soapenv:Header>

<soapenv:Body>

</soapenv:Body>

</soapenv:Envelope>

 

How to add empty SOAP header element to SOAP envelope ..?

 

Thanks in advance for kind support.

 

Thanks regards,

Vishnu.

Reply via email to