Hi, I have developed a jms service in servicemix and i am calling the service by passing an object to it. It has worked fine when i created the SOAP message manually and put the SOAP message in the queue to which Service is listening. Then i created the client stubs from the wsdltojava plugin of the cxf framework. Now it is not able to invoke the service and moreover it is not throwing any exception. I debug it and found that it is failing while calling the super(wsdl_location,qname) for the Service class. For better clarification, i have attached the client program which is calling the generated stubs and the wsdl also. Please tell me if anything is wrong with the wsdl file. http://www.nabble.com/file/p21248715/MaintRequestProcessor.java MaintRequestProcessor.java http://www.nabble.com/file/p21248715/EPHOngoingMaintenanceConcrete.wsdl EPHOngoingMaintenanceConcrete.wsdl
Thanks Manish -- View this message in context: http://www.nabble.com/Problem-in-invoking-the-jms-service-from-the-cxf--%22wsdltojava%22-plugin-generated-client-stubs-tp21248715p21248715.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
