goetas-webservices / soap-client

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

Find Element. #44

Open victorgp89 opened 4 years ago

victorgp89 commented 4 years ago

Hi Goetas,

I have the following wsdl:

https://integcert.synxis.com/interface/ota2010av2/OTA2010A.svc.wsdl

image

This is my yml:

image

But when I try to convert metadatas I've the following error:

image

victorgp89 commented 4 years ago

Another question: If two wsdl of diferent web service have the same wsdl is possible omit the destinations_php?

For example: Unable to determine location to save PHP class 'Igm\Synergy\Models\AsyncHeaders\CorrelationID'

victorgp89 commented 4 years ago

I'm sorry for so many questions but I have several errors and I don't know if it's because of the content of the wsdl.

I have problem with the type ref:

image

image

victorgp89 commented 4 years ago

Any update? It's possible omit the creation of namespace created previously with another wsdl?