No serializer found

2005-02-16 Thread Christopher Johnson
I'm in the process of writing a web service and have ran into the problem of sending custom objects. I have an object that contains nothing more then a few String[] and Datahandler[]. When calling invoke I get the error No serializer found... understandable.. in my client code I added

no serializer found exception

2005-01-26 Thread Lubomir ILanovsky
=ns:localAcount xmlns:ns=myBank languageSpecificType=java:Acount/ Everything work fine while I use generated Locator classes to create and invoke the service. When I create instance of axis engine and try to do it in following way I get the no serializer found exception. javax.jms.TextMessage

No Serializer Found.

2004-12-02 Thread Ram_Sarma
(CorrelationRequest req) The service gets called without any issues from the client. When my service returns I get a No Serializer Found exception for class ApiResponse (which is the object returned by the method). This is happening in the server side. Any ideas what could be going wrong? I should also

Re: No Serializer Found.

2004-12-02 Thread Ram_Sarma
the client. When my service returns I get a No Serializer Found exception for class ApiResponse (which is the object returned by the method). This is happening in the server side. Any ideas what could be going wrong? I should also mention that the databean.impl.* classes on the client

Exception: No serializer found for class java.io.File in registry org.apache.axis.encoding.TypeMappingImpl@102b2b6

2004-10-18 Thread METIN ZAVRAK
web service. However, at runtime, I received the following error: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.io.IOException: No serializer found for class java.io.File in registry [EMAIL PROTECTED] faultActor: faultNode

Re: Exception: No serializer found for class java.io.File in registry org.apache.axis.encoding.TypeMappingImpl@102b2b6

2004-10-18 Thread Kirubakaran . Pakkirisamy
respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Exception: No serializer found for class java.io.File in registry [EMAIL PROTECTED] Hi, I am trying to write a web service that will read error logs form the server and display it on the client side. While I was trying

Re: No Serializer Found

2004-10-07 Thread Bob Bateman
but I still haven't found a solution that works for me. The Exception: java.io.IOException: No serializer found for class au.com.dytech.find_spike.model.MyBean in registry [EMAIL PROTECTED] snip

No Serializer Found

2004-10-06 Thread Nathan Wardle
I know there have been other threads about this problem but I still haven't found a solution that works for me.The Exception:java.io.IOException: No serializer found for class au.com.dytech.find_spike.model.MyBean in registry [EMAIL PROTECTED]The service from server-config: service name

RE: [Axis error] No serializer found for class

2004-09-28 Thread Bouche Paul
To: [EMAIL PROTECTED] Subject: RE: [Axis error] No serializer found for class karim, paul thanks! The call via HTTP.GET works now. I just started to implement my java-client and got an Exception during Deserializing. (see below) I have this in WSDD-file: deployment xmlns=http

[solved] RE: [Axis error] No serializer found for class

2004-09-28 Thread Matthias Wessendorf
:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 4:26 PM To: [EMAIL PROTECTED] Subject: RE: [Axis error] No serializer found for class Hello Matthias, I suspect you are trying to send this bean from your client to your server on the client side you also have to register

Re: No serializer found

2004-09-20 Thread Robert Bateman
! After processing a call on the web service I get the message: java.io.IOException: No serializer found for class de.imut.ec.kikk.beans.UserFullDetails in registry [EMAIL PROTECTED] The class de.imut.ec.kikk.beans.UserFullDetails is a JavaBean, implements java.io.Serializable

No serializer found

2004-09-19 Thread rosmi
Hello mailing list! After processing a call on the web service I get the message: java.io.IOException: No serializer found for class de.imut.ec.kikk.beans.UserFullDetails in registry [EMAIL PROTECTED] The class de.imut.ec.kikk.beans.UserFullDetails is a JavaBean, implements

Re: No serializer found

2004-09-19 Thread Chandrasegaram Jeyakumaran
on the web service I get the message: java.io.IOException: No serializer found for class de.imut.ec.kikk.beans.UserFullDetails in registry [EMAIL PROTECTED] The class de.imut.ec.kikk.beans.UserFullDetails is a JavaBean, implements java.io.Serializable. The attribute on this class

