Hello Experts,
doing the SOAP approach for XServer2 Routing API ,I faced with the issue of filling waypoints.
The waypoints table was generated based on the structure with "Controller" and "Name" fields.
Like it was read by SAP Logic in WSDL File.
SAP Generated dictionary structure:
WSDL FIle:
Would it not more convenient to have in INPUT_WAYPOINT table a structure just with X, Y fields to have a possibility for direct initialization ? Are there any Ideas how to fill INPUT_WAYPOINT table with current apporoach ?
Best Regards
YNik.
SOAP XRoute2
- Bernd Welter
- Site Admin
- Posts: 3014
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: SOAP XRoute2
Hello YNik,
my own contribution isn't SAP based but could help anyway:
The class com.ptvgroup.xserver.xroute.InputWaypointitself is an abstract base class class and not used in the source code itself. Instead you would need to instanciate one of the following classes:
Best regards,
Bernd
my own contribution isn't SAP based but could help anyway:
The class com.ptvgroup.xserver.xroute.InputWaypointitself is an abstract base class class and not used in the source code itself. Instead you would need to instanciate one of the following classes:
- com.ptvgroup.xserver.xroute.PathWaypoint
- com.ptvgroup.xserver.xroute.OnRoadWaypoint
- com.ptvgroup.xserver.xroute.OffRoadWaypoint
- com.ptvgroup.xserver.xroute.MultiCoordinateOnRoadWaypoint
- com.ptvgroup.xserver.xroute.ManipulateRouteWaypoint
- com.ptvgroup.xserver.xroute.CombinedTransportViaWaypoint
Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...