Java Sample not working
Posted: Mon Oct 19, 2015 3:17 pm
Hi,
I'm evaluating the PTV Xserver Internet and I found following Code Sample on this link
http://xserver.ptvgroup.com/dk/cookbook ... d-classes/
I generate with mvn and it generates me a jar file.
The problem what I have is when I try to use the test class the classes
import com.ptvag.jabba.service.baseservices.ArrayOfCallerContextProperty;
import com.ptvag.jabba.service.baseservices.CallerContext;
import com.ptvag.jabba.service.baseservices.CallerContextProperty;
import com.ptvag.xserver.common.ArrayOfPoint;
import com.ptvag.xserver.common.PlainPoint;
import com.ptvag.xserver.common.Point;
import com.ptvag.xserver.xroute.ArrayOfWaypointDesc;
import com.ptvag.xserver.xroute.LinkType;
import com.ptvag.xserver.xroute.ResultListOptions;
import com.ptvag.xserver.xroute.Route;
import com.ptvag.xserver.xroute.WaypointDesc;
import com.ptvag.xserver.xroute.jwsdp.XRouteWS;
Are invalid and missing - from my view it should generate the WSDL with maven or am i missing something here (another Jar maybe) ?
Regards
Ewald Geschwinde
I'm evaluating the PTV Xserver Internet and I found following Code Sample on this link
http://xserver.ptvgroup.com/dk/cookbook ... d-classes/
I generate with mvn and it generates me a jar file.
The problem what I have is when I try to use the test class the classes
import com.ptvag.jabba.service.baseservices.ArrayOfCallerContextProperty;
import com.ptvag.jabba.service.baseservices.CallerContext;
import com.ptvag.jabba.service.baseservices.CallerContextProperty;
import com.ptvag.xserver.common.ArrayOfPoint;
import com.ptvag.xserver.common.PlainPoint;
import com.ptvag.xserver.common.Point;
import com.ptvag.xserver.xroute.ArrayOfWaypointDesc;
import com.ptvag.xserver.xroute.LinkType;
import com.ptvag.xserver.xroute.ResultListOptions;
import com.ptvag.xserver.xroute.Route;
import com.ptvag.xserver.xroute.WaypointDesc;
import com.ptvag.xserver.xroute.jwsdp.XRouteWS;
Are invalid and missing - from my view it should generate the WSDL with maven or am i missing something here (another Jar maybe) ?
Regards
Ewald Geschwinde