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

2002-08-27 Thread snichol
snichol 2002/08/27 19:47:48 Modified:java/docs/install index.html tomcat.html tomcat31.html tomcat32.html Added: java/docs/install tomcat33.html Log: Update Tomcat installation instructions, specifically adding instructions for Tomcat 3.3, which han

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

2002-08-27 Thread snichol
snichol 2002/08/27 11:39:53 Modified:java/docs/guide interop.html Log: Fix typos in deployment descriptor pointed out by Asher Foa <[EMAIL PROTECTED]>. Revision ChangesPath 1.5 +2 -2 xml-soap/java/docs/guide/interop.html Index: interop.html ==

RE: Default mappings for Apache SOAP Server

2002-08-27 Thread Johnson, Michael1 [IT]
For interoperability MS developers should always use the low level api. This does require the developer to do a bit more work though. -MJ -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 2:45 PM To: [EMAIL PROTECTED] Subject: Re: Default ma

Re: Default mappings for Apache SOAP Server

2002-08-27 Thread Scott Nichol
You are correct about the typographical errors in the deployment descriptor. I am able to view similar XML in IE 5.5 SP1. Specifically, the file is: http://xml.apache.org/xml-soap/deployment"; id="urn:xmltoday-delayed-quotes"> org.apache.soap.server.DOMFaultListener

Default mappings for Apache SOAP Server

2002-08-27 Thread Asher Foa
Hello All, I am having problems calling an Apache based SOAP server from an MS Soap Toolkit (v2.0) client. I read your article in the Apache SOAP (v2.3.1) toolkit, and I have a couple of questions that The problem that you describe is your article under SOAP Problems/Depending on xsi:type. Add

Problem with Load Test of a call to COM Component from Java Client Using SOAP 2.3

2002-08-27 Thread Gupta, Trilokee (CAP, VFS, Consultant)
> Hello All, > > I am getting an error in the SOAP Java call to a COM Component. This error I am >getting only when I am running the SOAP request in bulk, say more than 100 requests. > > Error is as below: > > Parsing error, response was: > "FWK005 parse may not be called while parsing." > >

Re: Role of soap in application integration

2002-08-27 Thread Scott Nichol
Overall, I split application integration (AI) methods into two groups, passive and active. Passive is typified by bulk data transfers on a regular schedule (e.g. nightly, weekly). On the other hand, with active AI methods some action is required to initiate the interaction, such as calling an AP

Re: maintaing single db connection over multiple rpc calls

2002-08-27 Thread Scott Nichol
Rafi, Question: you say the "local" WAN scenario works but the "distant" one does not. Is this the only time you test with the client and server in different time zones? Is Tomcat still being used in this scenario? Reminder: if you can use TcpTunnelGui to capture the request and response for m

Role of soap in application integration

2002-08-27 Thread soap vamsi
hi all, SOAP implementations send and return objects as beans to/from services.In the RPC scenario,what good will a bean deplete of the application logic be if i want to integrate my application with a soap service. If my concern is valid how does soap ease application integration? thanx in ad

Re: maintaing single db connection over multiple rpc calls

2002-08-27 Thread Rafi M M
Hello Nicol About your questions: 1.I used Apache SOAP Version 2.2,TomCat Server 4.0 and Jdk 1.3.. And I would like to elaborate the things... I am using Castor(Mapping tool) to map my Java Objects to database(which is DB2)..So I have to initialize a CastorPersistentDatastore variable