Help to create a Web service that return javax.mail.internet.MimeMultipart
Khokhar Hassan
Greenhorn
Joined: Sep 29, 2011
Posts: 2
posted
0
Hi,
I am new to web services in java. I need to implement a simple web service with one method. Whose return type is "javax.mail.internet.MimeMultipart", now when i create this service using eclipse it give me error that:
The method "GetFile" on the service class "FileHS" uses a data type, "javax.mail.internet.MimeMultipart", that is not supported by the JAX-RPC specification. Instances of the type may not serialize or deserialize correctly. Loss of data or complete failure of the Web service may result.
The data type restrictions apply as, client of this service expects Mime type in the response.