aspose file tools
The moose likes Web Services and the fly likes Explanation of JAX-WS artifacts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Explanation of JAX-WS artifacts " Watch "Explanation of JAX-WS artifacts " New topic
Author

Explanation of JAX-WS artifacts

Nuwan Arambage
Ranch Hand

Joined: May 05, 2010
Posts: 76
Hi everyone,
I have had a chance to manage the first simple web service application but a lot of code is generated as JAX-WS Artifacts.So now I'm trying to understand them.

Can somebody give me the clear guidance to understand these artifacts easily.and why each one of them is generated,How these generated artifact are useful in terms of running web services.How these generated artifacts are interact each other.

Thanks & regards,

Nuwan Arambage.

Thinker
Nuwan Arambage
Dan Drillich
Ranch Hand

Joined: Jul 09, 2001
Posts: 1121
Nuwan,

Another good IBM documentation, even though it's WebSphere specific at Generating Java artifacts for JAX-WS applications.

Regards,
Dan


William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
Nuwan Arambage
Ranch Hand

Joined: May 05, 2010
Posts: 76
Dan Drillich wrote:Nuwan,

Another good IBM documentation, even though it's WebSphere specific at Generating Java artifacts for JAX-WS applications.

Regards,
Dan

yes dan, I have run through the document that you provided however I couldn't find what I want to know.In a nutshell, I do know(not a expert) to generate artifacts for a simple web service. My question is this, What they are suppose to do,what interaction they maintain to keep web service run.It's my pleasure if you give a better reference about this matter.

Thanks & regards,

Nuwan Arambage
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Explanation of JAX-WS artifacts
 
Similar Threads
WebService and WebServiceClient Annotations
WSIMPORT TO REFRER WEB APPLICATION WSDL AS END POINT
Regarding creation of servlet endpoint for web service
general web service definition question
Dynamic Client example in Ivan Kriz's tutorial