Re: http://xml.apache.org/xml-soap

2004-03-30 Thread Scott Nichol
The namespace URI http://xml.apache.org/xml-soap is abstract: there is no physical document there. To my knowledge, no one has ever created an XML Schema document for that namespace. However, here is my quick guess as to how a Vector should be defined: Scott Nichol Do not send e

http://xml.apache.org/xml-soap

2004-03-30 Thread Nigam, Shantul
Title: http://xml.apache.org/xml-soap I am trying to get the definition from http://xml.apache.org/xml-soap <http://xml.apache.org/xml-soap> . This used to be where xmlns:apachesoap used to be defined. In particular, I am looking for a definition for a Vector. Any ideas?

Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java

2004-03-07 Thread Scott Nichol
ol" <[EMAIL PROTECTED]> Sent: Sunday, March 07, 2004 10:24 AM Subject: Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java Which one is nightly version? Could you mind to tell me? many thanks. http://apache.netsolutions.com.hk/ws/soap/version

Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java

2004-03-06 Thread Scott Nichol
ot; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 9:56 AM Subject: Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java Yes. I got that full message exception. Premature end of stream. Data is truncated. Read 69256 bytes suc

Fw: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java

2004-03-06 Thread Scott Nichol
- Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: "Wing Chan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 7:56 AM Subject: Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConne

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2003-09-02 Thread snichol
snichol 2003/09/02 08:38:08 Modified:java/src/org/apache/soap/util/net SSLUtils.java Log: Set read timeout before doing handshake, so that handshake cannot hang if the calling code specifies a non-zero timeout. Revision ChangesPath 1.13 +22 -18xml-soap/java

cvs commit: xml-soap/java/src/org/apache/soap/server DefaultConfigManager.java ServiceManager.java XMLConfigManager.java

2003-06-23 Thread snichol
o read its contents (throw exception). For SOAPException, chain original exception. Revision ChangesPath 1.9 +17 -7 xml-soap/java/src/org/apache/soap/server/DefaultConfigManager.java Index: DefaultConfigMa

cvs commit: xml-soap/java/src/org/apache/soap/util/net Relay.java TcpTunnel.java TcpTunnelGui.java

2003-06-19 Thread snichol
encoding to assume for captured/displayed data to be specified on command line. If not specified, defaults to the previously hard-coded 8859_1. In my experience, UTF8 is much more common. Revision ChangesPath 1.6 +29 -1 xml-soap/java/src/org/apache/soap/util/net/Relay.java

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2003-06-12 Thread snichol
encoding for the platforms. Revision ChangesPath 1.8 +9 -0 xml-soap/java/src/org/apache/soap/util/mime/MimeUtils.java Index: MimeUtils.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/util

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2003-06-12 Thread snichol
using UTF8 encoding, but JDK 1.4 is required to do this without rolling our own. Problems arise only when a host name has non-ASCII characters: perhaps munging the host name is the best short term solution. Revision ChangesPath 1.6 +3 -2 xml-soap/java/src/org/a

cvs commit: xml-soap/java/samples/messaging POProcessor.java

2003-06-12 Thread snichol
snichol 2003/06/12 10:38:39 Modified:java/samples/messaging POProcessor.java Log: Remove System.out.println! Revision ChangesPath 1.5 +0 -4 xml-soap/java/samples/messaging/POProcessor.java Index: POProcessor.java

cvs commit: xml-soap/java/samples/messaging POProcessor.java SendMessage.java

2003-06-12 Thread snichol
snichol 2003/06/12 10:37:18 Modified:java/samples/messaging POProcessor.java SendMessage.java Log: Add some "real" processing to POProcessor. Added copyright, etc. Revision ChangesPath 1.4 +129 -6xml-soap/java/samples/messaging/POProcessor.java

Re: Unsupported response content type "text/html", must be "text/xml"

2003-06-07 Thread Scott Nichol
What are you using as a client? It does not seem to be setting the HTTP Content-Type header to text/xml. On 5 Jun 2003 at 13:35, Lele, Prashant wrote: > Hi, > > I'am stuck at a point where my Soap service running on the client gives the > following message: > > Cau

Unsupported response content type "text/html", must be "text/xml"

2003-06-07 Thread Lele, Prashant
Hi, I'am stuck at a point where my Soap service running on the client gives the following message: Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content type "text/html", must be: "text/xml". Response was: Bad request Content type must be: 'text/

