RE: Adding SOAP header in Axis client

2002-09-30 Thread Naresh Bhatia
Title: RE: Adding SOAP header in Axis client I am trying to transmit a SOAP header from my Axis client, but it is not working. Below is the manually modified stub code that tries to add the header to the SOAP message:     Document doc = XMLUtils.newDocument();     Element root

Adding SOAP header in Axis client

2002-09-30 Thread Naresh Bhatia
Title: Adding SOAP header in Axis client I am trying to transmit a SOAP header from my Axis client, but it is not working. Below is the manually modified stub code that tries to add the header to the SOAP message:     Document doc = XMLUtils.newDocument();     Element root