Soap header, problems getting to value

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jan Jacobs

    Soap header, problems getting to value

    Hi there,

    right now i have to create a webservice that complies with an existing
    client already. This client was written in Java, and provides a soap
    header like this:

    <soap-env:Header>
    <TransactionI D soap-env:mustUnderst and="1"
    xmlns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0">
    fh-transaction-id-101-1114094448542
    </TransactionID>
    </soap-env:Header>

    How can I read out the value of this header? Inheriting a class
    called TransactionID from SoapHeader didnt work, because I dont have
    access to the value.

    When I use unknownHeaders, I am able to loop through all unknown
    headers, but this means that the TransactionID soapheader wont be part
    of the definition of my webservice, which is not what I want.

    Is there a way to read a soapheader like the above example?

    Thank you,

    Jan Jacobs
Working...