Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ksoap2 库。我需要从http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl获取命名空间、方法名称、url 和操作名称
谢谢帮助
尝试这个:
String METHOD_NAME = "checkVat"; String NAMESPACE = "urn:ec.europa.eu:taxud:vies:services:checkVat"; String SOAP_ACTION = ""; String URL = "http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl";