[jboss-dev-forums] [JBoss AS 7 Development] - javax.xml.ws.WebServiceException: Could not find wsdl

Hugo Pais do-not-reply at jboss.com
Fri May 11 06:49:41 EDT 2012


Hugo Pais [https://community.jboss.org/people/equilibrium] created the discussion

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

To view the discussion, visit: https://community.jboss.org/message/735014#735014

--------------------------------------------------------------
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
[https://community.jboss.org/message/735014#735014]

Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120511/2258ff85/attachment.html 


More information about the jboss-dev-forums mailing list