I am working on wM 9.9 and facing an issue with setting the header in soap request.
Client has shared their wsdl and we have created the connector in our server.
When posting the data, we need to set the header element as well which is not coming in the input document.
I am trying to do same thing our friend Amit has accomplished.
However, I generated my consumer based on WSLD. It turns out that, it added pub.client:soapClient.
I am not sure how to generate the same soap header attribute:
I am facing similar issue while trying to add custom header .
I am creating a consumer by importing the wsdl , but the header information is not part of the wsdl
Hi Vlad,First I follwed your tutorial and downloaded attached package,when I implement the same,for request handler I’m facing an issue that when I checked it “outputHeaderBlock[0]/headerDocument” is coming empty from “pub.soap.handler:getHeaderBlock”, I have followed exactly as you described in your site,Please help me on this AAWS.zip (26.4 KB)