Hi Frederik.

This is my code into my custom provider :
first of all, into the locate method, I store the "call" parameter to
re-use it into the invoke method.
Into the invoke method, I use the call as following :
  ...
  Vector _ve =  call.getHeader().getHeaderEntries();
  for (int i=0; i<_ve.size(); i++){
        Node _node = (Node)_ve.get(i);
  ...
Indeed, Header entries are org.w3c.dom.Node

In my client, header informations are set with Node instances.

Damien
                        

-----Message d'origine-----
De : Frederik Fromm [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 17 août 2001 12:11
À : [EMAIL PROTECTED]
Objet : Reading SOAP-Header in provider...?


Hi!

I have to read serverside a sessionID and a transactionID out of the
SOAP-header to verify the client to my service. 

Does anybody have some samplecode to get access to the header-attributes
and element values? Using a custom provider? 

Thanx,

Frederik Fromm


Reply via email to