Potrzebuję wykonać poniższą odpowiedź xml za pomocą SoapClient.
Czy ktoś potrafi takie coś zrobić

<?xml version="1.0" encoding="utf-16"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <AuthenticationTicket MyAttribute="" xmlns="http://tempuri.org/"> <user>usertext</user> <password>passwordtext</password> </AuthenticationTicket> </soap:Header> <soap:Body> <B1 xmlns="http://tempuri.org/" /> </soap:Body> </soap:Envelope>
Temat do zamknięcia
W header nie stworzyłem new stdClass();