blob: d29fe71490f22caeaf80b381ce93778e50b98364 [file] [log] [blame]
public class Bug
{ private static String buildStartTag(String namespace, String serviceName)
{
return " <ns1:" + serviceName +
(" soapenv:encodingStyle=\"http://schemas.xmlsoap.org/" +
"soap/encoding/\" xmlns:ns1=\"") + namespace + "\">\n";
}
}