• 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

Using wscompile

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I am trying to use jaxrpc to generate stubs for a WSDL file. But when I type wscompile in my DOS prompt, the error I get is that wscompile is not a recognized internal or external command. Please help, how can I use wscompile and I thought that wscompile was part of JAX-RPC which in turn should be part of the JDK. I am using Tiger (1.5) thanks.
 
Ranch Hand
Posts: 539
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wscompile is in <jwsdp-home>/jaxrpc/bin. You can only run it if the DOS window 'knows' where it is. So, you have the three usual choices:

  • Give the full command name (i.e., something like 'C:\common\dev\jwsdp-1.5\jaxrpc\bin\wscompile)
  • Move into the jaxrpc/bin directory, and then run the command.
  • Add the jaxrpc/bin directory to your PATH environment variable.



  • -Tim
     
    These are not the droids you are looking for. Perhaps I can interest you in a 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