PHP bir SOAP Zarf belli ad ekle

1 Cevap php

Gerçekten ben zaten SoapCliente yapıcısındaki 'URI' parametresini kullanırken uğraş nedense WSDL belirtilen olmayan bir SOAP Zarf için belirli bir ad alanı eklemeniz gerekir ama işe yaramıyor

nasıl SoapEnvelope bu ad ekleyebilirsiniz?

şimdiden teşekkürler

1 Cevap

Sen change the namespace SoapEnvelope değil yapamam.

Notice the xmlns:soap namespace in the example above. It should always have the value of: "http://www.w3.org/2001/12/soap-envelope". The namespace defines the Envelope as a SOAP Envelope. If a different namespace is used, the application generates an error and discards the message.