Soap1.1 and 1.2

2001-09-11 Thread Naresh Agarwal
Hi Can anyone tell me the major differences in the Soap 1.1 and Soap 1.2 specs (rough draft). Does Soap 1.1 supports attachments. I'm aware that "SOAP Messages with Attachments" has been submitted to W3C., but i'm not sure whether it has been included in Soap specs. Also does XMLP and Soap 1.2

RE: problem making choice of soap implementation

2001-09-11 Thread Gopinadh Bandaru
the best solution is go for axis (apache soap3.0).It is 4 times faster than apache soap2.x. The major chage was they are using sax parser instead of dom it makes to take less memory and increases the prerformance. cheers gopi -Original Message- From: siddharth aggarwal [mailto:[EMA

Re: problem making choice of soap implementation

2001-09-11 Thread Andreas Ullmann
Hello Siddharth, in my opinion soap makes sense if you want to transfer the data outside your Enterprise. If you want to send the data within your Enterprise system, which means no firewalls and full control of the client and server EJB would be my choice. What kind of performance do you need?

which is the best soap implementation?

2001-09-11 Thread siddharth aggarwal
Hi, I have heard about other soap imlpementations like:- 1) microsoft toolkit 2) idoox wasp what are the performance issues involved in choice of implementation. I need some real fast transfer between a client and server and so is it advisable to use an interpreted language like Java (in case

SOAP Error

2001-09-11 Thread Madhav Inamti
Title: SOAP Error Folks, I had installed SOAP 2.2 ( Apache Web Server and Tomcat ) on my machine and everything was working fine until recently. Now when I try to deploy services, I get the following Fault Code = SOPA-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError I

Re: SOAP Error

2001-09-11 Thread Scott Nichol
Your server is loading an XML parser based on an older DOM, one that does not support namespaces. Scott - Original Message - From: "Madhav Inamti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 11, 2001 9:51 AM Subject: SOAP Error > Folks, > > I had installed SOAP

About multidimensional arrays in Apache SOAP

2001-09-11 Thread Paco Avila
Well, I think that multidimensional arrays are not SOAP compliant in Apache SOAP. This is a piece of the SOAP documentation:   Arrays may be multi-dimensional. In this case, more than one size will appear within the asize part of the arrayType attribute:    11    12    13    21    22