简体   繁体   English

使用第三方工具访问JSP Web服务

[英]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. https://stg-xyz.com/Quote/xmlgateway/GetRate.jsp我可以在.net中使用webclient调用此方法,并传递序列化的xml,它工作正常。 Is there a third party tool to pass data(VIN etc) to this JSP service and get the output back. 是否有第三方工具将数据(VIN等)传递到此JSP服务并返回输出。

Thanks. 谢谢。

Any HTTP POST tool will work for your use case. 任何HTTP POST工具都适用于您的用例。 You can use wfetch . 您可以使用wfetch

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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