You can enable an existing Java API for XML-Based Web Services (JAX-WS) web services client to receive values from implicit SOAP headers. By modifying your client code to receive implicit SOAP headers, you can receive specific information within an incoming web service response.
To complete this task, you need a web services client that you can enable to receive implicit SOAP headers.
Handlers and service endpoints can manipulate implicit or explicit SOAP headers using the SOAP with Attachments API for Java (SAAJ) data model.
Using JAX-WS, there is no restriction on types of headers that you can manipulate.
The client application sets properties on the Dispatch or Proxy object to send and receive implicit SOAP headers.
You have a JAX-WS web services client that can receive values from implicit SOAP headers.
In this information ...Related tasks
Related information
| IBM Redbooks, demos, education, and more(Index) |