RE: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2003-01-09 Thread Glen Daniels
Discovered this while playing with James' WSDL - new Service("file.wsdl", qname) wasn't working. I think this fix does about the right thing, but please feel free to comment if I've missed something. --G > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent:

RE: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-10-02 Thread Tom Jordahl
: xml-axis/java/src/org/apache/axis/client Service.java Tom, You accidentally added SOAPFaultDetailsBuilder.java to the head branch, and it contains code that is only in the interop4 branch. I'll let you decide how to fix this. B.T.W. I haven't reviewed your changes yet, but thanks

RE: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-10-02 Thread Tom Jordahl
01, 2002 5:44 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java I am getting compile errors. Are you sure you checked in all the changes. Getting a compiler error in SOAPFaultDetailsBuilder.java line 121: can't resolve s

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-10-01 Thread R J Scheuerle Jr
cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java 10/01/2002 04:43

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-10-01 Thread Richard Sitze
: Subject:Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java I am getting compile errors. Are you sure you checked in all the changes. Getting a compiler error in SOAPFaultDetailsBuilder.java line 121: can't resolve symbol Service.FaultInfo Rich Sche

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-10-01 Thread R J Scheuerle Jr
I am getting compile errors. Are you sure you checked in all the changes. Getting a compiler error in SOAPFaultDetailsBuilder.java line 121: can't resolve symbol Service.FaultInfo Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-06-27 Thread scheu
This change will help Axis pass one of the TCK tests, but the solution is not compliant with JSR 101. If WSDL is not present, getPorts should throw a ServiceException not return a null iterator. Rich 'Shirley' Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-51

RE: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-03-26 Thread Glen Daniels
ally "kick" the Service to reload the metadata if you want to do so. --Glen > -Original Message- > From: Glyn Normington [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 11:58 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: xml-axis/java/src/or

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-03-26 Thread Doug Davis
cenario it won't change that often. -Dug Glyn Normington/UK/IBM@IBMGB on 03/26/2002 11:58:13 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java This sounds good for performance, but

Re: cvs commit: xml-axis/java/src/org/apache/axis/client Service.java

2002-03-26 Thread Glyn Normington
This sounds good for performance, but if a WSDL file changes, there is no logic to remove the stale data from the cache. So what can users do to avoid unpredictable behaviour (except turn caching off or freeze their WSDL)? Must they restart their servers, webapps, etc.? Glyn