qnDataHandler,
JAFDataHandlerSerializerFactory.class,
JAFDataHandlerDeserializerFactory.class);
Jai
-Original Message-
From: Christopher Johnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 16, 2005 7:13 AM
To: [EMAIL PROTECTED]
Subject: No serialize
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 c
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 jmsMsg;
AxisEngine engine = new AxisServer(new FileProvider(server-c
oap.org/soap/encoding/";
xmlns:rpcNS="urn:API_RPCService" qname="rpcNS:breadcrumbElem"
languageSpecificType="java:com.databean.impl.BreadcrumbElem"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.Be
eserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"/>
My client does set the typeMapping in the call. The method on my service
looks like this
public Object corrRequest(CorrelationRequest req)
The service gets called without any issues from the client
TED]>
10/18/2004 06:45 AM
Please 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
and deploy my 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]
n 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]
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-c
aul [mailto:[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
; 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 th
Jeyakumaran
>
> > 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]
&
cessing 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.Serializabl
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
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
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 wa
:
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 in
an element? I believe the qn is referencing the complex type
now..
From: Airline Pedestal <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: No serializer found for class
Date: Thu, 26 Feb 2004 16:49:22 -0800 (PST)
Best I can tell, this whole type m
as? Thank you very much for
replying..
From: "Hari Lakshmanan" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: No serializer found for class
Date: Thu, 26 Feb 2004 16:35:11 -0800
Sorry it should read as namespace instead of qname
ROTECTED]> 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
&
Sorry it should read as namespace instead of qname
mailto:[EMAIL PROTECTED]
Sent: Thursday, February 26, 2004 4:11 PM
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
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
b
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:
ditors.com To: [EMAIL PROTECTED]
cc:
02/23/2004 08:24 Subject: Re: No serializer found
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 ru
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 t
0
Thanks,
Parul
Tony Blair <[EMAIL PROTECTED]>
02/20/2004 01:20 PM
Please respond to axis-user
To: [EMAIL PROTECTED]
cc: (bcc: Parul Joshi/IS/Expeditors)
Subject:
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, beanSF, beanDF)
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 incomi
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 so
v.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 trace of the error I get
ot;Request:");
oRequest.writeTo(System.out);
SOAPMessage oReply = (SOAPMessage) oStub.onMessage(oRequest);
System.out.println("Response:");
oReply.writeTo(System.out);
}
}
The stack trace of the error I get
==
AxisFault
faultCode: {h
this? How 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
ut 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.,
>
>
eers
>
> Dhanush
> - 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
- 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 seria
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.,Airlin
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
Exception 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 sug
Subject
Re: help! No serializer found for
Please respond to class org.apache.axis.message.SOAPB
[EMAIL PROTECTED] odyElement
ew 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 in registry
[EMAIL PROTEC
SOAPBodyElement[] input = new 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
SOAPBodyElement[] input = new 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
-
From: 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 us
(PurchaseOrder.class, q1));
regards
vtpavan
- Original Message -
From:
munesh
To: [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
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
uot; parameters to your hearts
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" attribute
Now all of the classes end up
getting 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 so
it is or not. Stay tunedCan someone from axis-dev
answer this question?
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/
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
I'm sending an object that contains a java.net.URL. When I look at the wsdl
it has the 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]
Is there anything I need to do to have the de
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
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
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
54 matches
Mail list logo