Hi, I've just started using SMX 3.2.1 in simple scenario:
(1) FTP Poller -> (2) Pipeline -> (3) Transformation -> (4) Method call to External Web service Step (4) doesn't work and, simply, I feel there is no example on it. I tried with: <beans xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:tns="http://xml.ericsson.com/oss/hm"> <classpath> <location>.</location> </classpath> <http:endpoint service="tns:DBItemServiceProxy" endpoint="soap" role="provider" locationURI="http://localhost:8080/ItemManagerLocalDBImplService/" soapAction="http://item.service.mycomp.com/ItemManager/update" soap="true" wsdlResource="classpath:ItemManager.wsdl"/> </beans> I also tried without <classpath> and wsdlResource, but no luck. Can you please help me with problem above? Can you please refer me to some example which calls a WebMethod on a Port. Thanks in advance, Aleksandar -- View this message in context: http://www.nabble.com/service-http-SOAP-Callout-%28Provider%29-problem-tp14653961s12049p14653961.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
