HTTP Header in Web Consumer
Posted: Wed Nov 10, 2010 11:04 pm
Hello,
Early last year i set up a web service consumer within our environment to use the WSDL's provided by the UK HMRC. This service allows us to send requests for new tax code changes which they send down as SOAP messages (as are our requests).
Recently, the HMRC have made changes to their systems and it has stopped the service working correctly, this is a fault affecting a large number of people. As a result, they have requested that we send all SOAP messages and errors that occur during a conversation between the two systems. I have provided this.
They have now additionally asked me to send them the HTTP headers for our messages, and i am struggling to find where i can get this to write out... Has anybody had any experience with doing this?
We have 2 subclasses of JadeWebServiceConsumer and within those have methods to get the SOAPResponse and to invoke the message.
Any help in this will be very appreciated.
Thanks!
Rich
Early last year i set up a web service consumer within our environment to use the WSDL's provided by the UK HMRC. This service allows us to send requests for new tax code changes which they send down as SOAP messages (as are our requests).
Recently, the HMRC have made changes to their systems and it has stopped the service working correctly, this is a fault affecting a large number of people. As a result, they have requested that we send all SOAP messages and errors that occur during a conversation between the two systems. I have provided this.
They have now additionally asked me to send them the HTTP headers for our messages, and i am struggling to find where i can get this to write out... Has anybody had any experience with doing this?
We have 2 subclasses of JadeWebServiceConsumer and within those have methods to get the SOAPResponse and to invoke the message.
Any help in this will be very appreciated.
Thanks!
Rich