Hi guys,
i have trouble with WebMethod Names with a "_" (underline or underscore).
For example:
@WebService()
public class WSBaseData extends BaseDataSvr
{
@WebMethod(operationName = "hall_o")
public String hall_o (
@WebParam(name = "mask") String mask)
{
return "hallo";
}
}
But on WebService?tester page it shows me:
WSBaseData.hallO(java.lang.String)
How can i prevent this ?????
[Message sent by forum member 'mammutglassfish' (juppie76_at_gmx.de)]
http://forums.java.net/jive/thread.jspa?messageID=379233