System Down
System Down

Reputation: 6270

MessageID format in WSE

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!

Upvotes: 0

Views: 243

Answers (1)

Charles Prakash Dasari
Charles Prakash Dasari

Reputation: 5122

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.

Upvotes: 1

Related Questions