Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soap header : Addressing bug / wrong name #25

Open
johnchesser opened this issue Mar 14, 2018 · 0 comments
Open

Soap header : Addressing bug / wrong name #25

johnchesser opened this issue Mar 14, 2018 · 0 comments

Comments

@johnchesser
Copy link

Something I noticed when running wcf.js when pointed at a java based server.

The "/role" is appended to both addressing types, but it is only valid on the 2004/08. I think this actually comes from ws.js.

Valid (the links happen to work as well):
http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous/
http://www.w3.org/2005/08/addressing/anonymous

Not valid:
http://www.w3.org/2005/08/addressing/role/anonymous

See https://www.w3.org/TR/2006/REC-ws-addr-core-20060509/ and search for anonymous.

What it caused our java server to do was try to send a request to w3.org thinking it was an asynchronous call. (It thinks it's an external URL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant