RE: VOTE: Scott Nichol for committer

2002-06-11 Thread Matthew J. Duftler
+1 > -Original Message- > From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 1:31 PM > To: Apache SOAP > Subject: VOTE: Scott Nichol for committer > > > I'd like to nominate Scott for committer status. He has been > one of the most consistent contributor

ANNOUNCE: Apache SOAP v2.3.1 posted...

2002-06-10 Thread Matthew Duftler
Hi Folks, Due to a significant interoperability bug, we just posted a new release (at http://xml.apache.org/soap/). The bug was: the xsi:null attribute was still being used with the 2001 Schema namespaces, instead of the xsi:nil attribute which is specified. Thanks, The Apache SOAP team...

ANNOUNCE: Apache SOAP v2.3.1 posted...

2002-06-10 Thread Matthew J. Duftler
Hi Folks, Due to a significant interoperability bug, we just posted a new release (at http://xml.apache.org/soap/). The bug was: the xsi:null attribute was still being used with the 2001 Schema namespaces, instead of the xsi:nil attribute which is specified. Thanks, The Apache SOAP team...

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

2002-06-09 Thread duftler
duftler 2002/06/09 22:59:01 Modified:java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java Log: Fixed a NullPointerException problem that my changes created. Revision ChangesPath 1.11 +28 -8 xml-soap/java/src/org/apache/soap/encoding/soapenc

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

2002-06-09 Thread duftler
duftler 2002/06/09 22:58:03 Modified:java/docs head.html Log: Updated version number. Revision ChangesPath 1.4 +1 -1 xml-soap/java/docs/head.html Index: head.html === RCS file: /home/cvs

cvs commit: xml-soap/java build.xml

2002-06-09 Thread duftler
duftler 2002/06/09 21:33:01 Modified:java build.xml Log: Updated. Revision ChangesPath 1.41 +2 -2 xml-soap/java/build.xml Index: build.xml === RCS file: /home/cvs/xml-soap/java

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

2002-06-09 Thread duftler
duftler 2002/06/09 21:19:04 Modified:java/docs changes.html Log: Created an item for v2.3.1. Revision ChangesPath 1.25 +12 -6 xml-soap/java/docs/changes.html Index: changes.html === RCS

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

2002-06-09 Thread duftler
duftler 2002/06/09 21:15:19 Modified:java/docs changes.html Log: Fixed a couple of types, and updated. Revision ChangesPath 1.24 +8 -2 xml-soap/java/docs/changes.html Index: changes.html

RE: [PATCH] Re: xsi:null handling

2002-06-09 Thread Matthew J. Duftler
Hi Simon, Thanks for the patches. I've applied the xsi:nil patch. I had to make some changes, however. As it was written, the patch would never actually use xsi:null, only xsi:nil. The code was checking the Constants.NS_URI_CURRENT_SCHEMA_XSI constant, which will only change if someone changes i

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

2002-06-09 Thread duftler
duftler 2002/06/09 20:52:56 Modified:java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java Log: This patch enables the serialization logic to use xsi:nil when the 2001 Schema version is employed. Also, the code seems to have been using the older xsi version, regardless

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

2002-06-09 Thread duftler
duftler 2002/06/09 20:49:57 Modified:java/src/org/apache/soap Constants.java Log: Beginning of patch by Simon Fell and myself to use xsi:nil when the 2001 Schema version is used. Revision ChangesPath 1.25 +1 -0 xml-soap/java/src/org/apache/soap

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

2002-06-09 Thread duftler
duftler 2002/06/09 20:49:03 Modified:java/src/org/apache/soap/encoding/soapenc ParameterSerializer.java Log: Removed some blank spaces. Revision ChangesPath 1.11 +1 -1 xml-soap/java/src/org/apache/soap/encoding/soapenc

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

2002-06-09 Thread duftler
duftler 2002/06/09 19:10:27 Modified:java/docs changes.html Log: Updated. This was part of the distribution, I just forgot to commit it. Revision ChangesPath 1.23 +2 -0 xml-soap/java/docs/changes.html Index: changes.html

cvs commit: xml-soap/java build.xml

2002-05-31 Thread duftler
duftler 2002/05/31 09:21:27 Modified:java build.xml Log: Updated version number. Revision ChangesPath 1.40 +2 -2 xml-soap/java/build.xml Index: build.xml === RCS file: /home/cvs/xml

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

2002-05-29 Thread duftler
duftler 02/05/29 11:45:43 Modified:java/src/org/apache/soap/encoding/soapenc BooleanDeserializer.java SoapEncUtils.java Log: Changed unmarshalling of xsi:null to be just as liberal as BooleanDeserializer is in what it accepts. For more info, please see

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

2002-05-23 Thread duftler
duftler 02/05/23 13:11:17 Modified:java/docs changes.html Log: Updated... Revision ChangesPath 1.22 +2 -0 xml-soap/java/docs/changes.html Index: changes.html === RCS file: /home/cvs/xml

cvs commit: xml-soap/java build.xml

2002-05-23 Thread duftler
duftler 02/05/23 13:11:06 Modified:java build.xml Log: Updated version numbers. Revision ChangesPath 1.39 +2 -2 xml-soap/java/build.xml Index: build.xml === RCS file: /home/cvs/xml

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

2002-05-23 Thread duftler
duftler 02/05/23 12:55:30 Modified:java/src/org/apache/soap/encoding/soapenc ArraySerializer.java Log: Made the ArraySerializer deserialize null elements correctly. Was previously creating elements even if the individual items were marked as null on

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

2002-05-17 Thread duftler
duftler 02/05/17 11:19:58 Modified:java/docs changes.html Log: Added an item to the list. Revision ChangesPath 1.20 +2 -0 xml-soap/java/docs/changes.html Index: changes.html === RCS file

RE: [PATCH] Re: is SOAP thread-safe?

2002-05-17 Thread Matthew J. Duftler
Hi Scott & Emilio, I agree that getXMLDocBuilder should be synchronized. I've committed your change. Thanks, -Matt > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 1:03 PM > To: [EMAIL PROTECTED] > Subject: [PATCH] Re: is SOAP thread-safe

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

2002-05-17 Thread duftler
duftler 02/05/17 11:11:57 Modified:java/src/org/apache/soap/util/xml XMLParserUtils.java Log: Made getXMLDocBuilder() synchronized. Submitted by: Scott Nichol [mailto:[EMAIL PROTECTED]] & "Emilio Belmonte" <[EMAIL PROTECTED]> Reviewed by

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

2002-05-17 Thread duftler
duftler 02/05/17 11:08:40 Modified:java/docs changes.html Log: Fixed anchor tag. Revision ChangesPath 1.19 +1 -1 xml-soap/java/docs/changes.html Index: changes.html === RCS file: /home

cvs commit: xml-soap/java build.xml

2002-05-16 Thread duftler
duftler 02/05/16 06:35:54 Modified:java build.xml Log: Updated version number. Revision ChangesPath 1.38 +2 -2 xml-soap/java/build.xml Index: build.xml === RCS file: /home/cvs/xml

RE: Vote: Apache SOAP 2.3 Release Schedule

2002-05-15 Thread Matthew J. Duftler
[X] +1 I approve this plan, and will help [ ] +0 I approve this plan, but can't help [ ] -0 I am not in favor of this plan [ ] -1 I am against this plan, because: > -Original Message- > From: William A. Nagy [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 4:06 PM > To: [EMAIL PR

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

2002-05-07 Thread duftler
duftler 02/05/07 09:09:01 Modified:java/src/org/apache/soap/transport/smtp SOAPSMTPConnection.java Log: The popPollDelay constructor argument was being ignored. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8204 Submitted

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

2002-05-07 Thread duftler
duftler 02/05/07 09:02:09 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: The exception being thrown did not always contain a helpful message. This issue was raised by [EMAIL PROTECTED] (Andy Jefferies). For more info, please see: http://nagoya.apache.org

cvs commit: xml-soap/java/samples/xmethods GetTemp.java

2002-05-06 Thread duftler
duftler 02/05/06 10:22:16 Modified:java/samples/addressbook GetAddress.java GetAllListings.java PutAddress.java PutListings.java java/samples/calculator Calc.java Calculator.java java/samples/com/client Addit.java Sum.java

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

2002-05-03 Thread duftler
duftler 02/05/03 09:44:34 Modified:java/src/org/apache/soap/server DeploymentDescriptor.java Log: Fixed a bug that was causing an attribute to be printed without a closing ". For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6363 Submitt

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

2002-05-02 Thread duftler
duftler 02/05/02 14:59:23 Modified:java/src/org/apache/soap/server/http ServerHTTPUtils.java Log: Made the ServerHTTPUtils.readEnvelopeFromRequest(...) method public, instead of the default package access. For more info, please see: http://nagoya.apache.org/bugzilla

cvs commit: xml-soap/java/docs/schema dd.xsd

2002-05-02 Thread duftler
duftler 02/05/02 14:54:50 Modified:java/docs/schema dd.xsd Log: Updated the deployment descriptor schema to reflect the mapping QName being made optional. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5426 Submitted by: [EMAIL PROTECTED

cvs commit: xml-soap/java/webapps/soap/admin list.jsp

2002-05-02 Thread duftler
duftler 02/05/02 14:42:25 Modified:java/webapps/soap/admin list.jsp Log: A closing tag was missing. Submitted by: [EMAIL PROTECTED] (Takashi Okamoto) Reviewed by: [EMAIL PROTECTED] (Matthew J. Duftler) Revision ChangesPath 1.3 +1 -1 xml-soap/java

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

2002-05-02 Thread duftler
duftler 02/05/02 14:02:03 Modified:java/src/org/apache/soap/rpc Call.java Log: Fixed a problem that would cause a Call object's targetObjectURI property to get set to null if a Fault was returned. For more info, please see: http://nagoya.apache.org/bugzilla/show_bug.c

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

2002-05-02 Thread duftler
duftler 02/05/02 13:49:55 Modified:java/docs/guide serializer.html Log: Changed the word 'all' to 'most', since the Java primitive type char is not supported. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.6 +1 -1 xml-

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

2002-05-02 Thread duftler
duftler 02/05/02 11:43:30 Modified:java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java Log: Removed 2 server-side stack traces where exceptions were also being propagated. For more info, see: http://nagoya.apache.org

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

2002-05-02 Thread duftler
duftler 02/05/02 11:02:51 Modified:java/src/org/apache/soap/server ServiceManager.java Log: A type-check was not being performed due to its placement. It has been moved so that it now has effect. For more info, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2668

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

2002-04-16 Thread duftler
duftler 02/04/16 10:14:14 Modified:java/src/org/apache/soap/encoding/soapenc ParameterSerializer.java SoapEncUtils.java Added: java/src/org/apache/soap/util/xml PrefixedName.java Log: Started to add the ability to serialize elements with qualified

RE: SOAPHTTPConnection patch

2002-02-01 Thread Matthew J. Duftler
Hi Elaine, Ok, the patch has been applied. Please give it a try and make sure it does what you expected. Thanks, -Matt > -Original Message- > From: Elaine Chien [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 3:07 PM > To: [EMAIL PROTECTED] > Subject: SOAPHTTPConnection p

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

2002-02-01 Thread duftler
duftler 02/02/01 13:22:09 Modified:java/src/org/apache/soap/transport/http SOAPHTTPConnection.java Log: Committed a patch that makes the set-cookie and set-cookie2 header searches case-insensitive. Submitted by: Warwick Slade ([EMAIL PROTECTED

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

2001-11-13 Thread duftler
duftler 01/11/13 10:28:35 Modified:java/src/org/apache/soap/server DeploymentDescriptor.java TypeMappingSerializer.java Log: Will now allow a TypeMapping to be specified without the elementType; made the DeploymentDescriptor and TypeMappings serializing

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

2001-11-13 Thread duftler
duftler 01/11/13 10:26:23 Modified:java/src/org/apache/soap/server TypeMappingSerializer.java Log: Will now allow a TypeMapping to be specified, without the elementType. Revision ChangesPath 1.9 +13 -5 xml-soap/java/src/org/apache/soap/server

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

2001-11-13 Thread duftler
duftler 01/11/13 10:25:09 Modified:java/src/org/apache/soap/util/xml DOMUtils.java Log: Added a method to retrieve qualified attribute value. That is, will return a QName representing the value of the requested attribute. Revision ChangesPath 1.5 +36 -0 xml

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

2001-11-13 Thread duftler
duftler 01/11/13 10:24:29 Modified:java/src/org/apache/soap/util/xml QName.java Log: Was throwing a NullPointerException if localPart constructor arg was null. Revision ChangesPath 1.6 +1 -1 xml-soap/java/src/org/apache/soap/util/xml/QName.java Index

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

2001-11-12 Thread duftler
duftler 01/11/12 11:30:44 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Added a getParent() method to allow the registry tree to be walked-up. Revision ChangesPath 1.26 +8 -0 xml-soap/java/src/org/apache/soap/encoding

RE: Bug with DOM2Writer

2001-09-28 Thread Matthew J. Duftler
created by calling Element.setAttributeNS(...), not > Element.setAttribute(...). If you don't use the correct factory methods, > you are creating Nodes which appear qualified, but are in fact not (at > least as far as the DOM representation is concerned). > > If you use the c

RE: Bug with DOM2Writer

2001-09-28 Thread Matthew J. Duftler
what I've done here is much better than telling > users to bugger off and write "proper" code; especially when doing so > would have an impact on products already on the market. > > But, if you still disagree, I recommend that we put it to a vote. > > - James Snell &

Re: Bug with DOM2Writer

2001-09-28 Thread Matthew Duftler
s", "testing"); To set the namespace declaration. Thanks, -Matt "Sanji

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

2001-09-24 Thread duftler
duftler 01/09/24 13:36:04 Modified:java/src/org/apache/soap/encoding/soapenc CalendarSerializer.java DateSerializer.java Log: Synchronized calls to DateFormat's methods, since DateFormat appears to not be thread-safe. Richard Hansen ([EMAIL PROT

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

2001-09-24 Thread duftler
duftler 01/09/24 12:53:14 Modified:java/docs/guide msgclient.html Log: Fixed a typo. See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3647 Submitted by: [EMAIL PROTECTED] Reviewed by: Matthew J. Duftler Revision ChangesPath 1.4 +1 -1 xml-soap

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

2001-09-24 Thread duftler
duftler 01/09/24 12:45:13 Modified:java/src/org/apache/soap SOAPException.java Log: The fault code and exception message will now be run through Utils.cleanString(...) to escape special characters. For more details, see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id

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

2001-09-06 Thread duftler
duftler 01/09/06 13:47:28 Modified:java/src/org/apache/soap/encoding/soapenc MimePartSerializer.java Log: A NullPointerException was being thrown when a DataSource was passed as the source parameter. See bugs #2944 & #3011: http://nagoya.apache

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc ArraySerializer.java HashtableSerializer.java VectorSerializer.java

2001-09-06 Thread duftler
duftler 01/09/06 13:34:17 Modified:java/src/org/apache/soap/encoding/soapenc ArraySerializer.java HashtableSerializer.java VectorSerializer.java Log: Fixed a bug that prevented a service's method from taking a Hashtable, arra

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

2001-08-28 Thread duftler
duftler 01/08/28 13:38:09 Modified:java/docs/guide rpcclient.html Log: Fixed a typo. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3295 Submitted by: [EMAIL PROTECTED] Reviewed by: Matthew J. Duftler Revision ChangesPath 1.9 +1 -1 xml-soap/java

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

2001-08-28 Thread duftler
duftler 01/08/28 13:37:27 Modified:java/docs/install index.html Log: Fixed a typo. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3295 Submitted by: [EMAIL PROTECTED] Reviewed by: Matthew J. Duftler Revision ChangesPath 1.24 +1 -1 xml-soap/java/docs

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

2001-08-21 Thread duftler
duftler 01/08/21 14:25:57 Modified:java/src/org/apache/soap Fault.java java/src/org/apache/soap/server ExceptionFaultListener.java Log: Fixed the behavior of ExceptionFaultListener. It was previously not looking in the right place for the type of the detail entry

RE: Problem with the Deployment.

2001-08-08 Thread Matthew J. Duftler
Title: RE: Problem with the Deployment. Hi Deepak, I've attached a JSP which may help you find your problem. Take the attached test.jsp and drop it into your \soap-2_2\webapps\soap directory. Then restart your server and point your browser at: http://localhost:8080/soap/test.jsp It should pro

RE: QNameSerializer

2001-08-06 Thread Matthew J. Duftler
It's for serializing/deserializing org.apache.soap.util.xml.QName/xsd:QName. Thanks, -Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 04, 2001 11:39 AM > To: [EMAIL PROTECTED] > Subject: QNameSerializer > > > Could someone please

RE: Parsing error...

2001-07-31 Thread Matthew J. Duftler
Hi David, Sorry for the low-tech suggestion, but have you tried just searching your entire drive for crimson.jar and/or parser.jar? If you find any, move them to another directory (simply renaming them may not be sufficient). Thanks, -Matt > - Original Message - > From: "David Turner" <

RE: Its urgent.....

2001-07-30 Thread Matthew J. Duftler
Hi Susheel, Make sure that your MailInfo class is public, and has a no-args public constructor. Thanks, -Matt > -Original Message- > From: Susheel Chauhan [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 30, 2001 1:48 AM > To: [EMAIL PROTECTED] > Subject: Its urgent. > > > Hi all, >

RE: soap and xerces jars

2001-07-24 Thread Matthew J. Duftler
Hi Alfred, One way to save some footprint would be to use a smaller parser. Apache SOAP will work with any JAXP-compliant parser, not just Xerces. Thanks, -Matt > -Original Message- > From: Alfred [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 4:27 PM > To: [EMAIL PROTECTED] >

RE: NS_URI_CURRENT_SCHEMA_XSI & NS_URI_CURRENT_SCHEMA_XSD

2001-07-23 Thread Matthew J. Duftler
Hi Eduardo, Did you re-compile all the source, or just the Consants.java file? Those constants are marked final. Thanks, -Matt > -Original Message- > From: Eduardo Yánez [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 6:44 PM > To: [EMAIL PROTECTED] > Subject: NS_URI_CURRENT_SC

RE: Bugs in Soap 2.2 BeanSerializer?

2001-07-13 Thread Matthew J. Duftler
Hi Soumen, > How sad.. that nobody in Apache Soap Development community has the GUTS to > acknowledge that either it is a bug or not a bug in Soap 2.2 > BeanSerializer. I'll ignore that. > acknowledge that either it is a bug or not a bug in Soap 2.2 > BeanSerializer. When you encounter a probl

RE: Problems with Apache 2.2 clients and MS SOAP SDK servers using complex types

2001-07-05 Thread Matthew J. Duftler
Hi Michele, The current code in the CVS tree now defaults to using the 2001 Schema URIs. Please try your code with the latest CVS tree, or one of the nightly builds. Thanks, -Matt > -Original Message- > From: Michele Costabile [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 05, 2001 1

RE: Mixing SOAP and LITERAL XML encoding styles

2001-07-05 Thread Matthew J. Duftler
Hi Anthony, It appears that you are correct, and it is a bug in the HashtableSerializer. Please go to: http://nagoya.apache.org/bugzilla and report it. I will hopefully get a chance to apply the fix early next week. Thanks, -Matt > -Original Message- > From: Anthony Dodd [mailto:[EMAIL

RE: Handling Faults

2001-07-05 Thread Matthew J. Duftler
Hi Brett, Take a look at the Fault.toString() method. It shows how to access everything (actually, you can use it to print everything instead of as an example). Also, if you run the TcpTunnelGui tool, you can see what the other Fault entries are. Thanks, -Matt > -Original Message- > Fr

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

2001-06-25 Thread duftler
duftler 01/06/25 14:54:22 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: A StringOutOfBoundsException was being thrown when a server returned a header with no value to an Apache SOAP client. Thanks to [EMAIL PROTECTED] for raising this issue. See http

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

2001-06-25 Thread duftler
duftler 01/06/25 13:53:50 Modified:java/src/org/apache/soap/server/http ServerHTTPUtils.java Log: The code will now only store the target object in the ServletContext or HTTPSession when it is newly created, and will not store it on each invocation. Thanks to [EMAIL PROTECTED

RE: SOAP provider

2001-06-22 Thread Matthew J. Duftler
Hi Hardik, There is a sample TemplateProvider included in the distribution. There is also a sample client, in the \soap-2_2\samples\provider directory, which calls the TemplateProvider. There is also a section in the User's Guide called "Writing Providers". There are also searchable archives avai

RE: Sending paramters

2001-06-21 Thread Matthew J. Duftler
gt; same at the > server side ? I have implemented the methods as suggested and it > works fine > now. > > > Raja > Innova Solutions > Ph: Off : 3543139,40,50 X 217 > Res : 3551023 > > > -Original Message- > From: Matthew J. Duftler [mailto:[EMAIL PRO

RE: No deserializer...

2001-06-21 Thread Matthew J. Duftler
Hi Doug, I would recommend upgrading to Apache SOAP v2.2, and reading the "Interoperability" section in the User's Guide. You need to tell the system what the type of the ':Result' parameter is. Thanks, -Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Se

RE: Sending paramters

2001-06-21 Thread Matthew J. Duftler
YOur samplebean class is not really a bean. In short, you should have methods like: String getName(); void setName(String name); int getAge(); void setAge(int age); You should take a look at the JavaBeans spec on Sun's web-site. Thanks, -Matt > -Original Message- > From: raja [mailto:[

RE: I get SOAP-ENV:Server.Exception in the FAULT

2001-06-21 Thread Matthew J. Duftler
Hi Siram, Please use the TcpTunnelGui tool, as described in the documentation, to see what details are being sent back from the server. Thanks, -Matt > -Original Message- > From: Sriram Chandrasekaran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 12:54 PM > To: [EMAIL PROT

RE: Soap Problem

2001-06-21 Thread Matthew J. Duftler
Hi Janesh,   Same problem as before. Don't use Xerces v1.3.1. This is covered in the FAQs.   Thanks, -Matt -Original Message-From: Janesh Vasudeva [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 21, 2001 7:53 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: Soap Problem

RE: Soap Error

2001-06-21 Thread Matthew J. Duftler
Hi Janesh,   Make sure you are not using Xerces v1.3.1. It has a known namespace-handling problem. This is covered in the FAQs.   Thanks, -Matt -Original Message-From: Janesh Vasudeva [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 21, 2001 7:52 AMTo: [EMAIL PROTECTED]; [EM

RE: .invoke(...) returns null from JSP

2001-06-21 Thread Matthew J. Duftler
Hi Troy, Please post the wire-dumps so we can see what is coming back. Thanks, -Matt > -Original Message- > From: Troy Beacleay [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 4:47 PM > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: .invoke(...) returns null from JS

RE: Maintaining a session with Apache Soap

2001-06-21 Thread Matthew J. Duftler
Hi Dirck, It's actually the SOAPHTTPConnection that is responsible for maintaining the session from the client-side. You should be able to set the SOAPHTTPConnection as the SOAPTransport of any Call you wish. Thanks, -Matt > -Original Message- > From: Hecking, Dirck J [mailto:[EMAIL PRO

RE: User defined object as a request, literal XML as a response. Poss ible?!

2001-06-19 Thread Matthew J. Duftler
Hi Dirck, You were right. It turns out there was a bug in the BeanSerializer that prevented the client from using a BeanSerializer to serialize SOAP-encoded parameters within a Call labeled with the literalXML encoding style. Since the bug was in the BeanSerializer, it only came up when the user

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

2001-06-19 Thread duftler
duftler 01/06/19 19:20:55 Modified:java/src/org/apache/soap/encoding/soapenc BeanSerializer.java Log: Fixed a bug that prevented the client from using a BeanSerializer to serialize SOAP-encoded parameters within a Call labeled with the literalXML

RE: problem with the build of the src dist for soap 2.2

2001-06-19 Thread Matthew J. Duftler
If you want to build a distribution, checkout the CVS tree. The build script in the source distribution shuold really contain only a compile target. Thanks, -Matt > -Original Message- > From: Rich Catlett [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 18, 2001 7:58 PM > To: [EMAIL PROTE

RE: Exception while deploying service

2001-06-18 Thread Matthew J. Duftler
Hi Sandeep, It is a known problem with the namespace support in Xerces v1.3.1. Higher and lower versions work fine. Thanks, -Matt > -Original Message- > From: Khamesra, SandeepX [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 15, 2001 2:37 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Exc

RE: SOAP Method without returnValue - possible?

2001-06-18 Thread Matthew J. Duftler
Hi Ralf, Yes, this will work fine. The "deploy" method on org.apache.soap.server.ServiceManagerClient is one example if a void method being used. > -Original Message- > From: Ralf Bierig [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 15, 2001 10:11 AM > To: [EMAIL PROTECTED]; [EMAIL PRO

RE: DeployedServices.ds

2001-06-18 Thread Matthew J. Duftler
Hi Cleveland,   Your question is answered in the "Server Configuration" section of the User's Guide.   Thanks, -Matt -Original Message-From: cleveland cooke [mailto:[EMAIL PROTECTED]]Sent: Friday, June 15, 2001 12:15 AMTo: [EMAIL PROTECTED]Subject: DeployedServices.ds Do

RE: Soap4J and HTTP 1.1 Keep-Alive/Persistent support

2001-06-12 Thread Matthew J. Duftler
I got it working, but it wasn't a complete implementation. It was more of an experiment than anything else. If there is another version of Apache SOAP, we can add this capability. Thanks, -Matt > -Original Message- > From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] > Sent: Monday, Ju

RE: SAXParserException

2001-06-11 Thread Matthew J. Duftler
and it > does show up > correctly in the list. > > "Matthew J. Duftler" wrote: > > > Hi David, > > > > > [faultString=Unable to resolve target > > > object: null] [faultActorURI=/soap/servlet/rpcrouter] > [DetailEntries=] > > >

RE: SAXParserException

2001-06-11 Thread Matthew J. Duftler
gt; > > Yes, I did deploy it using the admin tool via the browser, and it > does show up > correctly in the list. > > "Matthew J. Duftler" wrote: > > > Hi David, > > > > > [faultString=Unable to resolve target > > > object: null] [faultActo

RE: SAXParserException

2001-06-11 Thread Matthew J. Duftler
xt(StandardPipel > ine.java:564) > > at > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline. > java:472) > at > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > at > org.apache.catalina.core.StandardEn

RE: SAXParserException

2001-06-11 Thread Matthew J. Duftler
Hi David, You do not need a network connection to run the code. Some of the samples, however, do require a connection. Which sample are you running, and what is being returned? Use the TcpTunnelGui, as described in the docs, to see what is being transmitted. Thanks, -Matt > -Original Messag

Apache SOAP added to BugZilla...

2001-06-10 Thread Matthew J. Duftler
Hi Folks, Apache SOAP has been added to BugZilla at: http://nagoya.apache.org/bugzilla/ A link to the Bugzilla page has also been added to the Apache SOAP page at: http://xml.apache.org/soap/ Thanks, -Matt

RE: build problems

2001-06-07 Thread Matthew J. Duftler
Hi Michael, If you are using Ant (which obviously you are) you will probably have to move the jaxp.jar and parser.jar out of Ant's lib directory. This is described in Ant's installation docs. I believe parser.jar contains a DOM impl that is pre-namespaces. Thanks, -Matt > -Original Message-

RE: case sensitive return type

2001-06-07 Thread Matthew J. Duftler
Hi Richard, The BeanSerializer uses the property name as the element name. One solution to your problem would be to specify your own BeanInfo class. That BeanInfo could return whatever property names you want. Thanks, -Matt > -Original Message- > From: Richard S Hendershot [mailto:[EMAI

RE: Problem with getting Response

2001-06-07 Thread Matthew J. Duftler
Hi, You have several options: 1) Use the TcpTunnelGui tool as described in the documentation. 2) Create EnvelopeEditors that spit out the envelopes. EnvelopeEditors are described in the documentation. 3) Take a look at what the Call.invoke(...) method does, and do the same thing yourself (except

RE: Realization of SOAP-Scopes in ApacheSOAP

2001-06-05 Thread Matthew J. Duftler
Hi Ralf, The semantics of the various scopes are described in the "Deployment Descriptors" section in the User's Guide. Thanks, -Matt > -Original Message- > From: Ralf Bierig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 5:46 AM > To: SOAP Mailing List SOAP Mailing List > Su

RE: HTTP Tracer

2001-06-04 Thread Matthew J. Duftler
Hi Naggi, If you are talking about the TcpTunnelGui, it's usage is described in the User's Guide in the "Tools" section. Thanks, -Matt > -Original Message- > From: Naggi Rao [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 04, 2001 12:48 PM > To: [EMAIL PROTECTED] > Subject: HTTP Tracer

RE: SOAPFaultListener params

2001-05-30 Thread Matthew J. Duftler
Hi Zohar, Unfortunately, there is no straight-forward way to do this. Reading from a file or reading system properties are two options that may work (however inelegant). Thanks, -Matt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30,

RE: Patch to RPCRouter.java

2001-05-30 Thread Matthew J. Duftler
Hi Matthew, This feels to me like something that should be implemented by a Provider. That would also be a way you could deliver it to your clients without them having to apply a patch and re-compile things. They would just need to make your CustomParameterProvider available on their classpath

RE: Unsubscribe Me, Please

2001-05-30 Thread Matthew J. Duftler
Hi Steve, I'm not familiar with Outlook 98, but with Outlook 2000, going to View|Options (while reading the message) shows you the headers in a box at the bottom labeled "Internet Headers". Thanks, -Matt > -Original Message- > From: Tolkin, Steve [mailto:[EMAIL PROTECTED]] > Sent: Wedne

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

2001-05-30 Thread duftler
duftler 01/05/30 11:10:47 Modified:java/docs intro.html Log: Added another pointer. Submitted by: Dave Winer Revision ChangesPath 1.9 +1 -0 xml-soap/java/docs/intro.html Index: intro.html

ANNOUNCE: Apache SOAP v2.2 Released

2001-05-30 Thread Matthew J. Duftler
Hi Folks, Apache SOAP v2.2 has been released. It is posted on the web-site (http://xml.apache.org/soap), and the release candidates have been removed. There is a detailed list of changes on the site, and in the distribution. Thanks, Apache SOAP Development Team

VOTE results...

2001-05-30 Thread Matthew J. Duftler
Hi All, Ok, we've received more than 3 +1 votes, and no -1 votes. The release will be up shortly. Thanks, -Matt

RE: Release v2.2

2001-05-30 Thread Matthew J. Duftler
Hi Doug, > Sanjiva - if I read your note right you say that the > source dist isn't buildable, right? why? > I've never understood that - it seems like > if I wanted to grab the source I'm gonna > want to build it - making someone go to cvs > when

RE: Release v2.2

2001-05-30 Thread Matthew J. Duftler
t my environment? > > These changes aren't much, but I don't feel comfortable doing the release > unless we can build the samples and generate a soap.war that works (I > confirmed that it does in fact work with the new build.xml). > > --Glen > > - Original Mes

  1   2   >