Question

I've built a web service using WSE 3.0 that should interface with various other platforms like IBM's WebSphere. In the addressing part of the request the content of MessageID needs to be in the format uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx. Anything else results in a "Bad Request" error. I've been told that according to WS-Addressing RFC MessageID can contain anything. Is there a way to allow a MessagdID that doesn't conform to that format?

Thanks!

Was it helpful?

Solution

From memory: I think the MessageID in WSE is a URI. I guess you can try with any string that has a URL moniker (http, ftp etc) and a string after that.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top