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
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'
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