overwolf

Results 37 comments of overwolf

Because this class: type: 'GoetasWebservices\SoapServices\SoapEnvelope\Headers' Doesn't exist. It's posible to fix this? I do anything wrong? How it works? Many thanks for attention.

Where you construct this part of metadatas? `'GoetasWebservices\SoapServices\SoapEnvelope\Headers' Because If i extrat the part the namespace of the class in there that's work correctly. ![image](https://user-images.githubusercontent.com/9083812/46129395-d0172380-c236-11e8-8496-5311bf8e9fae.png) `

Because when you pass Header like you tell me: $client->getRooms($rq, $userValidation); In Arguments reader you set empty class HeaderPlaceHolder to envelope and it throws an error cause argument is not...

We can do this but I'm not sure that if it's how you thought. ![image](https://user-images.githubusercontent.com/9083812/46133049-e2e22600-c23f-11e8-825a-1651cddfdecc.png)

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'

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...

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

Yes, sorry. For example: Get client from diferent wsdl depending on the url like: If a call dev.synergy.com/weather $client = $factory->getClient('http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL', "WeatherSoap", "Weather"); Or dev.synergy.com/calculator $client = $factory->getClient('http://www.dneonline.com/calculator.asmx?WSDL', "CalculatorSoap", "Calculator");

Because is possible to get the portType output if a have the address of service? **$port = $definitions->findPortType($port); foreach($port->getOperations() as $operation) { $output = $operation->getOutput(); }**

Yes, I have this request: ```xml 2018-10-15 2018-10-16 ``` I know prefic in namespace is just randomly generated. But when I send to channel it return void response. Without it...