cvs commit: xml-soap/java/samples/interop DeploymentDescriptor.xml

2001-07-03 Thread rubys
rubys 01/07/03 20:10:14 Modified:java/samples/interop DeploymentDescriptor.xml Log: Calling it a night - I still haven't figured out how to declare a base64 parameter Revision ChangesPath 1.5 +4 -0 xml-soap/java/samples/interop/DeploymentDescriptor.xml

cvs commit: xml-soap/java/samples/interop DeploymentDescriptor.xml EchoTestClient.java

2001-07-03 Thread rubys
rubys 01/07/03 19:33:45 Modified:java/samples/interop DeploymentDescriptor.xml EchoTestClient.java Log: Get name of serializer classes right, Date is not an array... Revision ChangesPath 1.4 +3 -1 xml-soap/java/samples/interop/Deploym

cvs commit: xml-soap/java/samples/interop DeploymentDescriptor.xml EchoTestClient.java EchoTestService.java

2001-07-03 Thread rubys
rubys 01/07/03 19:08:42 Modified:java/samples/interop DeploymentDescriptor.xml EchoTestClient.java EchoTestService.java Log: Add void, base64, and date tests Revision ChangesPath 1.3 +8 -1 xml-soap/java/samples/interop/DeploymentDescr

DeployedServices.ds Location

2001-07-03 Thread William Brogden
I just noticed that in SOAP 4.0 b5, the DeployedServices.ds file lives in the /soap directory where it can be read directly by a browser. Try it yourself - I got something quite readable. Seems to me that good practice would be to put it in soap/WEB-INF -- WBB - [EMAIL PROTECTED]

Re: Usage of mail.jar,activation.jar

2001-07-03 Thread Anver Sotnikov
It used to send multipart mime messages for example with attachments. (mail.jar) Kumar Raj <[EMAIL PROTECTED]> 07/03/2001 07:10 AM Please respond to soap-dev                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Usage of mail.jar,activation.jar Hi Can

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

2001-07-03 Thread nagy
nagy01/07/03 10:32:37 Added: java/docs/schema dd.xsd Log: Schema for the Apache SOAP Deployment Descriptor. Revision ChangesPath 1.1 xml-soap/java/docs/schema/dd.xsd Index: dd.xsd =

cvs commit: xml-soap/java/docs/schema - New directory

2001-07-03 Thread nagy
nagy01/07/03 10:31:26 xml-soap/java/docs/schema - New directory

Re: Problem

2001-07-03 Thread Scott Nichol
This was a problem that has been fixed Apache SOAP 2.2. Scott Nichol - Original Message - From: "Sajit Kumar (RBIN/DCA-IAG)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 10:18 AM Subject: Problem > Hi All, > > I am facing a problem. When i try to construct a

RE: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread raja
yes!! i too have the same notion Raja Innova Solutions Ph: Off : 3543139,40,50 X 217 Res : 3551023 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 8:15 PM To: [EMAIL PROTECTED] Subject: Re: SOAP 2.2 & Tomcat Error: <404 Not found> The

RE: Problem

2001-07-03 Thread Thomson, Stuart
This is a bug in Xerces It has been mentioned several times with no response from the developers. -Original Message- From: Sajit Kumar (RBIN/DCA-IAG) [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 15:18 To: [EMAIL PROTECTED] Subject: Problem Hi All, I am facing a problem. Whe

Re: SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread Scott Nichol
The URI your application request apparently begins /rpcrouter; Tomcat has no virtual path mapping for this. Perhaps your application really wants something like /soap/servlet/rpcrouter? Scott - Original Message - From: "Ralf Bierig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL P

Problem

2001-07-03 Thread Sajit Kumar (RBIN/DCA-IAG)
Hi All, I am facing a problem. When i try to construct a Call object in an applet it gives me the following error and the applet resides in a webserver. Error Inside cometmgr applet constructor Inside cometDbServer.constructor Inside Clientdb->constructor java.

SOAP 2.2 & Tomcat Error: <404 Not found>

2001-07-03 Thread Ralf Bierig
I use Apache SOAP 2.2 and Tomcat 3.2.2. I have deployed a Webservice via the Webinterface. I start my java Programm, which make the SOAP call: java mypackage.myClient and get the following error: What is wrong. Must I register the service somewhere else additionally or do I have to set anothe

Re: Usage of mail.jar,activation.jar

2001-07-03 Thread William A. Nagy
>Hi >Can anyone let me know the functionality of mail.jar & activation.jar >in the Apache Soap ? If you are asking why they are needed, then the answer is for the "SOAP Messages with Attachments" support. "SOAP Messages with Attachments" relies on MIME support, and mail.jar/activation.jar provid

Usage of mail.jar,activation.jar

2001-07-03 Thread Kumar Raj
Hi Can anyone let me know the functionality of mail.jar & activation.jar in the Apache Soap ? Regards Kumar Raj