Hi, There are some tools that let you convert an rpc-styled WSDL to its somewhat equivalent doc-style WSDL. Once you have such a doc-styled WSDL, you can use it with CXF. Axis typically doesn't complain when a doc styled looking message (i.e., no xsi inline types, no soap encoding, etc) is sent to this rpc styled service. regards, aki
2011/8/14 M.Ismail <[email protected]>: > Hi All, > > I have an RPC encoded WSDL that I need to generate stubs for and invoke from > Camel. I know that CXF doesn't support RPC however, the AXIS 1.4 sample > doesn't show how to invoke a rpc webservice from camel. There is also a good > article by Glen Mazza suggesting a > http://www.jroller.com/gmazza/entry/calling_rpc_encoded_web_services > workaround in JAX-WS client to invoke rpc webservices but it's not > practical for me and I will leave as my last resort. Please, advise. > > Thank, > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-AXIS-I-to-invoke-webservice-tp4697702p4697702.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