cvs commit: xml-soap/java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java

2003-05-27 Thread snichol
snichol 2003/05/27 15:21:03 Modified:java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java Log: Throw a specific exception when target URI is null, rather than an NPE. Revision ChangesPath 1.39 +3 -0 xml

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2003-04-01 Thread snichol
, new Object[]{}); Revision ChangesPath 1.12 +1 -1 xml-soap/java/src/org/apache/soap/util/net/SSLUtils.java Index: SSLUtils.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/util/net

Two questions (a) obtain XML string of soap body & (b) soap envel opewrapped around response

2003-03-13 Thread Dispigna, Michael
, the methods available in Apache SOAP seem to get at the body as a Java object. Is there any way I could get at the string representation of the SOAP body easily. I was hoping for something like a toString() that outputted the full payload of the body in the XML structure it is passed in as or a

cvs commit: xml-soap/java/docs/guide config.html

2003-02-11 Thread snichol
snichol 2003/02/11 06:26:16 Modified:java/docs/guide config.html Log: Add XMLParser and EnvelopeEditorFactory parameters to the sample web.xml file. Revision ChangesPath 1.8 +8 -1 xml-soap/java/docs/guide/config.html Index: config.html

cvs commit: xml-soap/java/docs/guide config.html

2003-02-11 Thread snichol
snichol 2003/02/11 06:28:44 Modified:java/docs/guide config.html Log: Remove the faultListener parameters from the sample web.xml file. This is specified on a per-service basis in the deployment descriptor. Revision ChangesPath 1.9 +0 -4 xml-soap/java/docs

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2003-02-10 Thread snichol
snichol 2003/02/10 11:08:54 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Fix an ArrayIndexOutOfBoundsException in getPredefinedNamespace when the array grows. Revision ChangesPath 1.8 +2 -1 xml-soap/java/src/org/apache/soap/util/xml

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2003-02-07 Thread snichol
snichol 2003/02/07 11:38:57 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Restore changes of version 1.9 in XJMR. Add methods to map just types. Add

cvs commit: xml-soap/java/src/org/apache/soap/server RPCRouter.java

2003-02-07 Thread snichol
snichol 2003/02/07 11:12:24 Modified:java/src/org/apache/soap/server RPCRouter.java Log: Fix NPE when service method returns null. Revision ChangesPath 1.20 +1 -1 xml-soap/java/src/org/apache/soap/server/RPCRouter.java Index: RPCRouter.java

[GUMP] Build Failure - xml-soap

2003-02-07 Thread Sam Ruby
This email is autogenerated from the output from: <http://cvs.apache.org/builds/gump/2003-02-07/xml-soap.html> Buildfile: build.xml init: prepare: [mkdir] Created dir: /home

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2003-02-06 Thread snichol
snichol 2003/02/06 20:15:58 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Undo the gist of update 1.9 2002/10/23 04:05:22 Map javaType

cvs commit: xml-soap/java/src/org/apache/soap/providers MsgJavaProvider.java RPCJavaProvider.java

2003-02-06 Thread snichol
snichol 2003/02/06 14:49:40 Modified:java/src/org/apache/soap/providers MsgJavaProvider.java RPCJavaProvider.java Log: Specify chained exception for SOAPExceptions. Revision ChangesPath 1.3 +1 -1 xml-soap/java/src/org/apache/soap

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java

2003-01-08 Thread snichol
snichol 2003/01/08 12:20:44 Modified:java/src/org/apache/soap/server RPCRouter.java java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java Log: Oops. The previous commit to SOAPMappingRegistry depended on uncommitted changes to

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2003-01-08 Thread snichol
snichol 2003/01/08 11:57:24 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Provide mappings so that null DataHandlers can be serialized and de-serialized. Revision ChangesPath 1.37 +44 -20 xml-soap/java/src/org/apache/soap/encoding

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc MimePartSerializer.java

2003-01-06 Thread snichol
+2 -2 xml-soap/java/src/org/apache/soap/encoding/soapenc/MimePartSerializer.java Index: MimePartSerializer.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/encoding/soapenc/MimePartSerializer.java,v

cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java

2003-01-03 Thread snichol
snichol 2003/01/03 08:08:41 Modified:java/src/org/apache/soap/transport/http SOAPHTTPConnection.java Log: Finish cleaning up exception handling in send(). Revision ChangesPath 1.30 +8 -16 xml-soap/java/src/org/apache/soap/transport/http

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java SocketUtils.java

