----- Original Message ----- From: "alanz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 27, 2002 7:37 PM Subject: Re: What is wsdl2java for?
> Thank u for the response. I am not familiar with the > underlying implementation of AXIS. Even JAX-RPC is its > fundation, all that should really be transparent to > the web services developers. not really; JAX-RPC is the jav standard way of writing servers and clients, the idea being the code you can then write is going to work across different implementations of the API, just like JAXP lets you switch between xerces or cimson > Looking at the samples, > some of them doesn't the stub and skeleton stuff, just > and client and a service, handlers(if any), like the > message smaple, attachment sample and the ones under > usersguide. Could you explain when the JAX-RPC is > needed? 'fraid I cant do that, as I dont understand it all myself > also are you going to have interoperability > issues (with .NET) when JAX-RPC is exposed? see http://iseran.com/Steve/papers/interop for my thoughts on that topic
