Witam,

Potrzebuję wykonać poniższą odpowiedź xml za pomocą SoapClient.

Czy ktoś potrafi takie coś zrobić smile.gif ?

  1. <?xml version="1.0" encoding="utf-16"?>
  2. <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">
  3. <soap:Header>
  4. <AuthenticationTicket MyAttribute="" xmlns="http://tempuri.org/">
  5. <user>usertext</user>
  6. <password>passwordtext</password>
  7. </AuthenticationTicket>
  8. </soap:Header>
  9. <soap:Body>
  10. <B1 xmlns="http://tempuri.org/" />
  11. </soap:Body>
  12. </soap:Envelope>



Temat do zamknięcia

W header nie stworzyłem new stdClass();