blob: bc1f7b1d00a4243598f29a7dc2adbf187ce21ce1 [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";
}
}