RE: Standard map or hashtable

2001-07-31 Thread Abbott, James STASCO-OTO/72
Title: Standard map or hashtable Use the Low level API on the MS soap toolkit. -Original Message-From: Oren Bar-EL [mailto:[EMAIL PROTECTED]]Sent: 31 July 2001 07:51To: [EMAIL PROTECTED]Subject: Standard map or hashtable can anybody find me a way to use a standard

RE: Begging for Hash

2001-07-13 Thread Abbott, James STASCO-OTO/72
What is the client U R returning the hash table to? I have numerous java tests with hash tables, and objects extending the hash table. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 12 July 2001 23:46 To: [EMAIL PROTECTED] Subject: Begging for Hash Does

RE: where soap-spec available?

2001-07-13 Thread Abbott, James STASCO-OTO/72
http://www.w3.org/TR/2001/WD-soap12-20010709/ -Original Message- From: vali [mailto:[EMAIL PROTECTED]] Sent: 13 July 2001 11:03 To: '[EMAIL PROTECTED]' Subject: where soap-spec available? I'm new to SOAP tech. can any one tell me from where i can download soap-spec? -Original

RE: Anyone implemented vb client with java server

2001-07-12 Thread Abbott, James STASCO-OTO/72
From the SOAP envelopes below it seems that you are calling two different methods on the same service. To get the concat service running properly you will need a different deployment description on the server that will map all types that VB supplies to strings. This is done with the isd:mappings

XML Parser performance.

2001-07-09 Thread Abbott, James STASCO-OTO/72
I have been running SOAP 2.2 with Xerces 1.4 for some time now. Although Xerces is a stable parser, it was never meant to be the fastest parser. As part of the 2.2 release SOAP was de-coupled form Xerces and should now run with any other JAXP parser. Has anyone run SOAP 2.2 with any other

Missing XMLParserLiason

2001-06-21 Thread Abbott, James STASCO-OTO/72
I am unable to find "XMLParserLiason". It seems that is is an interface in the package org.apache.xalan.xpath.xml, but this is not an package that is needed to be installed (according to the instructions). Where is this thing?

RE: What Xerces version for Apache SOAP 2.2

2001-06-05 Thread Abbott, James STASCO-OTO/72
I have no problem running Xerces 1.4 -Original Message- From: Luis ROSSO - Up 2 U - Internet Solutions [mailto:[EMAIL PROTECTED]] Sent: 05 June 2001 14:05 To: [EMAIL PROTECTED] Subject: What Xerces version for Apache SOAP 2.2 Hi, what version of Apache Xerces should we use with Apache

Bean Serializer and MS Soap toolkit.

2001-06-01 Thread Abbott, James STASCO-OTO/72
Title: Hello, Just a couple of questions. Has anyone been able to get the beanserialiser working with the microsoft soap toolkit 2.0? What form is the serialised bean returned in? Aggh... Regards James.