• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

java client for a VB web service

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im assuming u r using Axis apache software.
Use WSDL2Java tool to generate necessary stub code.
Check this one
http://ws.apache.org/axis/java/user-guide.html
or
http://www.cmswatch.com/Features/ProductWatch/FeaturedProduct/?feature_id=68
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
     
    Greenhorn
    Posts: 5
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I have written some Java clients that create a socket connection to a VB server and send/recieve data to/from the server. Is this what you want to do?
     
    author
    Posts: 11962
    5
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator

    Originally posted by Bruce Sandlier:
    I have written some Java clients that create a socket connection to a VB server and send/recieve data to/from the server. Is this what you want to do?

    I believe he needs to use web services (SOAP/WSDL), not a proprietary protocol.
     
    You may have just won ten million dollars! Or, maybe a tiny ad.
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic