Represent XML tag with multiple namespaces #4992
Unanswered
nickkpiccoli
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@nickkpiccoli I believe the issue here is not multiple attributes (which can be done), but multiple namespaces, as the @ralfhandl any ideas here? I don't know enough about XML Namespaces to understand why the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I need to represent a Soap request that has the Envelope like this "<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:other = "http:example..">".
In the oas actually the request look like this:
How can I modify this to have multiple namespace/attributes(xmlns:other) in the soap:Envelope tag?
Beta Was this translation helpful? Give feedback.
All reactions