soap authentification between apache & vb client

2001-08-14 Thread Jerome Destarac
i run a sample with java client and apache-tomcat using ssl and authentification : it works fine. I try to run this sample with vb client : it doesn't work ! 1 i create a client certificate (.cer export in the client registry through IE) and a server certificate. i export both in the server ke

How

2001-08-14 Thread ramesh.babu
How can i register to get all the mailing info. anybody can advice. Ramesh Babu Software Engineer WDC Solutions Tel: +91 (80) 356 0606 Fax: +91 (80) 356 0707 www.wdcsolutions.com INDIA

SOAPException

2001-08-14 Thread Havard-Julsrud . Hauge
Hello! I'm using Apache Soap 2.2 to write a Soap client in Java. Everyting works fine, but when I send norwegian letters (like æ,ø,å) as part of a parameter to the Soap server I get the following error message (listed below). If you have any idea about what I can do to handle characters from the

Validating and parsing the soap payload

2001-08-14 Thread Bruno Martins
hi,     i'm new to SOAP dev and i need a little help ! maybe i'm missing the point here i'm trying to develop a message oriented service using Apache SOAP 2.2 ! suppose i want to build a purchase order processor (like in the example) when calling the service, i'll be passing a purchas

Re: How

2001-08-14 Thread senthil
Hi Ramesh Babu Pls, Logon to http://xml.apache.org/mail.html Regards B.Senthil Kumar - Original Message - From: "ramesh.babu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 2:59 PM Subject: How > How can i register to get all the mailing info. > anybody can

Re: Validating and parsing the soap payload

2001-08-14 Thread Naggi Rao
hi, The best would be to pass the payload as a literal XML and then in your web Service get the payload and validate it against a Schema/Dtd   --Naggi - Original Message - From: Bruno Martins To: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 4:06 AM Subject: V

RE: Serializer for JAXB

2001-08-14 Thread Soumen Sarkar
Does it take care of cycles in object graph to be serialized. Apache SOAP serializer does not. It runs out of stack. Please consider the following java object: class Employee { Employee[] subordinates; Employee manager; } It is easy to have cycles in such data structures(not a bad desi

RE: Serializer for JAXB

2001-08-14 Thread Glen Daniels
I'd love to see it. Would you be willing to post it to the list? > -Original Message- > From: Radek Wisniewski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 12:09 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Serializer for JAXB > > > I'v written one, works. >

Custom ConfigurationManager, the "query" method is called 3 times/request ??

2001-08-14 Thread Damien Vincent
All, I use a custom ConfigurationManager. I notice that the "query(String id)" method of my ConfigurationManager is called 3 times on each request of my client with the same parameter value (the name of the service on wich to provide a DeploymentDescriptor instance). This behavior may cause a loo

Serializer for JAXB

2001-08-14 Thread Radek Wisniewski
I'v written one, works. I have'n tested to much but i hope its good. Is anybody interested in? Radek Wisniewski

StatefulEJBProvider in Apache SOAP 2.2

2001-08-14 Thread Anish Karmarkar
Hi, The StatefulEJBProvider in 2.2 changes the target object URI by appending "@". This requires that the client extract the new URI and invoke the next call on this new URI (if stateful behavior is required). I am looking for information on the rationale for doing this. For HTTP transport, shou

RE: Serializer for JAXB

2001-08-14 Thread Glen Daniels
Hi Soumen: The problem is that the Apache SOAP 2.2 serializer doesn't support writing the SOAP "multi-ref" syntax, which allows object references in the serialized graphs. This is necessary to support circular references as you suggest. Apache Axis (http://xml.apache.org/axis), the next versio