Re: No serializer found for class javax.activation.DataHandler

2004-04-02 Thread Sivakumar Jagadeesan
Yah thanx, I was missing mail.jar :( Now it is working. But still I am getting the first problem I mentioned, I am not able to see the WSDL Rgds, -Siva From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: No serializer found for class

No serializer found for class javax.activation.DataHandler

2004-04-01 Thread Sivakumar Jagadeesan
: faultString: java.io.IOException: No serializer found for class javax.activation.DataHandler in reg istry [EMAIL PROTECTED] faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace: java.io.IOException: No serializer found for class javax.activation.DataHandler

Re: No serializer found for class javax.activation.DataHandler

2004-04-01 Thread J . Sugrue
Make sure both activation.jar and mail.jar are in your classpaths . James Sivakumar Jagadeesan [EMAIL PROTECTED] 01/04/2004 23:01 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject No serializer found for class javax.activation.DataHandler I was able to deploy

No serializer found for class

2004-02-26 Thread christopher justin
Hello all, My web service client seems to not register my class with the BeanSerializer correctly...I keep getting No serializer found for class TLI.beans.Category. I am stumped... if any one can help out it would be greatly appreciated. Here is my client code: Category c

RE: No serializer found for class

2004-02-26 Thread Hari Lakshmanan
To: [EMAIL PROTECTED] Subject: No serializer found for class Hello all, My web service client seems to not register my class with the BeanSerializer correctly...I keep getting No serializer found for class TLI.beans.Category. I am stumped... if any one can help out it would be greatly

RE: No serializer found for class

2004-02-26 Thread Hari Lakshmanan
Sorry it should read as namespace instead of qname typeMapping xmlns:ns=urn:SearchCategoryService ... __Hari -Original Message- From: Hari Lakshmanan Sent: Thursday, February 26, 2004 4:30 PM To: [EMAIL PROTECTED] Subject: RE: No serializer found for class I had similar

Re: No serializer found for class

2004-02-26 Thread Airline Pedestal
] wrote: Hello all, My web service client seems to not register my class with the BeanSerializer correctly...I keep getting No serializer found for class TLI.beans.Category. I am stumped... if any one can help out it would be greatly appreciated. Here is my client code

Re: No serializer found for class

2004-02-24 Thread ian_d_stewart
To: [EMAIL PROTECTED] cc: 02/23/2004 08:24 Subject: Re: No serializer found for class

Re: No serializer found for class

2004-02-23 Thread Vivek Nagulapati
PROTECTED] Subject: Re: No serializer found for class Date: Fri, 20 Feb 2004 13:55:43 -0800 Tony, If I do modify the wsdd, I will have to redeploy the service again correct? I'm not sure if I have access to do that (since its another team maintaning it) Also, The problem that I am facing is with the de

Re: No serializer found for class

2004-02-23 Thread Parul . Joshi
The problem was with the Date and time, Axis was trying to use the Calendar Serializer and de-serializer, but I think the format of the incoming data was a bit weird hence it could not deserialize it correctly, I changed it to be a String and it worked.. partially . Now the problem that I am

No serializer found for class

2004-02-20 Thread Rajagopal
faultCode: {http://xml.apache.org/axis/}Server.userException faultString: java.io.IOException: No serializer found for class org.apache.axis.Message in registry [EMAIL PROTECTED] faultActor: null faultDetail: stackTrace: java.io.IOException: No serializer found for class

Re: No serializer found for class

2004-02-20 Thread Tony Blair
Element(oSOAPEnv.createName("Name"));oCust.addTextNode("RG");System.out.println("Request:");oRequest.writeTo(System.out);SOAPMessage oReply = (SOAPMessage) oStub.onMessage(oRequest);System.out.println("Response:");oReply.writeTo(System.out); }}The stack tr

Re: No serializer found for class

2004-02-20 Thread Parul . Joshi
Hi there, I am extremely new to Axis and SOAP, and am trying to solve this for the past 2 days, without and luck. I am running into a problem when I am trying to deserialize incoming data. I get the following exception. SimpleDeserializer encountered a child element, which is NOT expected, in

