Webservice client creation error while invoking AIA wsdl
We are trying to create a simple Java webservice proj to invoke a wsdl of AIA. The Java plugin has to be then integrated with the tasks in OSM. But, currently the weblogic server used is not getting started and we are getting numerous errors while trying to create the project. Please clarify on the below points.
Please note JAVA version used is JDK 1.6 and weblogic used is Oracle Weblogic 10.3.5.
1. First a Java Proj is created in eclipse and then a Webservice Client is created for the project where the WSDL is passed as the service definition. Later a Java class is to be created to invoke the operations of the WSDL. But, the wsdl is not getting detected at the moment. The Apache Axis2 Emitter preferences have not been set in eclipse for the proj. Please let us know how do we set it and which version would be compatible for the Java version and Weblogic version mentioned above? Is there in other issue in the creation of