Axis server generates invalid WSDL

2002-03-27 Thread Ng, Charles
Hi.   I deployed and ran the attachment example included in the beta-1 release without problems.  When I tried to access the WSDL using the URL http://localhost:8080/axis/servlet/AxisServlet/urn:EchoAttachmentsService?wsdl , I get an invalid WSDL file (attached in this message).  It looks to

RE: Bug in attachment handling / MimeUtils

2002-04-03 Thread Ng, Charles
This makes the assumption that the servlet container will do HTTP chunking for you. I know Tomcat 3.2 does not. Charles -Original Message- From: Blumenkrantz, Jason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 10:31 AM To: Axis-Dev (E-mail) Subject: Bug in attachment handl

HTTPSender

2002-04-04 Thread Ng, Charles
Hi. Are there any plans to use the Jakarta Common's HTTP client to implement HTTPSender? There are features in HTTP 1.1 that are useful (e.g. Keep-alive and chunking). Also, there will be less code to maintain. Charles This message may contain privileged and/or confidential information. If y

RE: HTTPSender

2002-04-04 Thread Ng, Charles
is valuable for you ... -chen > -Original Message----- > From: Ng, Charles [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 12:35 PM > To: '[EMAIL PROTECTED]' > Subject: HTTPSender > > > Hi. > > Are there any plans to use the Jakarta Common

RE: Axis-C++

2002-04-05 Thread Ng, Charles
You can get the source code from the CVS repository.   http://xml.apache.org/axis/cvs.html -Original Message-From: Andrea Patrignani [mailto:[EMAIL PROTECTED]]Sent: Friday, April 05, 2002 10:35 AMTo: [EMAIL PROTECTED]Subject: Axis-C++ Hi, I'm new to SOAP and I have to de

RE: HTTPSender not using HttpURLConnection

2002-04-11 Thread Ng, Charles
Title: HTTPSender not using HttpURLConnection From what I have read, HttpURLConnection did not handle HTTP 5xx status code prior to J2SDK 1.3.1_01. -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 11, 2002 10:43 AMTo: '[EMAIL PROTECTED]'Su

RE: soap:header

2002-04-11 Thread Ng, Charles
Hi.   I work with Sylvain so I have put some thought into this...   I was thinking of adding a 'ServiceContext' to the stub.  This ServiceContext will have properties that matches the header objects defined in the WSDL.   For example, if we have objects A, B, C in the header, we create the

RE: soap:header

2002-04-12 Thread Ng, Charles
tinue to parse the header into MessageContext.Message.SOAPEnvelope.SOAPHeaderElement.SOAPElement objects? Thanks, /Chris -----Original Message- From: Ng, Charles [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:34 PM To: '[EMAIL PROTECTED]' Subject: RE: soap:header Hi.   I work with Sylvain so I have put some

RE: mailing list archive / Date

2002-04-15 Thread Ng, Charles
http://xml.apache.org/axis/mail.html -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Monday, April 15, 2002 2:20 PMTo: '[EMAIL PROTECTED]'Subject: mailing list archive / Date Where can I find an archive for the axis-dev and axis-user mailing lists?

RE: serp.bytecode

2002-04-22 Thread Ng, Charles
http://serp.sourceforge.net/#download -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 12:38 PM To: Axis Dev (E-mail) Subject: serp.bytecode Where does that come from? I have synched to CVS and I do not get any Jar with the serp pack

beta-2 version needed for bugzilla (nt)

2002-04-30 Thread Ng, Charles
This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptl

RE: Dist build failure

2002-05-01 Thread Ng, Charles
I reported this bug yesterday.  WSDL2Java doesn't work with Crimson (default JAXP parser for J2SDK 1.4).  Add Xerces (I tried version 2.0.1) to your classpath and it should work.   Charles -Original Message-From: Joseph Carew [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 01, 20

[PATCH] WSDL2Java - BindingStub not registering all types.

2002-05-01 Thread Ng, Charles
I've attached a patch for this problem. The type mappings were generated from types that are used in operations. Having the "-a" option does not change that fact. I've modified the code to get the types from the symbol table and only generate the type mappings where the types are referenced. (Th

RE: [PATCH] WSDL2Java - BindingStub not registering all types.

2002-05-01 Thread Ng, Charles
ould only register those types used by that stub. So the old code should be used when --all is not used, and your new code should be used when --all is turned on. Sound reasonable to folks? Comments? Russell Butek [EMAIL PROTECTED] "Ng, Charles" <[EMAIL PROTECTED]> on 05

RE: org.xml.sax.helpers.AttributesImpl.ensureCapacity goes in endless loop...

2002-05-24 Thread Ng, Charles
It's a bug in Xerces 1.4.4 and 2.0.1 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5159 -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 2:10 PM To: Axis Dev (E-mail) Subject: org.xml.sax.helpers.AttributesImpl.ensureCapacity goes in

RE: Schema types

2002-06-20 Thread Ng, Charles
I would say 1) and document the XML schema -> Java mappings. If they don't like the mapping then don't use unsigned types. :) As long as it doesn't overflow, it should work fine. Charles -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 5:08