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

Freeware program

 
Ranch Hand
Posts: 378
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there a free ware program to generete java stub from a wsdl,
or generete web service .....

Im sure there is, but what is the best....

I have to generete web services in a weblogic server, and i want to call them from
my laptop.......

// Frank
 
Ranch Hand
Posts: 69
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are many but also the kind of stub you generate depends on the framework/spec. you are using.

Java6.0 comes with a wsimport utility to generate the stub. Check the JAX-WS client side section in this JAX-WS tutorial

If you are using JAX-RPC each server has a little different way of handling. In the case of Axis you will have to use the tool coming with Axis.

For generating web service from wsdl you can again use wsimport. See the "JAX-WS Start From WSDL-doc style" section at the above link.
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
If you are using the WebLogic server, take a look in the documentation for the server. I did a quick search and found this:
http://e-docs.bea.com/wls/docs81/webserv/assemble.html
Best wishes!
reply
    Bookmark Topic Watch Topic
  • New Topic