摘要: Springboot调用WebService(asmx)服务接口 导入httpclient jar <!-- webservice --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-start 阅读全文
posted @ 2021-02-04 10:38 流泪的魚 阅读(3401) 评论(0) 推荐(0)
摘要: 导入httpclient jar <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.1</version> </dependency> 1 阅读全文
posted @ 2021-02-04 10:30 流泪的魚 阅读(514) 评论(0) 推荐(0)