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

2002-11-18 Thread snichol
snichol 2002/11/18 18:47:39 Modified:java/docs changes.html java/src/org/apache/soap/messaging Message.java java/src/org/apache/soap/rpc Call.java SOAPContext.java java/src/org/apache/soap/transport TransportMessage.java java/sr

Re: Apache SOAP and request only Web Services.

2002-11-18 Thread Scott Nichol
I committed changes based on this submission to provide one-way support on the client. I tested the changes against a .NET service. Scott Nichol - Original Message - From: "Pavel Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 7:05 AM Subject: RE:

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
snichol 2002/11/18 13:52:06 Modified:java/src/org/apache/soap Body.java Envelope.java Fault.java Header.java java/src/org/apache/soap/encoding/literalxml XMLParameterSerializer.java java/src/org/apache/soap/enc

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: For additional commands, e-mail:

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 ChangesPath

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 which is e

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
snichol 2002/11/18 10:52:23 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Added: java/src/org/apache/soap/encoding/soapenc CleanSerializer.java SimpleSerializer.java Log: Move simple and clean serializers to standalone classes for

RE: Apache SOAP + GLUE?

2002-11-18 Thread Mattias Jiderhamn
I just found a message in a GLUE mailing list (http://groups.yahoo.com/group/MindElectricTechnology/message/6122) that helped me find it was the return value that had the wrong name in the WSDL. Thanks anyway. > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Mo

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/java

Re: Apache SOAP + GLUE?

2002-11-18 Thread Scott Nichol
GLUE used to interop well. However, I see that the nightly interop tests (http://www.apache.org/~rubys/ApacheClientInterop.html) which use Apache clients against various servers are now failing on most tests with GLUE. Scott Nichol - Original Message - From: "Mattias Jiderhamn" <[EMAIL P

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 added javadoc

Apache SOAP + GLUE?

2002-11-18 Thread Mattias Jiderhamn
Has anyone been succesful in using Apache SOAP (nightly build 2002-10-27) as the server and GLUE (3.2.3, www.themindelectric.com) as the client? I'm getting some cryptical error, which I do not know what to do about: java.lang.NullPointerException at $Proxy0.isOk(Unknown Source) at

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
snichol 2002/11/18 08:42:41 Modified:java/src/org/apache/soap Envelope.java Body.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Reduce number of AttributeHandlers. Additional edits by Scott Nichol to add javadoc and other comments, plus try to throw exceptions

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: allow

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: For additional commands, e-mail:

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 comparison, b

RE: Some performance measures

2002-11-18 Thread Pavel Ausianik
It may happen is that easier to implement a "Proxy" , which looks like Apache SOAP, but calls Apache AXIS... -- To unsubscribe, e-mail: For additional commands, e-mail: