Originally posted by kishani liyanage:
Hi
I want to know i could write a VB web services and access it with a java client. Please can someone give me a generous answer.rgds Kishani.
Your question sounds very General and tricky,
Do you have VS.NET, if so its very easy to create a webservice in VB or C#, but then answering how to create webservices is not easy :-), better search google to find a tutorial on this, there is lot available.once you are through with creating webserives, try to learn how to use WSDL2Java from Apache Axis with the links mentioned by Srivasan Mani, this will generate you the java code to access VB webservices. Let us know where you are missing.