简体   繁体   中英

Access JSP web service using third party tool

I have a webservice

https://stg-xyz.com/Quote/xmlgateway/GetRate.jsp I can call this using webclient in .net and pass serialized xml and it works fine. Is there a third party tool to pass data(VIN etc) to this JSP service and get the output back.

Thanks.

Any HTTP POST tool will work for your use case. You can use wfetch .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM