goetas-webservices / soap-client

PHP implementation of SOAP 1.1 and 1.2 client specifications
MIT License
175 stars 28 forks source link

Multiple xml_root_namespace #43

Closed victorgp89 closed 5 years ago

victorgp89 commented 5 years ago

Hi, Is it possible to configure several attributes of this type?

For example:

image

In my api we have clients that also send this version of OTA but without the xmls attribute

image

goetas commented 5 years ago

The xml you posted is not a valid OTA request. By OTA specifications elements are namespaced. If you have such case, I suggest you to add the xmlns before processing the document.