• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Is it possible to use the wscompile tool from the Command Prompt

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I have coded a interface and a implementation class .please let me know how can i generate the wsdl files for these Java classes , from the command prompt .






 
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 using JAX-WS, you can use the command line tool wsgen to generate miscellaneous artifacts from annotated Java classes.
Best wishes!
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for the incomplete details ,

It is based on JAX RPC , there is no JWSD Pack to use any tools , only the thing i have is JBOSS of 4.2 version ,
so i heard that JBOSS comes with its own tools such as wstools , wsrunclient , wsprovide , wsconsume tools

could you please let me know if it is possible to generate Wsdl files and other things required using these tools of JBOSS .

Thank you .
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is how you generate java source from a WSDL with wsconsume from a command line: http://community.jboss.org/wiki/JBossWS-wsconsume

And here are the complete JBoss WS User Guide: http://community.jboss.org/wiki/JBossWS-UserGuide
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the great link ,

Is Java to WSDL generation is possible using JBOSS .
Please reply , the problem is that i dont have sun's WSDP nor JBOSS wscompile tools .(All the examples in net are related to these both )

IS this possible by anyway ??
 
Rene Larsen
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be able to generate WSDL from Java with JBoss's wsprovide tool.

What are you using as you WS client, if not JBoss ?? Axis2 ?? XFire ??
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Thanks for the reply , could you please provide me more details as of How to use wsprovide tool .

Please tell me how to use wsprovide tool of jboss.

Thanks in advnace .
 
Rene Larsen
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ravi Kiran V wrote:Hi Thanks for the reply , could you please provide me more details as of How to use wsprovide tool .

Please tell me how to use wsprovide tool of jboss.

Thanks in advnace .


In the link I posted earlier, was a link to JAX-WS Tools - and there you'll find how to use wsprovide.
 
If you live in a cold climate and on the grid, incandescent light can use less energy than LED. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic