Lunch - this time it is on me

2002-02-25 Thread Steven Lewis
>when is good???

cvs commit: xml-axis/java/test/utils TestSrcContent.java

2002-02-25 Thread rsitze
rsitze 02/02/25 13:47:44 Modified:java/test/utils TestSrcContent.java Log: Cleaned comments & format Revision ChangesPath 1.5 +23 -9 xml-axis/java/test/utils/TestSrcContent.java Index: TestSrcContent.java

RE: Does Axis support https transport ?

2002-02-25 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
> Dims: > Please take a look at > http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html... > > AFAIK, The same instructions can be used with Axis too. > Thanks dims. I will follow the instructions for the server side. I guess, for the client side, I could just follow the instruction

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPTransport.java

2002-02-25 Thread dims
dims02/02/25 13:20:48 Modified:java/src/org/apache/axis/transport/http HTTPTransport.java Log: Fix for "HTTPTransport cookie error" from "David L. Cole" <[EMAIL PROTECTED]> Revision ChangesPath 1.15 +1 -1 xml-axis/java/src/org/apache/axis/transport/http/HT

Re: Methods Returning ArrayList converted to Object[] in WSDLToJava

2002-02-25 Thread R J Scheuerle Jr
won't work. It is only valid for simple types. You will need to accept the emitted stubs, or you will need to hand modify the code. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: Does Axis support https transport ?

2002-02-25 Thread Davanum Srinivas
Pankaj, Please take a look at http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html... AFAIK, The same instructions can be used with Axis too. Thanks, dims --- "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote: > Hi, > > Can I use Axis with HTTPS transport? If yes, how?

Does Axis support https transport ?

2002-02-25 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, Can I use Axis with HTTPS transport? If yes, how? If no, are there any plans? /Pankaj

cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler CompilerFactory.java Javac.java Jikes.java

2002-02-25 Thread rsitze
rsitze 02/02/25 09:38:17 Modified:java/src/org/apache/axis AxisEngine.java FaultableHandler.java InternalException.java Message.java SOAPPart.java SimpleChain.java java/src/org/apache/axis/attachments

cvs commit: xml-axis/java/test/utils PackageTests.java TestSrcContent.java

2002-02-25 Thread rsitze
rsitze 02/02/25 09:37:25 Modified:java/test/utils PackageTests.java TestSrcContent.java Log: Updated tests to verify use of I18N for log.(info|warn|error|fatal) Revision ChangesPath 1.7 +1 -1 xml-axis/java/test/utils/PackageTests.java Index: PackageTests

cvs commit: xml-axis/java/test/wsdl/interop3/groupE/client InteropTestListServiceTestClient.java

2002-02-25 Thread glyn
glyn02/02/25 08:31:39 Added: java/test/wsdl/interop3/groupE/client InteropTestListServiceTestClient.java Log: Create interop. round 3, group E cross-checking client. The client has an input parameter of a URI of a WSDL file provided for the servi

Re: F2F meeting for Axis folk?

2002-02-25 Thread Davanum Srinivas
+1 on "Thursday evening dinner" :) I wanted to attend Interop but pressing deadlines +etc got in the way. Thanks for asking, dims --- Russell Butek <[EMAIL PROTECTED]> wrote: > I'll be there. > > Russell Butek > [EMAIL PROTECTED] > > > "Glen Daniels" <[EMAIL PROTECTED]> on 02/25/2002 09:29:0

Re: Methods Returning ArrayList converted to Object[] in WSDLToJava

2002-02-25 Thread David L. Cole
I think a tag something like would work great, which follows the same convention for . Since Collection type are widely used...it would make sense to me to make the adjustment. What I don't know, and should probably recieve input from if this is acceptable or violates a spec requirement. Thanks

Re: F2F meeting for Axis folk?

2002-02-25 Thread Russell Butek
I'll be there. Russell Butek [EMAIL PROTECTED] "Glen Daniels" <[EMAIL PROTECTED]> on 02/25/2002 09:29:06 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: F2F meeting for Axis folk? Several of us are going to be at the WSDL interop event on Wed/Thurs in Waltha

F2F meeting for Axis folk?

2002-02-25 Thread Glen Daniels
Several of us are going to be at the WSDL interop event on Wed/Thurs in Waltham. Although we'll be doing interop dinners both Tuesday and Wednesday nights, we discussed possibly having a Thursday evening dinner and Axis-development get together (hopefully someplace where we can nab a whiteboard)

cvs commit: xml-axis/java/test/encoding TestAttributes.java AttributeBean.java PackageTests.java

2002-02-25 Thread tomj
tomj02/02/25 07:24:15 Modified:java/test/encoding PackageTests.java Added: java/test/encoding TestAttributes.java AttributeBean.java Log: Add a test case to test attribute serialization. Revision ChangesPath 1.13 +1 -0 xml-axis/java/test/encoding/Pa

RE: [AXIS] AdminClient(stream)

2002-02-25 Thread Richard Sitze
Depends on what you mean by "capture the output". By default the logger is writing INFO and higher to stdout, you can use redirection to capture that. If you want the DEBUG detail then yes, you need to play with the properties. We can turn on DEBUG level logging to the LOG file in AXIS until som

unsubscribe me

2002-02-25 Thread Elsholz, Alexander
please... kr alex

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-02-25 Thread gdaniels
gdaniels02/02/25 06:16:26 Modified:java/src/org/apache/axis/client Call.java java/src/org/apache/axis/message MessageElement.java Log: Fix typo in encoding style attribute (should be SOAP-ENV, not SOAP-ENC namespace), and hook up parent to RPCElement on client side

RE: Default type mapping (another attempt)

2002-02-25 Thread Sedukhin, Igor
Title: Message Glen,   I think OO model mapping is a tricky issue between two camps, but I guess it has to be worked out on the standards level. What would you say if we define a namespace mapping to packages as part of WS-Arch or WS-Desc group? I was adding this issue as a requirement to WS

Interop doesn't look to good at the moment

2002-02-25 Thread Sam Ruby
http://www.apache.org/~rubys/ApacheClientInterop.html - Sam Ruby

RE: Default type mapping (another attempt)

2002-02-25 Thread Glen Daniels
Title: Message Hi Igor!   If there is a clean and logical way to do "deployment free" typemappings, with the understanding that they may well still break if two communicating parties have different versions of the same class, then I think it's a super cool feature that we should implement,

cvs commit: xml-axis/java/src/org/apache/axis MessageContext.java

2002-02-25 Thread gdaniels
gdaniels02/02/25 02:53:40 Modified:java/src/org/apache/axis/encoding SerializationContextImpl.java DeserializationContextImpl.java java/src/org/apache/axis/providers/java RPCProvider.java java/test/utils Packa