Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 56797 invoked by uid 500); 5 May 2003 20:11:38 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 56780 invoked from network); 5 May 2003 20:11:38 -0000 Date: Mon, 05 May 2003 16:12:52 -0400 From: remko de knikker Subject: Re: Document style web service : Help To: axis-user@ws.apache.org Message-id: <3EB6C5C4.5050105@yale.edu> MIME-version: 1.0 Content-type: multipart/alternative; boundary=------------090602000807000801060006 X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 References: <8A9E18385C536F40AFD9DFA8ED7BBEA901AF17BF@mtv01ex02> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------090602000807000801060006 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I vaguely remember having the same error message. I was calling a message style service with response type Element[]. After adding a NameSpace to my input/request message and changing the type Element[] to Vector (in client) it was solved. I am not sure if this helps. Please be more specific about your implementation (input message, method/operation signature etc). r Krishnakumar B wrote: > Hi > > I am reposting my query. I have created a web service that takes as > input parameter a string and returns a Complex type. > This works if i set to RPC style but throws an exception if set to > "wrapped". > > I get the exception > > java.io.IOException: No serializer found for class > DefaultNamespace.Address in registry > org.apache.axis.encoding.TypeMappingImpl@ca1a68 > > > The WSDD has the beanmapping entry > languageSpecificType="java:DefaultNamespace.Address" qname="ns1:Address"/> > > Would be glad for any help as to how to fix this. I am stuck with this > for past 3 days. > > Regards > Krishnakumar B > > > > > > DISCLAIMER: > This message (including attachment if any) is confidential and may be > privileged. Before opening attachments please check them for viruses > and defects. MindTree Consulting Private Limited (MindTree) will not > be responsible for any viruses or defects or any forwarded attachments > emanating either from within MindTree or outside. If you have received > this message by mistake please notify the sender by return e-mail and > delete this message from your system. Any unauthorized use or > dissemination of this message in whole or in part is strictly > prohibited. Please note that e-mails are susceptible to change and > MindTree shall not be liable for any improper, untimely or incomplete > transmission. > --------------090602000807000801060006 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I vaguely remember having the same error message. I was calling a message style service with response type Element[].
After adding a NameSpace to my input/request message and changing the type Element[] to Vector (in client) it was solved.
I am not sure if this helps. Please be more specific about your implementation (input message, method/operation signature etc).
r

Krishnakumar B wrote:
Hi
 
I am reposting my query. I have created a web service that takes as input parameter a string and returns a Complex type.
This works if i set to RPC style but throws an exception if set to "wrapped".
 
I get the exception
 
java.io.IOException: No serializer found for class DefaultNamespace.Address in registry org.apache.axis.encoding.TypeMappingImpl@ca1a68
 
The WSDD has the beanmapping entry
<beanMapping xmlns:ns1="http://DefaultNamespace" languageSpecificType="java:DefaultNamespace.Address" qname="ns1:Address"/>
 
Would be glad for any help as to how to fix this. I am stuck with this for past 3 days.
 
Regards
Krishnakumar B
 
 
 
 

DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.


--------------090602000807000801060006--