blob: 046da3534c55d082ea505b23618429a577a4e089 [file] [log] [blame]
public class A {
private static final String EMPID_TEMPLATE =
"<?xml version =\"1.0\"?>\r\n" +
"<Request name=\"IAT.GetEmployee\">\r\n" +
" <Input>\r\n" +
" <DEMOREC1>\r\n" +
" <EMPID>0</EMPID>\r\n" +
" </DEMOREC1>\r\n" +
" </Input>\r\n" +
"</Request>";
}