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 to generate wsdl file using Java2WSDL tool, I received a warning saying that "using anyType in schema instead of java.io.File."
I got the wsdl file 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]
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace: java.io.IOException: No serializer found for class java.io.File in registry [EMAIL PROTECTED]
What can I do?
Is there any other way to write a web service that displays error logs?
Kind regards.
======================
Metin ZAVRAK
Yazılım Geliştirme Mühendisi
Oksijen Teknoloji
0 543 502 03 63
[EMAIL PROTECTED]
======================
Verba volent, scripta manent.
(Söz uçar, yazı kalır).
- Re: Exception: No serializer found for class jav... METIN ZAVRAK
- Re: Exception: No serializer found for clas... Kirubakaran . Pakkirisamy