Is there a way to accept soapenv:Header data in a request to a soap server?
We are receiving an header data and the server is returning an error because of this header.
<soapenv:Header> <esb:header> <esb:message_type>AddNewOrder</esb:message_type> <esb:version>01.80</esb:version> <esb:source_entity>LPRO</esb:source_entity> <esb:source_application>NOLS</esb:source_application> <esb:destination_entity>KEIT</esb:destination_entity> <esb:destination_application>TIRE</esb:destination_application> </esb:header> </soapenv:Header>
Do we need to define it in the wsdls and if yes how can we do that as we are not able to find it in the documentation.
Is there a way to accept soapenv:Header data in a request to a soap server?
We are receiving an header data and the server is returning an error because of this header.
<soapenv:Header> <esb:header> <esb:message_type>AddNewOrder</esb:message_type> <esb:version>01.80</esb:version> <esb:source_entity>LPRO</esb:source_entity> <esb:source_application>NOLS</esb:source_application> <esb:destination_entity>KEIT</esb:destination_entity> <esb:destination_application>TIRE</esb:destination_application> </esb:header> </soapenv:Header>Do we need to define it in the wsdls and if yes how can we do that as we are not able to find it in the documentation.