How to use EJB's endpoint interface with axis?

2003-09-12 Thread Andreas Bohnert
Hi, is there anyone, who can explain me, how to use axis with EJB's 2.1? AFAIK on the serverside there are the possibilities: 1.) use a servlet, which calls a session bean 2.) use the endpoint interface of a session bean directly does 2.) mean that axis is obsolte on the serverside? or is it po

Re: Deserializing an Array of Beans

2003-07-10 Thread Andreas Bohnert
did you try the wdsl2java generated code? use -t for gerating a testcase and look at the code.. for me it works fine! lg Andreas2 - Original Message - From: "Andreas Meier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 4:23 PM Subject: Deserializing an Array

complex data type strategy

2003-07-09 Thread Andreas Bohnert
Title: AXIS IN PRODUCTION MODE Hi,   I'm study axis for some days now and I'm still unsure about the strategy I should use to build up my services/clients. lets say my client asks me for some data which is hierarchic organised:   normally i would like to provide him an operation with a retur

Re: Getting a webservice to return it's result as XML.

2003-07-09 Thread Andreas Bohnert
examples/message should be a good starting point regards andreas - Original Message - From: "Peter Ross" <[EMAIL PROTECTED]> To: "Axis Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 12:39 PM Subject: Getting a webservice to return it's result as XML. > Hi, > > I

Re: confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Andreas Bohnert
mp;w=2 -- Dan Kamins On Tue, 8 Jul 2003 10:27:48 +0200, Andreas Bohnert wrote: >Hi, > >there are some posting to that topic but there seems to be no >conclusion. > >there is an example from Rhett.DeWall >http://marc.theaimsgroup.com/?l=axis-user&m=105657899026622&

confusion: are embedded complex types possible with axis or not?

2003-07-08 Thread Andreas Bohnert
Hi, there are some posting to that topic but there seems to be no conclusion. there is an example from Rhett.DeWall http://marc.theaimsgroup.com/?l=axis-user&m=105657899026622&w=2 if you have something like this: John Doe 999 999 you will end in

Error testing the JWS Endpoint example

2003-07-03 Thread Andreas Bohnert
Hi, I have no problems to call a SOAP endpoint, but when I try to call http://herkules:8080/axis/EchoHeaders.jws?method=list I'm getting this: - http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> -

Re: Do I have to use Axis on both sides?

2003-07-02 Thread Andreas Bohnert
for further > interoperability details > http://www.apache.org/~rubys/ApacheClientInterop.html > > Same goes for an axis client talking to a non-axis server. This is *the* > huge advantage of web services IMO > > Dan > > -Original Message- > From: Andreas Bohne

Do I have to use Axis on both sides?

2003-07-02 Thread Andreas Bohnert
Hi, I have to decide, if we can use axis for our project, so i just want to ensure the following point:   If i build a web service server with axis, do I have to use axis on the client side as well?   and vise versa: can i build just the client with axis?   thanks very much andreas