• 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

Invoking WebService Implemented using VB 6.0 from a Java/J2EE Client

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I want to invoke a web service(WSDL) which is implemented using VB 6.0 and MS SOAP Toolkit 3.0 from the Java/J2EE Client.
JAX-RPC defines three different ways to invoke web services from a Java Platform.
1.) Stub
2.) Dynamic Proxy
3.) DII

I m wondering which method to using for this invokation. Stub can not be used for obvious reason, I am also not able to use Dynamic Proxy and DII.
Is there anyone who have invoked VB 6.0 Web Service from the Java/J2EE Client???
 
Ranch Hand
Posts: 539
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the "obvious" reason you can't use stubs? Am I missing something?

If you have a WSDL, you can run any old mapping tool (Axis wsdl2java, Weblogic clientgen, JWSDP wscompile etc) over it, and access it via the Java stubs.

All those tools implement JAX-RPC to a greater or lesser extent.


-Tim
 
Why should I lose weight? They make bigger overalls. And they sure don't make overalls for tiny ads:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic