Hi all, I'm having the following problem... I've created a WS client that's working fine on my Websphere development environment.., but when I'm trying to deploy the application on a Websphere test server of ours, I'm getting the following exception... Any help from anyone who has been there before will be more than welcome since I don't really have much experience with WS.
many thanks in advance.... mike org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:173) org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:70) org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.setupWsdlDefinition(ServiceDescriptionImpl.java:1060) org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:226) org.apache.axis2.jaxws.description.impl.ServiceDescriptionImpl.<init>(ServiceDescriptionImpl.java:156) org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:133) org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:79) org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:76) org.apache.axis2.jaxws.spi.ServiceDelegate.<init>(ServiceDelegate.java:211) org.apache.axis2.jaxws.spi.Provider.createServiceDelegate(Provider.java:59) javax.xml.ws.Service.<init>(Service.java:67) com.qas.ondemand_2006_10.QASOnDemandIntermediary.<init>(QASOnDemandIntermediary.java:38) com.qas.ondemand_2006_10.QAPortTypeProxy$Descriptor.<init>(QAPortTypeProxy.java:21) com.qas.ondemand_2006_10.QAPortTypeProxy.<init>(QAPortTypeProxy.java:69) uk.co.parkgroup.qas.QASClient.search(QASClient.java:51) uk.co.agency.web.QAS.processRequest(QAS.java:74) -- View this message in context: http://www.nabble.com/exception-received-during-deployment-tp24828851p24828851.html Sent from the Axis - User mailing list archive at Nabble.com.
