Hi John, At least one of us seems to be confused here :-)
The Service you are referring to is client-side code. If all you want to do is set an endpoint for you client to connect to then you can do it straightforwardly using code I mentioned earlier. I get the impression that (i) you are trying to do something that you don't really wish to fully disclose so it's not clear what your problem is or (ii) you have no idea what you're doing or (iii) you are doing something that exceeds my comprehension and you would perhaps fair better with help from someone with more expertise! Best wishes, Jeff ----- Original Message ----- From: "John Baker" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, June 26, 2005 4:39 AM Subject: Re: Dynamic Endpoints > Jeff, > > Perhaps this is a question for the dev list, as it really does revolve > around Axis internals, and not Axis usage? > > > John > > On Sat, Jun 25, 2005 at 01:38:50PM -0400, Jeff wrote: > > Thanks, BarZ, I'm sure we'll bear that in mind :-) > > > > > > Jeff > > > > > > ----- Original Message ----- > > From: "Barzilai Spinak" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Sunday, June 26, 2005 1:14 AM > > Subject: Re: Dynamic Endpoints > > > > > > > I haven't following this thread but it seems you guys are talking about > > > a million different subjects here. > > > Now, the question below is very easy! There's something called the > > > deployment descriptor or something > > > like that where you define all the services you are going to provide. > > > What their names are, what is the > > > class that implements it, whether Axis should instantiate an object per > > > call or use a single instance and use it for all calls > > > (which should be a thread-safe object), and you can specify a whole lot > > > of parameters. Look it up in the docs, it's one > > > of the first things you learn about. It's written in XML of course :-) > > > I don't usually like to say RTFM but this one "is on the cover of the > > book". > > > > > > BarZ > > > > > > John Baker wrote: > > > > > > >Well perhaps we should think about this at a different angle. > > > > > > > >The client makes a call to an Axis server. How does the Axis server > > figure > > > >out which class to instantiate? When it receives a call to the service > > > >"MyService", how does it look up that service (the Service object)? > > > > > > > >That's what I'm asking, and I'm convinced someone on this list should > > know > > > >:-) > > > > > > > > > > > > > > > > > > Internet Banda Ancha Todo el Dia por $u 490 por mes > > > Sin gastos adicionales - Sin ocupar su telefono > > > Y los primeros 4 meses 50% de descuento! > > > ______________________________________________________ > > > http://www.internet.com.uy - En Uruguay somos internet > > > > > > > > > > > > > > > Internet Banda Ancha Todo el Dia por $u 490 por mes > > > Sin gastos adicionales - Sin ocupar su telefono > > > Y los primeros 4 meses 50% de descuento! > > > ______________________________________________________ > > > http://www.internet.com.uy - En Uruguay somos internet > > > > > >
