1 Reply Latest reply on Jul 24, 2014 2:35 PM by kcbabo

    Switchyard created wsdl file returns InvalidDefinitionException

    dhivyateg

      Hi All,

       

      I am using switchyard-1.1.0.Final-EAP6.1.GA and Jboss Dev studio 7.1.1GA and my runtime is jboos-eap comes shipped with switchyard.I have created a simple Hello bean service and promoted it as a webservice with the WSDL contract.I have successfully created the project and a juint test class for the same and it works fine.But when I use SoapUI-5.0.0,to trigger the service from outside it is returning an InvalidDefinitionException. Facing this issue for couple of days and this is really discouraging.

       

      Started with high expectation with switchyard,but not able to create a simple Hello project.Kindly point me what is going wrong.All the screenshots are attached for reference.errSoap.jpg

      errolog.jpg

        • 1. Re: Switchyard created wsdl file returns InvalidDefinitionException
          kcbabo

          soapUI is not giving us a lot to go on there.  First thing to check is that you can load that URL in a browser.  It might be that you have the URL wrong - it's important to note that the URL used in the soap:binding of the WSDL is *not* the final URL used when deployed.  If you check the console or server log when the application is deployed you should see output from JBoss WS which indicates what the URL is.