RE: axis message example

2002-03-07 Thread Jinghua Gu
sg.getContentType()); > response.setContentLength(respMsg.getContentLength()); > OutputStream out = response.getOutputStream(); > respMsg.writeContentToStream(out); > out.flush(); > out.close(); > }

Re: axis message example

2002-03-05 Thread Steven Gollery
gt; there. > Plus you can look at how the AdminClient does its job - it doesn't use RPC. > -Dug > > "Frank van Lingen" <[EMAIL PROTECTED]> on 03/04/2002 09:29:32 PM > > Please respond to [EMAIL PROTECTED] > > To: <[EMAIL PROTECTED]> > cc:

Re: axis message example

2002-03-05 Thread Doug Davis
<[EMAIL PROTECTED]> cc:<[EMAIL PROTECTED]> Subject:axis message example Hi, The only example in axis that deals with messages is "proxy". However, this seems not to be an complete example. Does anybody know (or has) a good stand alone example that uses messages instead of RPC? Frank van Lingen

Re: axis message example

2002-03-05 Thread joost . den . boer
[EMAIL PROTECTED]>         cc:        <[EMAIL PROTECTED]> (bcc: Joost den Boer/EHV/CE/PHILIPS)         Subject:        axis message example         Classification:         Hi,   The only example in axis that deals with messages is "proxy". However, this seems not to be an complete exampl

RE: axis message example

2002-03-04 Thread Taras Shkvarchuk
Monday, March 04, 2002 6:30 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: axis message example Hi, The only example in axis that deals with messages is "proxy". However, this seems not to be an complete example. Does anybody know (or has) a good stand alone example that uses messages instead of RPC? Frank van Lingen

axis message example

2002-03-04 Thread Frank van Lingen
Hi,   The only example in axis that deals with messages is "proxy". However, this seems not to be an complete example. Does anybody know (or has) a good stand alone example that uses messages instead of RPC?   Frank van Lingen