Re: How to config/costom a WS Security to SOAP header

Home Page Forums BizTalk 2004 – BizTalk 2010 How to config/costom a WS Security to SOAP header Re: How to config/costom a WS Security to SOAP header

#21175

Yes, MS SDK does support HTTPS, but it looks like you don’t need it.  Your logs give you just what you need: the request/response envelopes.  I do see something interesting in the response.  It does not contain any headers.  The error message complains that there were no security headers in the response, so I think that is the issue.  I don’t know what the ws-security spec says about response headers, but it looks like BizTalk is expecting them.  I would do some analysis to get a better understanding of ws-security.  Do some tests and look at the request/response envelopes in the log, paying attention to the headers.  One good test would be to call the service from a non-BizTalk client.  Another wuld be to create a test WCF service that uses ws-security and call it.  These should shed some light on things.