忽略配置文件信息
This commit is contained in:
parent
5794fa2aef
commit
dc89382c10
@ -1,14 +0,0 @@
|
||||
package osc.git.eh3.test;
|
||||
|
||||
import com.dxpmedia.hdtsspapitest.CreativeService;
|
||||
import com.dxpmedia.hdtsspapitest.CreativeServiceSoap;
|
||||
|
||||
public class TestWS {
|
||||
|
||||
public static void main(String[] args) {
|
||||
CreativeService service = new CreativeService();
|
||||
CreativeServiceSoap serviceSoap = service.getCreativeServiceSoap();
|
||||
String result = serviceSoap.creativeSubmit("0", "1",2);
|
||||
System.out.println(result);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user