Re: Apache SOAP 2.3 Release Schedule

2002-05-13 Thread Paco Avila
+0 - Original Message - From: "William A. Nagy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 10:05 PM Subject: Vote: Apache SOAP 2.3 Release Schedule > I'd like to call for a vote on the Apache SOAP 2.3 Release Plan. > > The vote will run until 04/25. > >

How can I add security to remote SOAP method invocation

2002-04-26 Thread Paco Avila
Hi, I have some SOAP methods exposed in a server and I need to restrict the use of these methods. The client should authentify himself to access them. How can I do this?   Thanks in advance.

SOAP Struct question

2002-03-21 Thread Paco Avila
I have a method that returns an object (a bean). The server is configured to serialize this object using the BeanSerializer. The returned XML is a Struct?   -- GRIDSYSTEMS   Francisco Jose Avila BermejoParc Bit - Son Espanyol    Responsable Área Desarrollo07120 Palma de

Error invoking Apache SOAP from Microsoft SOAP

2002-02-18 Thread Paco Avila
This is the XML generated by Microsoft SOAP. There is no type definitiion for parameter "name"!!!     http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">      Text1.Text     What can I do?   -- GRIDSYSTEMS   Francisco Jos

Re: how to use soap with c

2001-12-26 Thread Paco Avila
You can use EasySoap++ From SourceForge. -- GRIDSYSTEMS Francisco Jose Avila Bermejo Parc Bit - Son EspanyolResponsable Área Desarrollo 07120 Palma de Mallorca [EMAIL PROTECTED] Baleares - España Tel:+34-971435085 Fax:+34-971435082 ww.gridsystems.com --

There is nay CVS anonymous repository?

2001-12-25 Thread Paco Avila
Hi, can I access lastest SOAP releases from any CVS anonymous repository?     -- GRIDSYSTEMS   Francisco Jose Avila BermejoParc Bit - Son Espanyol    Responsable Área Desarrollo07120 Palma de Mallorca [EMAIL PROTECTED]Baleares - España  Tel:+34-97143508

There is any HashMap Serializer?

2001-12-25 Thread Paco Avila
There is any HashMap Serializer? In a Hashtable I can't put a null value.   Regards.   -- GRIDSYSTEMS   Francisco Jose Avila BermejoParc Bit - Son Espanyol    Responsable Área Desarrollo07120 Palma de Mallorca [EMAIL PROTECTED]Baleares - España  Tel:+34

Re: Can Apache SOAP work withs 2D arrays?

2001-09-13 Thread Paco Avila
>> Hi there, >> Can you please elaborate a bit more on your question? >> Do you mean that you want to transmit 2-D arrays as RPC paramaters or something? >> Regards, Well, I think that multidimensional arrays are not SOAP compliant in Apache SOAP. This is a piece of the SOAP documentation: Array

Can Apache SOAP work withs 2D arrays?

2001-09-13 Thread Paco Avila
Hello, can Apache SOAP work withs 2D arrays? Regards.

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   

SOAP XML compression?

2001-08-22 Thread Paco Avila
Can anybody tell me how to compress SOAP messages using Tomcat an Apache SOAP?   Thanks in advance.

XML compression in SOAP messages

2001-08-20 Thread Paco Avila
Hi, is possible to compress the XML sent in a SOAP message? Is this feature include in the SOAP specification?