RE: [Data Compression using Apache SOAP]

2002-03-20 Thread Nicolas Fonrose
Hi Law, Your solution is good but I think it is not a general answer to the "SOAP message compression problem" since it may impact the interface of your service. For instance if a method from a WebService returns an big int array (int[]), you cannot directly use your technique. int[] myMe

RE: How to get the HTTP SOAP request

2001-06-14 Thread Nicolas Fonrose
You can use TcpTunnelGUI which is included in the SOAP Apache distribution. Nicolas -Message d'origine- De: Marc Chachereau A: [EMAIL PROTECTED] Date: 14/06/01 10:51 Objet: How to get the HTTP SOAP request I've just installe Apache SOAP and I've written a "HelloWorld" test. I succes

RE: Why do we need encoding-style?

2001-05-30 Thread Nicolas Fonrose
XML is just a meta-language, not a language. You can't serializable anything in "XML". You have to choose what is called an "XML application" or "XML language" or "XML encoding" to serialiaze your data. There are numerous languages you can choose from to do this and this is what the "encoding-s