Well, technically you can use the JAX-WS Dispatch mechanism along with SAAJ to make/receive rpc/encoded calls: http://www.jroller.com/gmazza/entry/calling_rpc_encoded_web_services, but it's a clumsy way to code.
Glen On 05/31/2011 09:47 AM, Freeman Fang wrote: > Hi, > > Cxf doesn't support rpc/encoded, so if you chose Axis1 mainly for rpc/ > encoded feature, then I think there's no way you can use cxf to talk > to Axis1with rpc/encoded. > > Freeman > On 2011-5-31, at 下午9:41, Damon wrote: > >> Hi all: >> The reason i have to use Axis1 is for old services using rpc/ >> encoded. >> Now i have to consider the interoperable problems, and CXF seems >> like the most popular web services framework for now, so any >> possible issues would happen if i use Axis1 to consume CXF >> webservices? >> I only found one in google: using Axis1 consume XPOM/XOT CXF >> webservices.. >> And just in case, is there any solution for CXF support rpc/ >> encoded binding? >> >> Regards > --------------------------------------------- > Freeman Fang > > FuseSource > Email:[email protected] > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.com > Connect at CamelOne May 24-26 > The Open Source Integration Conference > > > > > > > > -- Glen Mazza Software Engineer, Talend (http://www.talend.com) blog: http://www.jroller.com/gmazza