2002-12-20 Thread snichol
snichol 2002/12/20 19:58:46 Modified:java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java SocketUtils.java Log: Improve reporting of InvocationTargetException. Revision ChangesPath 1.43 +14 -4 xml-soap/java/src/org/apache/soap

cvs commit: xml-soap/java/src/org/apache/soap/util/net SocketUtils.java HTTPUtils.java SSLUtils.java

2002-12-20 Thread snichol
, as well as read. Thanks to Mike Ladwig for helping to test this. Revision ChangesPath 1.42 +23 -10xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java Index: HTTPUtils.java === RCS file: /home/cvs

cvs commit: xml-soap/java/docs changes.html

2002-12-10 Thread snichol
snichol 2002/12/10 09:33:40 Modified:java/src/org/apache/soap/providers/com RPCProvider.java java/docs changes.html Log: Submitted by: Leif Nilsson TACMa <[EMAIL PROTECTED]> We send XML-files through Apache Soap. There is a COM-server accessed via A

Re: cvs commit: xml-soap/java/src/org/apache/soap/util/xmlXMLParserUtils.java

2002-12-04 Thread Scott Nichol
esday, December 04, 2002 7:33 AM Subject: RE: cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java Scott, Thanks, no more problems now Another question was raised several times already. Can official public build of Xerces 2.3.2 be released? I remember you've asked other co

