0 Replies Latest reply on Jul 8, 2014 10:16 PM by svsvenu_jboss

    Creating an interface from Service created by wsdl

    svsvenu_jboss

      I have created a service using a wsdl that i have. The wsdl itself refers 4 different xsd's which in turn share elements from 2 commons xsds. I have imported the wsdl into a service and tried to create an interface from it for my bean to use. The import fails with the following exception.

       

      Java generation failed.
      java.lang.reflect.InvocationTargetException

       

       

      The wsdl is ok as i am able to generate classes using wsimport.

       

      Environment: Jboss EAP 6.1 ( Not sure if this even matters as this is a build time error )

      Switchyard 1.1 ( I am actually using a project straight from github, so i assume it uses it )

       

      Let me know if i am doing something wrong or if there is a workaround. The exact same issue as reported below

       

      https://access.redhat.com/solutions/917593

       

      Thanks

      Venu