Exposing SOAP Header info to Client through the WSDL
The WSDL specification provides you with two different ways of specifying the use of SOAP header fields.
In explicit headers, you add all of the header information to the portType of the service. It becomes exposed to the client as additional parameters. The advantage of this style is that the client can pass all of the information directly to the service.
Leave a Reply