Hi, all.
How are you today? I am almost crashed when I tried to fix the problem
below.
Here is my problem.
I create serializer and deserializer for one of my class, Exon. I write
mapping code in deployment descriptor and deploy it. I can see the result of
deployment via web admin pages of Apache SOAP.
When I tried to run client code, I met the fault :
Fault Code = SOAP-ENV:Server
Fault String = java.lang.IllegalArgumentException: No Serializer found to
serialize a "Exon", using encoding style http://schemas.
xmlsoap.org/soap/encoding/
I tried to find the potential causes:
1) location of my Exon and its ser/deserializer.-- I think tomcat can find
them because I placed them in tomcat/classes
2) Typo in deployment descriptor -- I checked time.
What is other cause reason to lead to such problem? Please help.
Thanks
Juguang