RE: client.Service getCall()

2002-04-02 Thread Russell Butek
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: client.Service getCall() I think my point was we should convert to doing it the 'right' way with synchronization, and not worry about it unless it is determined that we have a bottleneck. :-) -- Tom

RE: client.Service getCall()

2002-04-02 Thread Tom Jordahl
2002 11:35 AM To: [EMAIL PROTECTED] Subject: RE: client.Service getCall() You got to go to JavaOne? Lucky stiff. Whoever does the work, PLEASE do some performance analysis of the existing model FIRST. Then do some comparative analysis on the synchronized model. That way we'll know for sure t

RE: client.Service getCall()

2002-04-02 Thread Russell Butek
TED] Tom Jordahl <[EMAIL PROTECTED]> on 04/02/2002 10:17:38 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: client.Service getCall() Per my recent JavaOne indoctrination last week, synchronization is NOT

RE: client.Service getCall()

2002-04-02 Thread Tom Jordahl
ginal Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 4:26 PM To: [EMAIL PROTECTED] Subject: Re: client.Service getCall() The session info doesn't get lost. One of the first functional tests, the address book sample, depends on sessions working, a

Re: client.Service getCall()

2002-03-30 Thread Russell Butek
jects, but setting properties isn't something that occurs all that often. Any other ideas? Russell Butek [EMAIL PROTECTED] Rick Rineholt/Raleigh/IBM@IBMUS on 03/29/2002 12:36:43 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: client.Service getCall()

Re: client.Service getCall()

2002-03-29 Thread Rick Rineholt
a new Call object every time I think its going to get lost. Rick Rineholt "The truth is out there... All you need is a better search engine!" [EMAIL PROTECTED] Russell Butek/Austin/IBM@IBMUS on 03/29/2002 02:01:36 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc

Re: client.Service getCall()

2002-03-29 Thread Russell Butek
occurs all that often. Any other ideas? Russell Butek [EMAIL PROTECTED] Rick Rineholt/Raleigh/IBM@IBMUS on 03/29/2002 12:36:43 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:Re: client.Service getCall() one question is still is what is mandating that these objects

Re: client.Service getCall()

2002-03-29 Thread Rick Rineholt
r search engine!" [EMAIL PROTECTED] Russell Butek/Austin/IBM@IBMUS on 03/29/2002 11:26:50 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:Re: client.Service getCall() The stubs are threadsafe wrt invocations. You've brought up that they're not

Re: client.Service getCall()

2002-03-29 Thread Russell Butek
ead safety, I think). Russell Butek [EMAIL PROTECTED] Rick Rineholt/Raleigh/IBM@IBMUS on 03/29/2002 09:20:30 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: client.Service getCall() had a chance to very briefly look at this and here are my thoughts: The pr

Re: client.Service getCall()

2002-03-29 Thread Davanum Srinivas
In principle, I have no problems with this usage. If we can make it happen :-) Thanks, dims --- Rick Rineholt <[EMAIL PROTECTED]> wrote: > make that: > ((Call)soap).getResponseMessage().getSOAPPart().getAsString //dont > know if still looks so natural :-) > Rick Rineholt > "The truth is out the

Re: client.Service getCall()

2002-03-29 Thread Rick Rineholt
make that: ((Call)soap).getResponseMessage().getSOAPPart().getAsString //dont know if still looks so natural :-) Rick Rineholt "The truth is out there... All you need is a better search engine!" [EMAIL PROTECTED]

Re: client.Service getCall()

2002-03-29 Thread Rick Rineholt
spond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: client.Service getCall() Please see enclosed WSDL and Main.java. Thanks, dims --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Dug, Rick, > > Am open to alternative(s). Please run WSDL2Java on the WSD

Re: client.Service getCall()

2002-03-26 Thread Davanum Srinivas
t; -Dug > > > > > > Davanum Srinivas <[EMAIL PROTECTED]> on 03/26/2002 07:50:25 AM > > > > Please respond to [EMAIL PROTECTED] > > > > To:[EMAIL PROTECTED] > > cc: > > Subject:Re: client.Service getCall() > >

Re: client.Service getCall()

2002-03-26 Thread Davanum Srinivas
n the Sevice object since, as Rick > pointed out, in a multithreaded scenario this could get really > messy. > -Dug > > > Davanum Srinivas <[EMAIL PROTECTED]> on 03/26/2002 07:50:25 AM > > Please respond to [EMAIL PROTECTED] > > To:[EMAIL PROTECTED

Re: client.Service getCall()

2002-03-26 Thread Davanum Srinivas
Srinivas <[EMAIL PROTECTED]> on 03/26/2002 07:36:06 AM > > > > Please respond to [EMAIL PROTECTED] > > > > To:Rick Rineholt/Raleigh/IBM@IBMUS > > cc:[EMAIL PROTECTED] > > Subject:Re: client.Service getCall() > > > > > > > > Rick,

Re: client.Service getCall()

2002-03-26 Thread Doug Davis
[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject: Re: client.Service getCall() Dug, I think i mentioned it. I want WSDL2Java to generate code and i want to use JUST the generated code!!! Thanks, dims --- Doug Davis <[EMAIL PROTECTED]> wrote: > I'm confused - if yo

Re: client.Service getCall()

2002-03-26 Thread Davanum Srinivas
context) for the response message. Why does > the Service object need to be involved at all? > -Dug > > Davanum Srinivas <[EMAIL PROTECTED]> on 03/26/2002 07:36:06 AM > > Please respond to [EMAIL PROTECTED] > > To:Rick Rineholt/Raleigh/IBM@IBMUS > cc:[EMAIL P

Re: client.Service getCall()

2002-03-26 Thread Doug Davis
d to [EMAIL PROTECTED] To:Rick Rineholt/Raleigh/IBM@IBMUS cc:[EMAIL PROTECTED] Subject:Re: client.Service getCall() Rick, Here's the scenario where i NEED this (See enclosed WSDL and Main.java for running the generated stub). The problem is that when AXIS fails to convert the SOAP R

Re: client.Service getCall()

2002-03-26 Thread Davanum Srinivas
Rick, Here's the scenario where i NEED this (See enclosed WSDL and Main.java for running the generated stub). The problem is that when AXIS fails to convert the SOAP Response XML into Java objects...I need access to the Response XML itself!!!. Right now this is not possible any other way. If t