• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
java.io.IOException: No serializer found for class...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java.io.IOException: No serializer found for class...


  • Subject: java.io.IOException: No serializer found for class...
  • From: Ismael Nass-Duce <email@hidden>
  • Date: Wed, 7 Apr 2004 23:14:42 -0700

Hi,
Created a test web service with one operation
that expects a Student object. The Student class
contains four fields:

public class Student {

		String f_name;
		String l_name;
		int age;
		int studentID;
}

When I invoked the registerStudent(Student) operation
on the test web service, I got the error
listed below. When I used a String instead of
the Student object, the operation invocation
succeeded.

What is the easiest way to solve this issue
in WebObjects?


Regards,

Ismael

Error:
  java.io.IOException: No serializer found for class Student in registry
org.apache.axis.encoding.TypeMappingImpl@333004

  Reason:
  ; nested exception is: java.io.IOException: No serializer found for
class Student in registry
org.apache.axis.encoding.TypeMappingImpl@333004
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: java.io.IOException: No serializer found for class...
      • From: Tony Becker <email@hidden>
  • Prev by Date: Re: An interesting database question
  • Next by Date: EOF Design Questions
  • Previous by thread: RE: An interesting database question
  • Next by thread: Re: java.io.IOException: No serializer found for class...
  • Index(es):
    • Date
    • Thread