Asmir Mustafic

Results 525 comments of Asmir Mustafic

Should be `GoetasWebservices\SoapServices\SoapEnvelope2\Headers`.... @riccardonar ?

sorry for being ignorant, but what is NTLM authentication?

hmmm. currently is not supported... pull requests are welcome. i think something can be done using http://php.net/manual/en/function.stream-context-create.php

That should be already sported, see https://github.com/goetas-webservices/soap-client/blob/4be915046d32902a790b3e11403369e7eb391481/tests/Client/Client12RequestResponsesTest.php#L366

is this solved?

At the moment is it not implemented a way to pass credentials however you can use https://www.php.net/manual/en/function.stream-context-set-default.php that will allow you to send credentials. I guess that you can hardcore...

Can you elaborate?

did not get the question... do you have to do something this?: ```php if(strpos($URL, 'weather')!==false){ $client = $factory->getClient('http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL', "WeatherSoap", "Weather"); } elseif(strpos($URL, 'calculator')!==false){ $client = $factory->getClient('http://www.dneonline.com/calculator.asmx?WSDL', "CalculatorSoap", "Calculator"); }

Can you elaborate?

>It means that his XML compilant is not working sure? Most likely yes if you want to get rid or CDATA, you have to set cdata: false in the metadata...