Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
PROTECTED]> Sent: Tuesday, September 10, 2002 5:46 PM Subject: RE: SOAP Serialization problem Hi Scott This has been very helpful. I will try it out and I will let you know if it worked. Out of curiosity do you know if Apache Axis handles this kind of situation better? Thanks again for

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
: Tuesday, September 10, 2002 8:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem For an interface, you can use the BeanSerializer to serialize, assuming the interface has getters for all the properties you want to serialize. You can use the BeanSerializer to

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
wish SOAP provided a means to specify the structure in which something is serialized separately from its actual type, but it does not. Scott Nichol - Original Message - From: "Alexandros Panaretos" <[EMAIL PROTECTED]> To: "'Scott Nichol'" <[EMAIL PRO

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
m: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:03 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem You are allowed to map just the interface, but you must provide the interface as the data type for the parameter, n

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
r("arg2", MyClass.class, c, null)); params.addElement(new Parameter("arg3", MyClass2.class, c2, null)); Scott Nichol - Original Message - From: "Alexandros Panaretos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
you very much for your help. Alex -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 5:42 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem You can pass a JavaBean that has a property

Re: SOAP Serialization problem

2002-09-10 Thread Scott Nichol
> To: "'Scott Nichol'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 5:27 AM Subject: RE: SOAP Serialization problem Hi Scott, Thanks for your e-mail. The problems I had before I managed to solve. I disco

RE: SOAP Serialization problem

2002-09-10 Thread Alexandros Panaretos
nday, September 09, 2002 9:08 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SOAP Serialization problem Can you describe the problems you are having? Assuming you have getters and setters for all properties you wish to serialize, and the properties have data types that have seriali

Re: SOAP Serialization problem

2002-09-09 Thread Scott Nichol
. Scott Nichol - Original Message - From: "Alexandros Panaretos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 11:03 AM Subject: SOAP Serialization problem Hi there, I am quite new to SOAP and would like some help with the following if

SOAP Serialization problem

2002-09-02 Thread Alexandros Panaretos
Hi there, I am quite new to SOAP and would like some help with the following if possible: Well, I am trying to pass my user defined object through SOAP. Now, I have read various tutorials about passing user defined objects through SOAP. From what I have understood there two ways of doing so: A.

Need urgent help with serialization problem

2002-06-26 Thread Alpa
Hi, I have a simple .NET webservice that has 2 methods. Both methods return a string but one takes an integer and the other takes a string. I have written a apache soap client to access the service. When i try to invoke the method that takes int, it works fine. BUT it does not for the method that

Re: Serialization problem!!

2002-06-24 Thread Scott Nichol
Your issue sounds germaine to XML, not SOAP. Be certain to try post your question to the relevant list. Scott - Original Message - From: "Jeong Ahn Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 2:50 AM Su

Re: Serialization problem!!

2002-06-24 Thread Scott Nichol
PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 3:57 PM Subject: Re: Serialization problem!! > Please check your Java clients that handle a return Element. I suspect they > either use literal XML encoding (not SOAP encoding) or they add

Re: Serialization problem!!

2002-06-24 Thread Scott Nichol
- From: "deepak venugopal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 8:02 AM Subject: Re: Serialization problem!! > Hello friends, > My company has started developing soap clients based > on XSP and

Re: Serialization problem!!

2002-06-24 Thread deepak venugopal
Hello friends, My company has started developing soap clients based on XSP and submitting the request to Apache Soap Server which has services running in pure Java. For my Java Soap Clients, the soap service used to return a Node Element ( XML Document). The Java Client worked perfectly using the

Serialization problem!!

2002-06-23 Thread Jeong Ahn Lee
Hi all, i am having a problem in serializing and de-serializing the XML (Dom document) what i am doing is i am creating a org.w3c.dom.Document object ( SOAP Message) i am digitally signing it using XML security suite from apache( Digial Signature), i am serializing it like below // org.apache.