开发者

Invoke webservice using jaxws when the wsdl has more than one service

I'm trying to get hold of the FindService on this wsdl using jaxws. I generated the classes just fine using wsimport.

But when i do:

FindService findService = new FindService();

i get the exception:

Exception in thread "main" javax.xml.ws.WebServiceException: {http://s.mappoint.net/mappoint-30/}FindService is not a valid service. Valid services are: {http://s.mappoint.net/mappoint-30/}CommonService

So, it seems tha开发者_StackOverflow中文版t jaxws is only finding CommonService in the wsdl which is the first one declared in it. Any idea how i can use the FindService ?

Thanks.


This appears to be a JAX-WS bug.

You can make a local copy of the WSDL, modify it so that FindService is the first service definition declared, and run wsimport against it. That worked for me.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