Witam,
muszę stworzyć w SoapClient coś takiego:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:myNs1="http://example1.com/ns" xmlns:myNs2="http://example2.com/ns">
<soapenv:Header>
<myNs1:one id="x" xmlns:ns1="http://example1.com/ns" />
<myNs1:two id="y" xmlns:ns1="http://example1.com/ns" />
</soapenv:Header>
<soapenv:Body>
<myNs2:func>
<myNs1:location>
<myNs1:abc>...</myNs1:abc>
</myNs1:location>
</myNs2:func>
</soapenv:Body>
</soapenv:Envelope>
Przede wszystkim chodzi o przestrzenie nazw. Jak to zaimplementować w
SoapClient?