Hi Manish,

The first thing I see in your WSDL file is that you do a wsdl import of a
wsdl file into the same namespace. If you use the same namespace, you should
utilze wsdl include and not import. Import is design for pulling xml
metadata in another namespace into the specified one...

I would fix this first and give it a shot. Also, it seems like the binding
etc may be in this other wsdl file and this could be the parser not handling
this discrepancy correctly.

Cheers,

Ashwin...


manish_goyal wrote:
> 
> 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
> 


-----
--- 
Ashwin Karpe, Principal Consultant, PS - Opensource Center of Competence 
Progress Software Corporation
14 Oak Park Drive
Bedford, MA 01730
--- 
+1-972-304-9084 (Office) 
+1-972-971-1700 (Mobile) 
---- 
Blog: http://opensourceknowledge.blogspot.com/


-- 
View this message in context: 
http://www.nabble.com/Problem-in-invoking-the-jms-service-from-the-cxf--%22wsdltojava%22-plugin-generated-client-stubs-tp21248715p21266044.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to