views:

27

answers:

0

Hi,

I have deployed web app containing web service on glassfish v3, generated client classes with wsimport, and Im using client in the same web app. I get the fallowing problem when I want to create an instance of ws client in servlet:

javax.xml.ws.WebServiceException: Method daLiOpPostoji is exposed as WebMethod, but there is no corresponding wsdl operation with name daLiOpPostoji in the wsd

I checked the wsdl and there is operation with name daLiOpPosotoji.

Does anyone have an idea?

tnx