Invoking SOAP method using WSDL

2003-01-09 Thread Mark Timmings
Am I missing something obvious with Axis ? After a little help, I have been able to call BabelFish using it's WSDL file (see code below): QName servQN = new QName("http://www.xmethods.net/sd/BabelFishService.wsdl";, "BabelFishService"); QName portQN = new QName("BabelFishPort"); java.net.URL URL

RE: Call BabelFish web service using WSDL file

2003-01-08 Thread Mark Timmings
using WSDL file try QName servQN = QName("http://www.xmethods.net/sd/BabelFishService.wsdl";, "BabelFishService") TIP: When in doubt, run wsdl2java on the wsdl and see the generated code. Thanks, dims --- Mark Timmings <[EMAIL PROTECTED]> wrote: > Sorry, I'

Call BabelFish web service using WSDL file

2003-01-08 Thread Mark Timmings
Sorry, I'm a little new to Apache Axis, although have previously worked with SOAP using the MS toolkit. I've been using Axis fine when using it in the following manner (I took the info for the paremeters from XMethods view RPC profile: call.setTargetEndpointAddress(new java.net.URL("http://servic