I have to call external web service from esb process and the external web service needs security -information in the request soap message header.
If I put in the input soap message that header esb doesn't handle that message right and I do not know how to map that information to the request because this security information is not described in the external web services wsdl -file.
As I readed the sonic documents and there was said that
"WSDL policy and outbound invocations:
The choice of whether or not to use WS-ReliableMessaging or
WS-Security in outbound web service invocations is based on
the presence of a WS-ReliableMessaging or WS-Security policy
in the web service's WSDL."
Does this mean that I cannot make the call to the external web service via sonic esb process because the security information is not in the external webservices wsdl ?