| Author |
getting the values in the SOAP header
|
Alexandre Alleaume
Greenhorn
Joined: Feb 16, 2004
Posts: 11
|
|
Hello everybody. I'm codding a web service and I wanted to modify the SOAP header from the server side. I've succed in that, but from the client side I want to see what is in the SOAP header and that's why I give you my problem. So I've writting this code : and in the console I see that : element : [SessionID: null] element : [NextRecord: null] but, and here is my problem, in the SOAP header I can see that : <soapenv:Header> <SessionID soapenv:mustUnderstand="0" xmlns="">452e8512:fb351929eb:-7ff0</SessionID> <NextRecord soapenv:mustUnderstand="0" xmlns="">3</NextRecord> </soapenv:Header> I want to use the values in my code. please help me Thanks in advance. [ March 10, 2004: Message edited by: Alexandre Alleaume ]
|
 |
 |
|
|
subject: getting the values in the SOAP header
|
|
|