Symptoms
We have designed smart objects for complex object types connecting to ESB Webservice wsdl.
We are stuck where we need to pass the below usernametoken in the soap request header. I am trying with SOAPHttpClientprotocol enabled and am not sure if this is supported by K2.
xmlns:wsu="http://schemas.xmlsoap.org/ws/2003/06/utility">
sample
oracle
2004-05-19T08:44:51Z
Diagnoses
We understand that the SOAP header schema is not being exposed with a place to add the username and password details.
Resolution
Wrapping the Service methods in the custom webservice that in turn calls the original webservice with the header details will solve the issue.