RE: cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-12-04 Thread Pavel Ausianik
ichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 7:59 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java Pavel, Can you test with these changes? Thanks. Scott Nichol - Original Message - From: <[EMAIL PROTEC

cvs commit: xml-soap/java/docs changes.html

2002-12-03 Thread snichol
services, e.g. where methods return subclasses of the declared return type, but a serializer is registered only for the declared return type. Revision ChangesPath 1.18 +3 -1 xml-soap/java/src/org/apache/soap/server/RPCRouter.java Index: RPCRouter.java

cvs commit: xml-soap/java/samples/multiref GetCircularBean.java

2002-12-03 Thread snichol
snichol 2002/12/03 13:16:52 Modified:java/samples/multiref GetCircularBean.java Log: Add use of request/response copy buffers. Revision ChangesPath 1.2 +15 -0 xml-soap/java/samples/multiref/GetCircularBean.java Index: GetCircularBean.java

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-12-03 Thread snichol
snichol 2002/12/03 13:16:08 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Fix bug in one of the post methods in which the copy buffers were not being passed along. Revision ChangesPath 1.41 +1 -1 xml-soap/java/src/org/apache/soap/util/net

Re: cvs commit: xml-soap/java/src/org/apache/soap/util/xmlXMLParserUtils.java

2002-12-03 Thread Scott Nichol
Pavel, Can you test with these changes? Thanks. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 12:45 PM Subject: cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java > snichol

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-12-03 Thread snichol
snichol 2002/12/03 09:45:11 Modified:java/src/org/apache/soap/util/xml XMLParserUtils.java Log: Only set Xerces-specific features if we believe we are using a Xerces factory. Rather than throwing an exception when a feature is set on the factory, parsers throw when a parser is

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-29 Thread snichol
hangesPath 1.8 +25 -1 xml-soap/java/src/org/apache/soap/util/StringUtils.java Index: StringUtils.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/util/StringUtils.java,v retrieving revision 1.7 retr

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-11-27 Thread snichol
snichol 2002/11/27 16:32:52 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: For 2001 schema, also be able to deserialize SOAP-ENC base64. Revision ChangesPath 1.36 +7 -3 xml-soap/java/src/org/apache/soap/encoding

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2002-11-27 Thread snichol
snichol 2002/11/27 16:31:29 Modified:java/samples/interop EchoTestClient.java Log: Fix bad mapping for deserializing Hex. Revision ChangesPath 1.20 +4 -2 xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.java

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-11-27 Thread snichol
snichol 2002/11/27 16:10:07 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Change byte[] mapping so that for 2001 schema we use xsd, while for other schema, use SOAP-ENC. Revision ChangesPath 1.35 +5 -3 xml-soap/java/src/org/apache

cvs commit: xml-soap/java/src/org/apache/soap SOAPException.java

2002-11-26 Thread snichol
snichol 2002/11/26 19:05:08 Modified:java/src/org/apache/soap SOAPException.java Log: Submitted by: "Shannon Lal" <[EMAIL PROTECTED]> Add javadoc. Revision ChangesPath 1.7 +55 -0 xml-soap/java/src/org/apache/soap/SOAPException

cvs commit: xml-soap/java/src/org/apache/soap/server TypeMappingSerializer.java

2002-11-26 Thread snichol
snichol 2002/11/26 18:49:30 Modified:java/src/org/apache/soap Constants.java Envelope.java java/src/org/apache/soap/server TypeMappingSerializer.java Log: Use Envelope.LINE_SEPARATOR for all line separators in XML serialization of SOAP envelope, including XML

cvs commit: xml-soap/java/samples/propertybag PropertyBagClient.java testit.cmd testit.sh

2002-11-26 Thread snichol
schemas. Fix misspelling in configure deployment descriptor. Revision ChangesPath 1.2 +1 -1 xml-soap/java/samples/configure/DeploymentDescriptor.xml Index: DeploymentDescriptor.xml === RCS file: /home/cvs

cvs commit: xml-soap/java/src/org/apache/soap/server TypeMappingSerializer.java

2002-11-26 Thread snichol
possible, use SOAPMappingRegistry#getSchemaURI rather than Constants#NS_URI_CURRENT_SCHEMA_XSD, so that, e.g., a Call serialized using a SOAPMappingRegistry based on the 1999 schema will serialize properly. Revision ChangesPath 1.14 +13 -6 xml-soap/java/src/org/apache/soap

cvs commit: xml-soap/java/samples/mime testit.cmd

2002-11-21 Thread snichol
snichol 2002/11/21 08:45:08 Modified:java/samples/doclit Add.java java/samples/mime testit.cmd Log: Provide more feedback. Revision ChangesPath 1.3 +1 -0 xml-soap/java/samples/doclit/Add.java Index: Add.java

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-11-21 Thread snichol
java/src/org/apache/soap/util/xml XMLParserUtils.java Log: 1. Disable lazy expansion of DOM nodes for Xerces. 2. Push XML parsing into XMLParserUtils, so that clients (a) need not be aware of pooling, (b) don't carry around their own DocumentBuilder instances (which affects

Re: cvs commit: xml-soap/java/src/org/apache/soap/util/xmlXMLParserUtils.java

2002-11-21 Thread Scott Nichol
> I as I wrote the big performance reserve left for those who uses xerces 2 - > is disable deffered node expansion feature. > > I asked a question on xerces forum, and all who answered said this feature > better be disabled by default. > You can read a thread by the following URL > http://marc.thea

RE: cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-11-20 Thread Pavel Ausianik
t was in Apache SOAP 2.3.1. It would be interesting to compare current performance to Axis. Best regardws, Pavel > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 12:25 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commi

cvs commit: xml-soap/java/src/org/apache/soap/rpc Call.java

2002-11-20 Thread snichol
xml-soap/java/samples/doclit/Add.java Index: Add.java === RCS file: /home/cvs/xml-soap/java/samples/doclit/Add.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Add.java 30 Aug 2002 21:38:59

Re: cvs commit: xml-soap/java/src/org/apache/soap/util/xmlXMLParserUtils.java

2002-11-20 Thread Scott Nichol
ginal Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 4:54 PM Subject: cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java > snichol 2002/11/20 13:54:25 > > Modified:java/src/org/apache/soap/rpc Call.

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-11-20 Thread snichol
snichol 2002/11/20 13:54:25 Modified:java/src/org/apache/soap/rpc Call.java java/src/org/apache/soap/server/http RPCRouterServlet.java java/src/org/apache/soap/util/xml XMLParserUtils.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTEC

cvs commit: xml-soap/java/src/org/apache/soap/transport TransportMessage.java

2002-11-20 Thread snichol
in Envelope used Also I set up initial buffer in couple of classes... Revision ChangesPath 1.6 +1 -1 xml-soap/java/src/org/apache/soap/providers/RPCJavaProvider.java Index: RPCJavaProvider.java ===

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2002-11-20 Thread snichol
veral implementations now do this for at least some of the methods. Revision ChangesPath 1.19 +14 -1 xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.java === RCS file: /home/cvs/xml-soap

cvs commit: xml-soap/java/src/org/apache/soap/transport TransportMessage.java

2002-11-19 Thread snichol
snichol 2002/11/19 23:29:32 Modified:java/src/org/apache/soap/transport TransportMessage.java Log: Fix reading of message for which no content length is specified. Revision ChangesPath 1.22 +8 -6 xml-soap/java/src/org/apache/soap/transport

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-19 Thread snichol
snichol 2002/11/19 22:33:57 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Correctly handle HTTP headers with no value (just a header name). Revision ChangesPath 1.39 +9 -5 xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java Index

cvs commit: xml-soap/java/docs/install iPlanet.html

2002-11-19 Thread snichol
snichol 2002/11/19 06:33:18 Modified:java/docs/install iPlanet.html Log: Add information about exposing EJBs. Revision ChangesPath 1.4 +30 -2 xml-soap/java/docs/install/iPlanet.html Index: iPlanet.html

cvs commit: xml-soap/java/src/org/apache/soap Body.java Fault.java Header.java

2002-11-19 Thread snichol
snichol 2002/11/19 06:34:36 Modified:java/src/org/apache/soap Body.java Fault.java Header.java Log: Add/edit javadocs. Improve toString. Revision ChangesPath 1.12 +4 -4 xml-soap/java/src/org/apache/soap/Body.java Index: Body.java

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-18 Thread snichol
Ausianik <[EMAIL PROTECTED]>. Revision ChangesPath 1.51 +1 -0 xml-soap/java/docs/changes.html Index: changes.html === RCS file: /home/cvs/xml-soap/java/docs/changes.html,v retrieving revisio

Re: cvs commit: xml-soap/java/src/org/apache/soap/rpc RPCMessage.java

2002-11-18 Thread Scott Nichol
> For > now, it is "\n" for backward compatibility, but do not rely on that! It's only perfectly compatible for folks working on platforms for which the line.separator System property is \n. This changes things for those on others, such as Windows where it is \r\n. What I really meant is tha

cvs commit: xml-soap/java/src/org/apache/soap/rpc RPCMessage.java

2002-11-18 Thread snichol
SOAP envelope, use Envelope.LINE_SEPARATOR as the "line separator". This is a constant with no platform dependency. For now, it is "\n" for backward compatibility, but do not rely on that! Revision ChangesPath 1.11 +4 -4 xml-soap/java/src/org/a

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSDecl.java

2002-11-18 Thread snichol
snichol 2002/11/18 13:23:09 Removed: java/src/org/apache/soap/util/xml NSDecl.java Log: No longer used. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: xml-soap/java/src/org/apache/soap/util/xml DOMUtils.java

2002-11-18 Thread snichol
snichol 2002/11/18 13:16:50 Modified:java/src/org/apache/soap/util/xml DOMUtils.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Avoid creating strings where not necessary (2 cases) Scott Nichol added javadoc and use of Constants. Revision Changes

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java

2002-11-18 Thread snichol
snichol 2002/11/18 12:19:26 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> XMLJavaMappingRegistry uses separated maps per encoding - and avoids creating String keys wh

cvs commit: xml-soap/java/test/util/xml XMLJavaMappingRegistryTest.java PackageTests.java

2002-11-18 Thread snichol
snichol 2002/11/18 12:18:10 Modified:java/test/util/xml PackageTests.java Added: java/test/util/xml XMLJavaMappingRegistryTest.java Log: Add tests for XMLJavaMappingRegistry. Revision ChangesPath 1.3 +1 -0 xml-soap/java/test/util/xml/PackageTests.java

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-11-18 Thread snichol
for use by other code. Revision ChangesPath 1.1 xml-soap/java/src/org/apache/soap/encoding/soapenc/CleanSerializer.java Index: CleanSerializer.java === /* * The Apache Software License, Version

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:55:54 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Fix bug parsing HTTP status line discovered in interop tests with SIM. Also, throw an exception if there is no HTTP status. Revision ChangesPath 1.37 +8 -1 xml-soap

cvs commit: xml-soap/java/src/org/apache/soap/util/xml QName.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:36:37 Modified:java/src/org/apache/soap/util/xml QName.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> QName changed so it not uses intern() in equals() because the number of calls per object instance was small. Scott Nichol

cvs commit: xml-soap/java/test/util/xml PackageTests.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:29:39 Modified:java/test/util/xml PackageTests.java Log: Add QNameTest. Revision ChangesPath 1.2 +1 -0 xml-soap/java/test/util/xml/PackageTests.java Index: PackageTests.java

cvs commit: xml-soap/java/test/util/xml QNameTest.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:27:48 Added: java/test/util/xml QNameTest.java Log: A very simple unit test of QName. Revision ChangesPath 1.1 xml-soap/java/test/util/xml/QNameTest.java Index: QNameTest.java

cvs commit: xml-soap/java/src/org/apache/soap Envelope.java Body.java

2002-11-18 Thread snichol
throw exceptions before doing unnecessary work. Revision ChangesPath 1.12 +84 -33 xml-soap/java/src/org/apache/soap/Envelope.java Index: Envelope.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/Envelop

Re: cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread Scott Nichol
> Sorry if there a bugs in NSStack, certainly I didn't wanted to add you more > work. We all produce bugs: the more code, the more bugs! But with unit tests, we can find more bugs early. That's why I wrote the unit tests for NSStack. I could not see any bugs from reading the code, but I knew th

RE: cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread Pavel Ausianik
Scott, Sorry if there a bugs in NSStack, certainly I didn't wanted to add you more work. Somehow I got feeling that popScope() called one time more than pushScope(), now I see that I was wrong. >public void popScope() { > +iterator = scope[top]; >scope[top] = 0; >

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread snichol
snichol 2002/11/18 07:55:11 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Fix bug in popScope (popped URI and prefix stacks two scopes instead of 1) Fix bug in dump and toString (wrong array index) Fix bug in addNSDeclaration (prefix can be null) ??TODO

cvs commit: xml-soap/java/test/util/xml - New directory

2002-11-18 Thread snichol
snichol 2002/11/18 07:52:07 xml-soap/java/test/util/xml - New directory -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: xml-soap/java/test/util/xml NSStackTest.java PackageTests.java

2002-11-18 Thread snichol
snichol 2002/11/18 07:52:48 Added: java/test/util/xml NSStackTest.java PackageTests.java Log: New unit tests for NSStack. Revision ChangesPath 1.1 xml-soap/java/test/util/xml/NSStackTest.java Index: NSStackTest.java

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread snichol
snichol 2002/11/18 06:34:52 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Add toString, deprecate dump, add some javadoc. Revision ChangesPath 1.6 +39 -2 xml-soap/java/src/org/apache/soap/util/xml/NSStack.java Index: NSStack.java

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread snichol
snichol 2002/11/18 06:23:06 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> I have prepared patch for NSStack, moving from growing number of Vectors to 3 arrays per stack. I also used intern() String comp

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2002-11-14 Thread snichol
s show that ContentType is also quite expensive for benefits it provide. I prepared patch for caching ContentType... Some small comment modifications to SOAPTransport.java by Scott Nichol are also included in this commit. Revision ChangesPath 1.29 +7 -6 xml-soap/java/s

cvs commit: xml-soap/java/docs/guide deploy.html

2002-11-14 Thread snichol
snichol 2002/11/14 08:07:58 Modified:java/docs/guide deploy.html Log: Submitted by: Mattias Jiderhamn <[EMAIL PROTECTED]> Fix the namespace URI for SOAP encoding: the trailing '/' was missing. Revision ChangesPath 1.8 +1 -1 xml-soap

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

2002-11-13 Thread snichol
1.19 +207 -112 xml-soap/java/src/org/apache/soap/transport/TransportMessage.java Index: TransportMessage.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/transport/TransportMessage.java,v retrieving

cvs commit: xml-soap/java/docs/install tomcat.html

2002-11-12 Thread snichol
snichol 2002/11/12 10:58:57 Modified:java/docs/install tomcat.html Log: Add a note about Java 1.4 and endorsed directories. Revision ChangesPath 1.15 +6 -0 xml-soap/java/docs/install/tomcat.html Index: tomcat.html

Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java

2002-11-12 Thread Scott Nichol
If I put comments in my code, you would not have had the question ;-) Scott Nichol - Original Message - From: "Pavel Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 12:10 PM Subject: RE: cvs commit: xml-soap/java/src/org/apac

RE: cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java

2002-11-12 Thread Pavel Ausianik
Agree, it is just end of working day fro me..., sorry > -Original Message- > From: Scott Nichol [mailto:snicholnews@;scottnichol.com] > Sent: Tuesday, November 12, 2002 6:25 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: > xml-soap/java/src/org/apache/s

Re: cvs commit: xml-soap/java/src/org/apache/soap/transport/httpSOAPHTTPConnection.java

2002-11-12 Thread Scott Nichol
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 10:53 AM Subject: RE: cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java > Scott, > > i don't know if this makes sence, but logic little bit strange, in case > contentLen

RE: cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java

2002-11-12 Thread Pavel Ausianik
= new byte[contentLength >= 0 ? contentLength : 4096]; if (contentLength != 0) { Pavel > -Original Message- > From: [EMAIL PROTECTED] [mailto:snichol@;apache.org] > Sent: Tuesday, November 12, 2002 4:16 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-soap/j

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

2002-11-12 Thread snichol
patch for using predefined const ContentType, similar to patch was done to MimeType. I have traced MimeBodyPart.isMimeType implementation... Revision ChangesPath 1.20 +12 -3 xml-soap/java/src/org/apache/soap/rpc/Call.java Index: Cal

cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java

2002-11-12 Thread snichol
SOAPTransport soon.) Revision ChangesPath 1.36 +104 -82 xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java Index: HTTPUtils.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java

cvs commit: xml-soap/java/src/org/apache/soap/rpc Call.java Parameter.java RPCMessage.java

2002-11-11 Thread snichol
vision ChangesPath 1.19 +35 -0 xml-soap/java/src/org/apache/soap/rpc/Call.java Index: Call.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/rpc/Call.java,v retrieving revision 1.18 retrieving re

cvs commit: xml-soap/java/samples/stockquote README StockQuoteService.java

2002-11-11 Thread snichol
). Revision ChangesPath 1.6 +4 -1 xml-soap/java/samples/stockquote/README Index: README === RCS file: /home/cvs/xml-soap/java/samples/stockquote/README,v retrieving revision 1.5 retrieving revision 1.6 diff -u

cvs commit: xml-soap TODO

2002-11-08 Thread snichol
snichol 2002/11/08 16:09:52 Modified:.TODO Log: Updated and re-ordered. Revision ChangesPath 1.9 +56 -50xml-soap/TODO Index: TODO === RCS file: /home/cvs/xml-soap/TODO,v

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2002-11-07 Thread snichol
snichol 2002/11/07 20:32:37 Modified:java/src/org/apache/soap/util/net SSLUtils.java Log: Remove unnecessary dependency on Sun's JSSE implementation. Revision ChangesPath 1.9 +2 -4 xml-soap/java/src/org/apache/soap/util/net/SSLUtils.java

cvs commit: xml-soap/java/test/util - New directory

2002-11-06 Thread snichol
snichol 2002/11/06 15:53:28 xml-soap/java/test/util - New directory -- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

cvs commit: xml-soap/java/test/util MethodUtilsTest.java PackageTests.java

2002-11-06 Thread snichol
snichol 2002/11/06 15:56:12 Added: java/test/util MethodUtilsTest.java PackageTests.java Log: Add a pretty simple test of MethodUtils#getMethod to confirm its ability to pick methods correctly including polymorphism. Revision ChangesPath 1.1 xml-soap

cvs commit: xml-soap/java/src/org/apache/soap/rpc SOAPContext.java

2002-11-06 Thread snichol
hangesPath 1.13 +24 -4 xml-soap/java/src/org/apache/soap/rpc/SOAPContext.java Index: SOAPContext.java === RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/rpc/SOAPContext.java,v retrieving revisio

cvs commit: xml-soap/java/src/org/apache/soap/rpc RPCMessage.java

2002-11-06 Thread snichol
patch, with replacing single char strings to char + added more classes + concatenated Constant strings were possible (if all strings are constants, compiler will concatenate it itself). Revision ChangesPath 1.2 +2 -0 xml-soap/java/samples/stringarray/StringArrayClient.java

cvs commit: xml-soap/java/samples/addressbook ComplexRequest.java perftest.cmd perftest.sh

2002-11-04 Thread snichol
41 CUR 82.451 Revision ChangesPath 1.1 xml-soap/java/samples/addressbook/ComplexRequest.java Index: ComplexRequest.java === /* * The Apache Software License, Version 1.1 * * * Copyright

cvs commit: xml-soap/java/src/org/apache/soap/util/xml QName.java XMLJavaMappingRegistry.java

2002-10-30 Thread snichol
snichol 2002/10/30 06:33:02 Modified:java/src/org/apache/soap/util/xml QName.java XMLJavaMappingRegistry.java Log: Require fewer memory allocations by doing four things QName.java: Use StringBuffer rather than String concatenation in toString

  1   2   3   4   >