Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Equalivent command for WSDL2Java in Weblogic 10g

 
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 am having a wsdl file , i want to generate Java Articrafts from that WSDL file .
When googled i found this :



I think we can use the above Option only when we are using Websphere Server , but currently i am using Weblogic 11Ri ,
please let me know how can i generate java Articrafts from the existing wsdl file .

For some reasons we aren't using Axis , we are only using JAX RPC style .

Please help . Thanks in advance .
 
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 , i found that for Weblogic we can use the wsdl2Service Ant Task for generating the Java Articrafts

Can we do this from a command Prompt , as i dont want to use ANT For this .

Please tell me the Entire command for generating the Java source and class Files for an existing wsdl file

Thanks in advance .

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic