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

&lt;jaxws:client id=&quot;blahPort&quot;
serviceClass=&quot;org.open.BlahPort&quot;
                  address=&quot;${endpoint}&quot;>
        <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.

Reply via email to