1 2 Previous Next 16 Replies Latest reply on Jul 14, 2010 7:20 AM by christy

    WS invocation failed java.lang.IllegalArgumentException: Cannot obtain wsdl service error

    christy

      Hi to everyone!

      I faced with a problem when tried to return complex type in bpel process. The error is:

       

      ERROR [org.jboss.soa.bpel.runtime.ws.WebServiceClient] (ODEServer-2) WS invocation failed
      java.lang.IllegalArgumentException: Cannot obtain wsdl service: {http://orgs.ws.esimo/}OrgsWSJaxWSService we have [{http://projects/ws/orgs}MainService]
          at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaDataInternal(JAXWSClientMetaDataBuilder.java:144)
          at org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:86)
          at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.<init>(ServiceDelegateImpl.java:138)
          at org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:63)
          at javax.xml.ws.Service.<init>(Service.java:79)
          at javax.xml.ws.Service.create(Service.java:96)
          at org.jboss.soa.bpel.runtime.ws.WebServiceClient.getDispatcher(WebServiceClient.java:296)
          at org.jboss.soa.bpel.runtime.ws.WebServiceClient.access$400(WebServiceClient.java:59)
          at org.jboss.soa.bpel.runtime.ws.WebServiceClient$1$1.call(WebServiceClient.java:143)
          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
          at java.lang.Thread.run(Thread.java:619)

      The attached is my project. Maybe anyone can help me?

      Thanks in advanced!

        1 2 Previous Next