Skip to content

all namespaces in envelope tag #715

@LadyR123

Description

@LadyR123

Hello, how can I make from this

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <h:Action xmlns:h="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://test.com</h:Action>
    </s:Header>
</s:Envelope>

this

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:h="http://schemas.xmlsoap.org/ws/2004/08/addressing"  >
    <s:Header>
        <h:Action>http://test.com</h:Action>
    </s:Header>
</s:Envelope>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions