Wlad
2008-06-03 19:43:00 UTC
Hi,
I am trying to develop a client application for the MWS. I have generated
all needed classes with the JAXWS, and now then I am trying to call the
service like this:
FindService findService = new FindService();
FindServiceSoap serviceProxy = findService.getFindServiceSoap();
serviceProxy. ....
I get the Error:
Exception in thread "main" javax.xml.ws.WebServiceException:
{http://s.mappoint.net/mappoint-30/}FindService is not a valid service. Valid
services are:
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown
Source)
at javax.xml.ws.Service.<init>(Unknown Source)
at net.mappoint.s.mappoint_30.FindService.<init>(FindService.java:43)
at de.igd.fhg.a5.client.MapPointClient.testFind(MapPointClient.java:47)
at de.igd.fhg.a5.client.MapPointClient.main(MapPointClient.java:53)
What I am doing wrong? I have a developer account, but I don't know, how
should I authenticate me. Please help?
I am trying to develop a client application for the MWS. I have generated
all needed classes with the JAXWS, and now then I am trying to call the
service like this:
FindService findService = new FindService();
FindServiceSoap serviceProxy = findService.getFindServiceSoap();
serviceProxy. ....
I get the Error:
Exception in thread "main" javax.xml.ws.WebServiceException:
{http://s.mappoint.net/mappoint-30/}FindService is not a valid service. Valid
services are:
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown
Source)
at javax.xml.ws.Service.<init>(Unknown Source)
at net.mappoint.s.mappoint_30.FindService.<init>(FindService.java:43)
at de.igd.fhg.a5.client.MapPointClient.testFind(MapPointClient.java:47)
at de.igd.fhg.a5.client.MapPointClient.main(MapPointClient.java:53)
What I am doing wrong? I have a developer account, but I don't know, how
should I authenticate me. Please help?