[jboss-user] [JBossWS] - JBOSS Webservice & Thai Language

terapong do-not-reply at jboss.com
Thu Oct 18 09:20:21 EDT 2007


I have a problem
i use redhat developer studio beta 2 + jboss 4.2.1 GA with JBOSSWS develop webservice. i write simple operation 
	@WebMethod
	@WebResult(name = "result")
	public String echo(@WebParam(name = "book")	String book) {
		System.out.println(book);
		return "?????";
	}

and run soap UI for test result but it return ???
the same operation develop on netbean 5.5 deploy on tomcat 5.5 has no problem
how i resolve problem
help me expert

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

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



More information about the jboss-user mailing list