[jboss-user] [JBossWS] - Re: How do I use MIME types other than text/xml

lbrackman do-not-reply at jboss.com
Mon Mar 12 17:30:57 EDT 2007


Found the problem.  Apparently I had some imports that were in conflict with each other.  I had ws classes mixed in with rpc classes such as 

javax.xml.rpc.Service -and- javax.xml.ws.Service.

Obviously you can't use javax.xml.ws.Service in an rpc web service and you can't use javax.xml.rpc.Service in ws web services :-S

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027348#4027348

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027348



More information about the jboss-user mailing list