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

Enable xmlns:xsi #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enable xmlns:xsi #185

wants to merge 1 commit into from

Conversation

mingpen
Copy link

@mingpen mingpen commented Nov 23, 2020

No description provided.

@MKITConsulting
Copy link

This is already implemented inside the PR #201. (see this line)

Golang cannot decode xml namespaces atm, for this the SOAPEnvelope works with namespaces and the SOAPEnvelopeResponse without. With the PR mentioned above (already merged) it is possible to send requests to SOAP services that require namespaces. SOAP services that generate requests with prefixes are also supported by ignoring those prefixes inside the struct SOAPEnvelopeResponse. For the callee of the library methods nothing will change though except that more services will work with the library now.

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

Successfully merging this pull request may close these issues.

None yet

2 participants