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

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 .

 
Run away! Run away! Here, take this tiny ad with you:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic