Answer the question
In order to leave comments, you need to log in
soap not connecting in Resin 4.0.x?
If you read the documentation, then everything is simple, you just need to specify the protocol in the config, and use it.
<servlet-mapping url-pattern="/my_soap_service" servlet-class="org.bms.paymentws.MySoapService"><br/>
<protocol uri="cxf:" /><br/>
</servlet-mapping>
WEB-INF/web.xml:5: com.caucho.config.cfg.BeanConfig.setUri(): 'cxf' is<br/>
an unknown scheme for driver 'com.caucho.remote.server.ProtocolServletFactory'.<br/>
The available schemes are '[<b>burlap, hessian</b>]'<br/>
<br/>
3: <br/>
4: <servlet-mapping url-pattern="/my_soap_service" servlet-class="org.bms.paymentws.MySoapService"><br/>
5: <protocol uri="cxf:"/><br/>
6: </servlet-mapping><br/>
7: <session-config>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question