Re: Help - No serializer found for class java.util.LinkedList$ListItr

2007-04-30 Thread Prasad Viswatmula
Igor, My client is accessing a WS deployed in WebLogic. As such, I dont have a WSDD. Then, how do I do the following mapping. Regards, Prasad On 4/29/07, Igor Dayen [EMAIL PROTECTED] wrote: I would suggest take a look at WSDL first and check for namespace and qname. Copy thereafter ns /

Re: Help - No serializer found for class java.util.LinkedList$ListItr

2007-04-30 Thread igor5
Prasad, Is there any file that performs WSDD functions in WLS? Regards, Igor Sent via BlackBerry from T-Mobile -Original Message- From: Prasad Viswatmula [EMAIL PROTECTED] Date: Mon, 30 Apr 2007 09:22:23 To:axis-user@ws.apache.org Subject: Re: Help - No serializer found for class

Re: Help - No serializer found for class java.util.LinkedList$ListItr

2007-04-30 Thread Anne Thomas Manes
For Axis 1.x, you can define type mappings either in the code or in a client-config file. Anne On 4/30/07, Prasad Viswatmula [EMAIL PROTECTED] wrote: Igor, My client is accessing a WS deployed in WebLogic. As such, I dont have a WSDD. Then, how do I do the following mapping. Regards,

Re: Help - No serializer found for class java.util.LinkedList$ListItr

2007-04-30 Thread Prasad Viswatmula
I am using the client-config.wsdd and I am able to fix the above error. Now, I am getting the error for MimeHeaders. What factories do I need to use to map this. Thanks, Prasad On 4/30/07, Anne Thomas Manes [EMAIL PROTECTED] wrote: For Axis 1.x, you can define type mappings either in the

Re: Help - No serializer found for class java.util.LinkedList$ListItr

2007-04-29 Thread Igor Dayen
I would suggest take a look at WSDL first and check for namespace and qname. Copy thereafter ns / qname into typemapping element of WSDD for Axis 1.x, see below. typeMapping xmlns:ns=some-name-space qname=ns:Array_Of_any type=java:java.util.LinkedList