I'm trying to use a wsdl file in the service archive file using Axis2 version 1.3 and I'm not having a lot of luck. I'm using the java2wsdl utility to create the wsdl. I include the wsdl file in the META-INF directory of the archive and set the useOriginalwsdl parameter to true in the services.xml file. When I try to view the wsdl in my brower (service$wsdl), it shows up as a faulty service and when I click the link that's provide for the aar file a stack dump that starts with: "Error: java.lang.NoClassDefFoundError: javax/wsdl/extensions/soap12/SOAP12Address at" is displayed. Any ideas?
As background, I want to try to tweak some stuff in the wsdl to help with a problem I'm having generating proxy classes with the Adobe Flex Import Web Service tool. Thanks, Chuck -- View this message in context: http://www.nabble.com/Using-a-wsdl-file-in-the-service-archive-tp24397026p24397026.html Sent from the Axis - User mailing list archive at Nabble.com.
