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.