Re: Starting with xRoute WS
Posted: Tue Feb 21, 2017 3:38 pm
I don't set a URL when i call a WS I just call the SOAP client and then call the function as i posted in the code above. I have a few WS at work and none of them requires something else than the wsdl.
The thing is i don't see any SOAPAction for the wsdl...
Do you mean something like this ?
I never used such function though.
The thing is i don't see any SOAPAction for the wsdl...
Do you mean something like this ?
Code: Select all
$service->__setLocation('http://XXX.XXX.XXX.XXX/xroute/rs/xroute/calculateBulkRouteInfo');