users@jax-ws.java.net

Re: Web service clients for the non-clairvoyant

From: Sameer Tyagi <Sameer.Tyagi_at_Sun.COM>
Date: Thu, 05 Jan 2006 13:29:24 -0500

You can also look at using the Dispatch API.
See Code Sample 10 and Code Sample 11 at
http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns3/

/s



vince.kraemer_at_Sun.COM wrote:

>I am looking for a note/tutorial/whatever to information on writing a web service client where
>the person writing the code DOES NOT need to know/reference classes, etc. that will be
>generated by wsimport (See 'Building the Client' in http://java.sun.com/developer/EJTechTips/2005/tt1220.html OR
>this code [https://jax-ws.dev.java.net/articles/jaxws-netbeans/ServiceTest.java] from
>https://jax-ws.dev.java.net/articles/jaxws-netbeans/glassfish.html)
>
>I will willingly trade "hairier code" for something that I can compile the instant my fingers are done typing it in.
>
>My "goal" is to write a client that uses injection, that is as simple using an injected EJB.
>
>See: http://blogs.sun.com/roller/page/vkraemer?entry=application_client_ejb_3_0
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
>For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>
>
>
>