Search found 5 matches

by xDurable
Thu Jun 10, 2021 9:28 am
Forum: PTV xLocateServer
Topic: No Postal Call in the result address (French location)
Replies: 7
Views: 7595

Re: No Postal Call in the result address (French location)

Thanks a lot Bernd. Everything's clear for us now. Could you just take in count that at least one client, stuck to j2EE architecture, would appreciate to have the possibility to set the parameter "province" actualy absent in the "com.ptvgroup.xserver.xlocate.Address" Object :? Be...
by xDurable
Wed Jun 09, 2021 1:21 pm
Forum: PTV xLocateServer
Topic: No Postal Call in the result address (French location)
Replies: 7
Views: 7595

Re: No Postal Call in the result address (French location)

Many thanks !!!! I can see exactly what happens. But things must be a bit different in javascript and in pure Java. The address object has no getter/setter for the "province" !! It's embarassing ! Concerning the Postal Code : if we search with city-name, I understand that locate cannot del...
by xDurable
Wed Jun 09, 2021 12:59 pm
Forum: PTV xLocateServer
Topic: No Postal Call in the result address (French location)
Replies: 7
Views: 7595

Re: No Postal Call in the result address (French location)

We must locate a town. We know the name of the city and the name of the department (France) For instance address.city="Gray", address.State= "Haute-Saone". We transmit the queryAddress and the coordonates are ok. BUT Address.State has been replaced by the name of the region ! And...
by xDurable
Wed Jun 09, 2021 12:22 pm
Forum: PTV xLocateServer
Topic: No Postal Call in the result address (French location)
Replies: 7
Views: 7595

Re: No Postal Call in the result address (French location)

String baseUrl = "http://localhost:50000"; String str_url_locate = baseUrl + "/services/ws/XLocate?wsdl"; String str_url_route = baseUrl + "/services/ws/XRoute?wsdl"; URL url_locate = null;URL url_route = null; try { url_locate = new URL(str_url_locate); url_route =new...
by xDurable
Wed Jun 09, 2021 7:12 am
Forum: PTV xLocateServer
Topic: No Postal Call in the result address (French location)
Replies: 7
Views: 7595

No Postal Call in the result address (French location)

Hi, thanks for this forum... I'm working for integration of xLocate-xRoute in a batch application. I found stonishing comportements that helps a lot BUT I don't understand how to manage the locate query in order to recieve the (french) postal Code. Nowadays this address field is obstinatively empty....