The moose likes Web Services and the fly likes Help to create a Web service that return javax.mail.internet.MimeMultipart Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply locked New topic
Author

Help to create a Web service that return javax.mail.internet.MimeMultipart

Khokhar Hassan
Greenhorn

Joined: Sep 29, 2011
Posts: 2
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.
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Identical questions. Locking this thread.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Help to create a Web service that return javax.mail.internet.MimeMultipart
 
Similar Threads
Webservices in java
Exception AxesFault Exception : No endpoint
Better way to return XML document
How to create Web service that returns javax.mail.internet.MimeMultipart
WebServices in Eclipse