• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

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: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using the WSDL we can generate the dynamic proxy in J2EE (reverse engineering) in weblogic and call the vb webservice .

Arun
 
Paddy spent all of his days in the O'Furniture back yard with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic