2012-03-05 72 views
0

只想问一下第四行是干什么的?或者它是为了什么?非常感谢 我在android系统构建应用程序与PhoneGap的WSDL,KSOAP2查询

private static final String NAMESPACE = "http://hello_webservice/"; 
private static String URL = "http://192.168.1.68:7001/HelloWebService/ 
HelloWSService?WSDL"; 
private static final String METHOD_NAME = "hello"; 
private static final String SOAP_ACTION = "http://hello_webservice/hello"; 

回答