RE: Confusing issue on Maps

2002-07-03 Thread Bill de hÓra
> -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > > Thanks for getting us back to the original topic. Are you > saying that you would like to have more of the Java data > structure interfaces and classes (e.g. Collection, Map, > subinterfaces and classes implemen

Re: Confusing issue on Maps

2002-07-03 Thread Scott Nichol
Bill, You are correct that MIDP devices would not be able to deserialize a Collection to a Collection. Of course, they cannot presently deserialize a Map to a Map. Users of Perl or Python or .NET face a similar situation. This is an issue regardless of whether or not serialization of a Collect

Re: tomcat 4.0.4 ,xml apache soap installation

2002-07-03 Thread Scott Nichol
I am glad to hear you are up and running. I am curious: did you deploy to Tomcat 3.0.x, or to Tomcat 4.0.4? Scott Nichol - Original Message - From: "Sridhar" <[EMAIL PROTECTED]> To: "Scott Nichol" <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 1:38 PM Subject: Re: tomcat 4.0.4 ,xml ap

unable to create a SOAP server on WAS3.5

2002-07-03 Thread KavithaK
hi, today i tried to create a apache SOAP server on websphere Advanced Edition 3.5 with a fix pack 6. i downloaded and followed all the steps given in the document for installing SOAP server on websphere from the site http://xml.apache.org/soap/docs/install/websphere.html. i have even set th

COMProvider patch and ssl question

2002-07-03 Thread Leif Nilsson TACMa
Hi, COMPROVIDER == Two memory leaks have now been fixed in RPCProvider.cpp. If you compare the original version with the new one you'll find two calls to ::VariantClear(&result); And one call to ::SysFreeString(bstrS); I'm not 100% sure that all leaks are handled but it is much

Re: unable to create a SOAP server on WAS3.5

2002-07-03 Thread Scott Nichol
I suggest you post this to [EMAIL PROTECTED], as you may find more support for installation problems there. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 9:40 AM Subject: unable to create a SOAP server on WAS3.5 > > h

Re: unable to create a SOAP server on WAS3.5

2002-07-03 Thread Michael Jennings
I remember running into a classloader bug with WAS3.5 sp6 that was disabling my ability to run Xalan & FOP. What I ended up doing was doing surgery on some of the WAS3.5 jar files, replacing older XML class files with newer ones. That worked, but it's not for the faint of heart. -Mike - Origi

Re: [PATCH]Changes to Apache SOAP 2.2 (SAXParser)

2002-07-03 Thread yellapragada rajasekhar
Scott, Sorry It took so long to reply.  Anyway I have  generated patch for two files org.apache.soap.rpc.Call  and org.apache.soap.util.xml.DOMUtils,  these files are attached to the mail. And  here is the patch file diff -r xml-soap/java/src/org/apache/soap/rpc/Call.java /home/rgc/rajfix/xml-soa

Re: COMProvider patch and ssl question

2002-07-03 Thread Scott Nichol
Thanks for the COMProvider patch. I will hopefully look this over sometime this weekend (it is a long holiday weekend in the U.S.) and commit it to CVS. Scott Nichol - Original Message - From: "Leif Nilsson TACMa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 200

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

2002-07-03 Thread snichol
snichol 2002/07/03 12:25:55 Modified:java/docs/install index.html tomcat.html Added: java/docs/install tomcat31.html tomcat32.html Log: Help users willing to help themselves by providing installation instructions for multiple versions of Tomcat. Revision ChangesP

cvs commit: xml-soap/java/src/org/apache/soap/providers/com RPCProvider.cpp COMProvider.dll

2002-07-03 Thread snichol
snichol 2002/07/03 13:01:11 Modified:java/src/org/apache/soap/providers/com RPCProvider.cpp COMProvider.dll Log: Reviewed by: Scott Nichol From Leif Nilsson TACMa ([EMAIL PROTECTED]): Two memory leaks have now been fixed in RPCProvider.cpp. If you

Re: cvs commit: xml-soap/java/src/org/apache/soap/providers/comRPCProvider.cpp COMProvider.dll

2002-07-03 Thread Scott Nichol
Leif, Thanks for the submission. Can you grab tonight's nightly build or refresh from CVS and test the DLL that was built? Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 4:01 PM Subject: cvs commit: xml-soap/java/src/o

Entry point on building a middleware between soap engine and services

2002-07-03 Thread Lo Chi Lik Eric [PG]
Hi, I am now working on a project on building a Web Service Integrator. Where I have designed some declarative XML language constructs to perform various tasks. For example, the following snippets(not complete) try to integrate two web services to be a single services: ---

RE: Entry point on building a middleware between soap engine and services

2002-07-03 Thread Shashi Anand
Hi, I think writing a provider for your case will be usefull. Thanks Shashi Anand -Original Message- From: Lo Chi Lik Eric [PG] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 9:26 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Entry point on building a middleware betw