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>
Hello, how can I make from this
this