Return-Path: Mailing-List: contact soap-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list soap-dev@xml.apache.org Received: (qmail 13838 invoked from network); 5 Apr 2002 20:35:40 -0000 Received: from smtp011.mail.yahoo.com (216.136.173.31) by daedalus.apache.org with SMTP; 5 Apr 2002 20:35:40 -0000 Received: from pcp01349885pcs.lowmrn01.pa.comcast.net (HELO fastdata) (scottnicholnews@68.80.227.227 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 5 Apr 2002 20:35:46 -0000 Message-ID: <031d01c1dce1$a60fcc10$c900a8c0@fastdata> From: "Scott Nichol" To: References: <02f601c1dcde$85d9f9f0$c900a8c0@fastdata> Subject: Re: multireference types Date: Fri, 5 Apr 2002 15:37:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N FYI, a quick look at the code leads me to believe that href is supported only for MIME parts, anyway. Even if you implement the workaround in the mapping registry to de-serialize a :GetMethodNameResult, I do not think it will be correctly de-serialized. Of course, this is just based on a quick look at the source, not any test code. Scott ----- Original Message ----- From: "Scott Nichol" To: Sent: Friday, April 05, 2002 3:14 PM Subject: Re: multireference types > Do you know whether Apache SOAP can de-serialize href? > > Scott > > ----- Original Message ----- > From: "Soumen Sarkar" > To: > Sent: Friday, April 05, 2002 2:50 PM > Subject: RE: multireference types > > > > Apache SOAP does not support multiref serialization (as far as I know). > > Probably > > Axis does. For example I had experience with object graph serialization > > running into > > loop (stack overflow) with Apache Soap bean serializer as shown below: > > > > mgr1 has emp1, emp2 ref > > emp1 has mgr1 ref > > emp2 has mgr2 ref > > > > Soumen Sarkar. > > > > > > > > -----Original Message----- > > From: Frederik Santens [mailto:Frederik.Santens@tectrade.net] > > Sent: Friday, April 05, 2002 2:17 AM > > To: soap-dev@xml.apache.org > > Subject: multireference types > > > > > > Hello, > > > > Does apache soap support multirefence types? > > if it does, can anybody help out here!! > > > > thx a lot, > > > > Frederik > > > > > > SOAP RESPONSE FROM SOAP MS SERVER > > --------------------------------- > > > > > > > > > > > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > > > > xmlns:tns="http://tectrade.net/helloworld/" > > xmlns:types="http://tectrade.net/helloworld/" > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > > > > soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > > > > > > > > > > > > > > > > > > > > 0 > > > > 1 > > > > 8 > > > > 27 > > > > 64 > > > > > > > > > > > > > > > > SOAP ERROR JAVA CLIENT > > ----------------------- > > > > No Deserializer found to deserialize a ':GetMethodNameResult' using > > encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; > > targetException=java.lang.IllegalArgumentException: No Deserializer > > found to deserialize a ':GetMethodNameResult' using encoding style > > 'http://schemas.xmlsoap.org/soap/encoding/'.] > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com