Collection Serializer

2002-07-12 Thread Niclas Hedhman
Before I write one, Anybody got a CollectionSerializer??? Niclas -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Collection Serializer

2002-07-12 Thread Niclas Hedhman
Implmented one already, but not very optimal... Niclas On Friday 12 July 2002 16:35, Niclas Hedhman wrote: > Before I write one, > > Anybody got a CollectionSerializer??? > > > Niclas /* * The Apache Software License, Version 1.1 * * * Copyright (c) 2000 The Apache Software Foundation. A

use="literal"???

2002-07-12 Thread soap vamsi
What is the significance of in wsdl file ? what is the significance of literal encoding in soap. Why is there no mention of "literal" encoding in the soap specification? _ There is always a better job for you at Monsterindia.com

Re: sending files through SOAP

2002-07-12 Thread Scott Nichol
Niket, Check the mime sample that comes with Apache SOAP. Scott Nichol - Original Message - From: "Niket Anand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 1:00 AM Subject: Re: sending files through SOAP > Hello Jean, > I liked your

RE: Constructor Deadlock

2002-07-12 Thread Adam Moore
Scott, Thankyou for pointing out the other necessary changes. I have new code fix where I checked a little more carefully this time :) Here is the new code fix: 1. Line: 240 Class: org.apache.soap.server.http.ServerHTTPUtils.java Add: Class serviceProvider = Class.

RE: Constructor Deadlock

2002-07-12 Thread Scott Nichol
Adam, The following change was made to the code in CVS regarding this issue. Thanks again for providing the technique of locking the service class rather than the servlet context. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 11

Re: Security in Web Services?

2002-07-12 Thread Andreas Ullmann
Hi Miguel, when looking for Security for Web Services you should have a look at SAML. For Security at the application Layer you should use XML-Encryption / XML-Signatures. If you use both will have made a big step forward securing your Services. Andreas Ullmann > How is security normally i

Need urgent help. Please help.

2002-07-12 Thread Indrasish N Basuroychowdhury
Could Scott or any other expert please help? I am trying to send and receive object to a .NET service via. Java client. I am receiving following error message: Fault Code = soap:Client Fault String = System.Web.Services.Protocols.SoapException: Server was unable to read request. ---> System.Ex

Re: Need urgent help. Please help.

2002-07-12 Thread Scott Nichol
I suggest you post your client code and/or a wire dump in order to get help. Scott Nichol - Original Message - From: "Indrasish N Basuroychowdhury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 11:55 AM Subject: Need urgent help. Please help. > Could Scott or

Re: Sending/Receiving objetcs. Please, Please, Please ... help.

2002-07-12 Thread Indrasish N Basuroychowdhury
Scott, What is local part name in the QName. Is it the name of the parameter of the web service. Thanks for all the help. Indrasish. Scott Nichol wrote: > The AddressBook sample in Apache SOAP is an example of serializing objects > that are Java Beans. This is done with the BeanSerializer. >

I am resending my mail.Please Please Please help!!!!

2002-07-12 Thread Ramya Virudhs
Hi ,I am new to SOAP  and am trying to develop a proto using SOAP..Here are thedetails..The software ..  Tomcat Ver 4.0  My SQL Ver 3.23  Java Web Services Developer Pack 1.0JDK 1.3.1The scenario ..I am trying to develop a simple mailing application using SOAP,jsp servletsand mysql..so i ha