Could you give more informations on what the exact problem is ? Do you have a stack trace or a fault returned by the web service called ?
On Jan 6, 2008 10:34 PM, amil <[EMAIL PROTECTED]> wrote: > > 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. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
