U mean instead of this <servlet-class> org.springframework.ws.tranport.MessageDispatchSer vvlet</servlet-class>
,have the class that i want to call?
Printable View
No; I mean follow the instructions and add a
or preferably aCode:<sws:dynamic-wsdl id="orders"
portTypeName="Orders"
locationUri="http://localhost:8080/ordersService/">
<sws:xsd location="/WEB-INF/xsd/Orders.xsd"/>
</sws:dynamic-wsdl>
to the dispatcher servlet's application context.Code:<sws:static-wsdl id="orders" location="/WEB-INF/wsdl/orders.wsdl"/>