Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Equivalent in VB
Equivalent in VB [message #112762] Mon, 20 June 2005 08:08
Eclipse UserFriend
Hi all,

I've have some simple java code calling a web service. Can anyone tell what
the equivalent to this is in Visual Basic (not VB.NET)

Thanks for any help

Service service = new Service();
Call call = (Call)service.createCall();
call.setTargetEndpointAddress(endpoint);
call.setOperationName("methodName");

call1.setUsername("myUserName");
call1.setPassword("muPassword");

String result = (String)call.invoke(new Object[]{params});
Previous Topic:emf / sdo / wtp
Next Topic:JSP editing struts taglib
Goto Forum:
  


Current Time: Mon Apr 21 01:30:17 EDT 2025

Powered by FUDForum. Page generated in 0.03153 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top