Search found 7 matches

by ffw_rude
Thu Feb 23, 2017 8:58 am
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Re: Starting with xRoute WS

I think i missexplained myself because i am using SOAP. Not REST/JSON.
by ffw_rude
Tue Feb 21, 2017 3:38 pm
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Re: Starting with xRoute WS

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 ? $service-...
by ffw_rude
Tue Feb 21, 2017 3:01 pm
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Re: Starting with xRoute WS

I don't call a URL i call a function.

I don't get your question.
by ffw_rude
Tue Feb 21, 2017 8:44 am
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Re: Starting with xRoute WS

The $wsdl ? It's

http://XXX.XXX.XXX.XXX:XXXXX/xroute/ws/XRoute?WSDL

Then i tried calculateBulkRouteInfo AND calculateExtendedRoute

Since late yesterday i'm able to call the WS via curl but not in PHP :(
by ffw_rude
Mon Feb 20, 2017 3:53 pm
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Re: Starting with xRoute WS

That's the deal though :)

"Once i checked how to establish communication" is exactly what i'm looking for :)
by ffw_rude
Mon Feb 20, 2017 3:15 pm
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Re: Starting with xRoute WS

Hello and thanks for your answer. Regarding the JSON method, i thought this couldn't be achieved via SOAP and only by REST. On my PTV Server i don't have documentation for the JSON/REST method so i let this out. Do you have documentation for the communication between JSON/REST on xRoute ? I'll look ...
by ffw_rude
Mon Feb 20, 2017 3:02 pm
Forum: PTV xRouteServer
Topic: Starting with xRoute WS
Replies: 12
Views: 20436

Starting with xRoute WS

Hello, So i just been handed xRoute to play with and it's quite complicated to start. I'm trying to use xRoute WS with calculateBulkRouteInfo but so far impossible to make it work and impossible to find documentation. I'm trying to call it via PHP and i don't know how the data needs to be formated. ...