Just checked the code this morning and unfortunately, this setting only currently works as a system property, not an endpoint property. :-(
Dan On Oct 8, 2012, at 1:48 AM, patsimon <[email protected]> wrote: > How does one configure the endpoint with the property of > org.apache.cxf.binding.soap.messageFactoryClassName ? > > I am attempting to do this with client (ie. <jaxws:client) but nothing > appears to be working > > <jaxws:client id="blahPort" > serviceClass="org.open.BlahPort" > address="${endpoint}"> > <jaxws:features> > <ref bean="gzipFeature"/> > > <ref bean="fastInfosetFeature"/> > > </jaxws:features> > <jaxws:properties> > <entry key="org.apache.cxf.binding.soap.messageFactoryClassName" > value="com.sun.xml.internal.messaging.saaj.soap.SOAPPartImpl" /> > </jaxws:properties> > <jaxws:outInterceptors> > <ref bean="outPasswordInterceptor" /> > </jaxws:outInterceptors> > </jaxws:client> > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Classloading-issue-Wrong-SoapPartImpl-getting-picket-up-and-throwing-HIERARCHY-REQUEST-ERR-tp5627639p5715960.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
