Hi!:
I apologize in advance for this question.
I've no time to experiment, then I looking for the Guru.

I need to create this kind of SOAP HEADER

<soap:Header>
<Request xmlns="http://www.oasis-open.org/asap/0.9/asap.xsd";>
<SenderKey>http://asap/ASAPServer/InstanceService.asmx?id=632354970841017568.000</SenderKey>
<ReceiverKey>http://venus/ASAPClient/ObserverService.asmx</ReceiverKey>
<ResponseRequired>Yes</ResponseRequired>
<RequestID>id</RequestID>
</Request>
</soap:Header>


I've read the javadoc but with no luck. (SOAPHeader, SOAPHeaderElemenT)
I would like to have a simple java example to do copy and paste.

Do I have to use addChildElement ???

Best Regards

Francisco




Reply via email to