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

Devlpement of JAX-WS web service in Real Time

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone ,

I am new to Java Webservice .


Please clarify my following points of Web Service.


I have gone through on certain sites in internet for devloping Jax-WS webservice(Contract Last ) .It is mentioned there that we need to create the supporting binding files in command prompt by giving the config.xml file to Wsgen tool after that we will use those files by putting the corresponding folder in eclipse and follow the next steps (already given there) to devlope complete web service.


My doubt is

In real time , If we need to devlope a JAX-WS webservice ...do we need to generate these supporting binding files and wsdl in commnd prompt by using Wsgen tool and moves those files to corresponding location of eclipse and follow the next steps to devlope complete web service or Is there any other way it will be devloped in real time like tool will l generates these supporting binding files and wsdl automatically rather than command prompt ?
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think "real time" is the phrase you are after. Did you mean "real-world"?
 
Deepak Sahu
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bear Bibeault ,

Here real time ,I mean "IT Industry or Real World" .
 
Bear Bibeault
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's not what "real time" means. You mean "real world".
 
Deepak Sahu
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Bear Bibeault ,

I mean " Real World" .



Please tell me

In real world, If we need to devlope a JAX-WS webservice ...do we need to generate these supporting binding files and wsdl in commnd prompt by using Wsgen tool and moves those files to corresponding location of eclipse and follow the next steps to devlope complete web service or Is there any other way it will be devloped in real time like tool will l generates these supporting binding files and wsdl automatically rather than command prompt ?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Slightly OT: Discussion of the English language as used on the subcontinent, with mentions of "even I vs. I also", "real time", "doubt" and others. Probably worthwhile reading as it pops up every so often here.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic