JBoss Community

javax.xml.ws.WebServiceException: Could not find wsdl

created by Hugo Pais in JBoss AS 7 Development - View the full discussion

Greetings,

I'm migrating from JBoss 6.1.0.Final to JBoss 7.1.1.Final and my Webservice client stopped working. The following exception is raised:

 

javax.xml.ws.WebServiceException: Could not find wsdl:binding operation info for web method createAsyncOrder.
Caused by: javax.xml.ws.WebServiceException: Could not find wsdl:binding operation info for web method createAsyncOrder.
     at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:123)
     at $Proxy74.createAsyncOrder(Unknown Source)
     ... 7 more

 

At JBoss console Deployments > Webservices I can see my webservices endpoint and the wsdl URL (wsdl is also present at standalone/data/wsdl).

While starting JBoss the Webservice is added:


[org.jboss.wsf.stack.cxf.metadata.MetadataBuilder] (MSC service thread
1-2) Add Service
 id=ServiceResponse
 address=http://localhost:8380/core-service/ServiceResponse
 implementor=bla.core.service.ServiceResponse
  invoker=org.jboss.wsf.stack.cxf.JBossWSInvoker
 serviceName={http://service.bla.com/}ResponseService
 portName={http://service.bla.com/}ResponsePort
  wsdlLocation=null (<------ is this ok?)
  mtomEnabled=false

 

  Any hint?

  Thanks in advance

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community