Re: No serializer found for class

2004-02-20 Thread Tony Blair
Parul, Can you post your Client code and the your WSDD (NOT the WSDL) here? Regards, Tony.[EMAIL PROTECTED] wrote: Hi there, I am extremely new to Axis and SOAP, and am trying to solve this for the past 2 days, without and luck. I am running into a problem when I am trying to deserialize

Re: No serializer found for class

2004-02-20 Thread Tony Blair
qName, beanSF, beanDF); qName = new javax.xml.namespace.QName(nameSpace, "errorResult"); call.registerTypeMapping(ErrorResult.class, qName, beanSF, beanDF); qName = new javax.xml.namespace.QName(nameSpace, "answer"); call.registerTypeMapping(Answer.class, qName,

Re: No serializer found for class

2004-02-20 Thread Parul . Joshi
:Re: No serializer found for class Parul, I've notice two things: 1-Your WSDD does not have any information regarding the encoding, ser and deser. Perhaps you may have to add them manually yourself. The absence of these information results in exceptions such as Seriliazer or Desr not found

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-19 Thread Airline Pedestal
throws No serializer found for my classes and complaining about is a component of a larger object which has registered type mapping CAn you help me in soling this in Axis1.1..? thanks Rao., Airline Pedestal [EMAIL PROTECTED] wrote: Hi, I tried switching to AXIS 1.2

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-19 Thread Airline Pedestal
can I correct this? Thanks, Terry --- siva kondapalli [EMAIL PROTECTED] wrote: Hi, I got the similar type of error but Iam using Axis1.1 throws No serializer found for my classes and complaining about is a component of a larger object which has registered

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-18 Thread Airline Pedestal
- From: siva kondapalli To: [EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:05 PM Subject: Re: No serializer found... (AXIS 1.2 alpha) Hi, I got the similar type of error but Iam using Axis1.1 throws No serializer found for my classes and complaining

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-17 Thread siva kondapalli
Hi, I got the similar type of error but Iam using Axis1.1 "throws No serializer found for my classes and complaining about is a component of a larger object which has registered type mapping" CAn you help me in soling this in Axis1.1..? thanks Rao.,Airline Pedestal [EMAIL PROTEC

Re: No serializer found... (AXIS 1.2 alpha)

2003-12-17 Thread Dhanush Gopinath
- Original Message - From: siva kondapalli To: [EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:05 PM Subject: Re: No serializer found... (AXIS 1.2 alpha) Hi, I got the similar type of error but Iam using Axis1.1 "throws No serializer found f

No serializer found... (AXIS 1.2 alpha)

2003-12-16 Thread Airline Pedestal
Hi, I tried switching to AXIS 1.2 alpha. Now it throws an exception saying no serializer found for one of my classes. It is true that I did not register one, but I don't need it before. The class that it is complaining about is a component of a larger object which has registered type

EJB: No serializer found for class

2003-12-07 Thread Anthony Dodd
for /axis/services/RemotableContext: java.io.IOException: No serializer found for class com.synergy.beans.Ticket in registry [EMAIL PROTECTED] I can't see what's wrong with my wsdd script, and I'm now at a loss to figure out how to proceed. If any body has any suggestions it would be much

help! No serializer found for class org.apache.axis.message.SOAPBodyElement

2003-11-06 Thread ial
SOAPBodyElement[1]; input[0] = new SOAPBodyElement((Element)data.getRootElement()); Vector elems = (Vector) call.invoke(processInboundData,input); EXCEPTION ON CLIENT -- java.io.IOException: No serializer found for class org.apache.axis.message.SOAPBodyElement

Re: help! No serializer found for class org.apache.axis.message.SOAPB odyElement

2003-11-06 Thread Andre Charbonneau
)data.getRootElement()); Vector elems = (Vector) call.invoke(processInboundData,input); EXCEPTION ON CLIENT -- java.io.IOException: No serializer found for class org.apache.axis.message.SOAPBodyElement in registry [EMAIL PROTECTED

Re: help! No serializer found for class org.apache.axis.message.SOAPB odyElement

2003-11-06 Thread Junaid . Bhatra
Subject Re: help! No serializer found for Please respond to class org.apache.axis.message.SOAPB [EMAIL PROTECTED] odyElement

help! No serializer found for class org.apache.axis.message.SOAPBodyElement

2003-11-04 Thread ial
SOAPBodyElement[1]; input[0] = new SOAPBodyElement((Element)data.getRootElement()); Vector elems = (Vector) call.invoke(processInboundData,input); EXCEPTION ON CLIENT -- java.io.IOException: No serializer found for class org.apache.axis.message.SOAPBodyElement

Re: java.io.IOException: No serializer found for class java.util.AbstractList$Itr

2003-09-15 Thread munesh
: munesh mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 6:26 PM Subject: java.io.IOException: No serializer found for class java.util.AbstractList$Itr Hi, I am new to axis and webservices. I am using axis 1.1 and while

java.io.IOException: No serializer found for class java.util.AbstractList$Itr

2003-09-12 Thread munesh
Hi, I am new to axis and webservices. I am using axis 1.1 and while invoking our custom webservice i am getting the following exception on the client side java.io.IOException: No serializer found for class java.util.AbstractList$Itr in registry [EMAIL PROTECTED] All our custom objects used

No serializer found for class...

2003-03-19 Thread Gurkan, Ozzie (MAN-Corporate)
I had my serializer/deserializer setup working for a while, and now, all of a sudden, it is not working anymore. Can anyone tell me what I am doing wrong? Is there a tricky classloading issue with loading custom factories? Here is the exception: java.io.IOException: No serializer found for class

RE: No serializer found for class...

2003-03-19 Thread Gurkan, Ozzie (MAN-Corporate)
? Thanks, Ozzie Gurkan -Original Message- From: Gurkan, Ozzie (MAN-Corporate) Sent: Wednesday, March 19, 2003 9:11 AM To: '[EMAIL PROTECTED]' Subject: No serializer found for class... I had my serializer/deserializer setup working for a while, and now, all of a sudden, it is not working

RE: No serializer found for class...

2003-03-19 Thread Gurkan, Ozzie (MAN-Corporate)
created under the same type mapping impl class. -Original Message- From: Gurkan, Ozzie (MAN-Corporate) Sent: Wednesday, March 19, 2003 11:17 AM To: '[EMAIL PROTECTED]' Subject: RE: No serializer found for class... I have downloaded the source code and figured out that, for some reason

RE: No serializer found for class...

2003-03-19 Thread Gurkan, Ozzie (MAN-Corporate)
content. -Original Message- From: Gurkan, Ozzie (MAN-Corporate) Sent: Wednesday, March 19, 2003 11:34 AM To: '[EMAIL PROTECTED]' Subject: RE: No serializer found for class... Wow, I found it! It had to do with encodingStyle attributes in the deploy.wsdd file. I had switched to using style

No serializer found for class java.net.URL in registry

2003-03-03 Thread Michael Mattox
I'm sending an object that contains a java.net.URL. When I look at the wsdl it has the URL: element name=url nillable=true type=tns3:URL / But when I run my application I get: Received a fault: java.io.IOException: No serializer found for class java.net.URL in registry [EMAIL PROTECTED

No serializer found Error

2002-04-16 Thread Vidula Pant
I have published a service that is passed a byte array and that returns a byte array as its return type. I am using ByteArrayHolder to do this, why would I get this error? java.io.IOException: No serializer found for class javax.xml.rpc.holders.ByteArrayHolder in registry

no serializer found exception

2002-04-13 Thread Munjal
Hi, I have a web-service implementing a method which takes as an input a dynamic array of classes (say class Player). I am trying to call a method implemented by this service but I get an error telling: Java.io.IOException: No serializer found for class Player in registry

RE: no serializer found exception

2002-04-13 Thread Vidyanand Murunikkara
Hi cld u cut and paste the signature of the method that u are using. -Original Message- From: Munjal [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 13, 2002 3:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: no serializer found exception Hi, I have a web-service