我正在尝试使用curl使用shell脚本调用基于TIBCO soap的Web服务。我得到200的响应,但没有在response.xml中得到输出
Tibco Webservice部署在三个实例中。我试图击中实例之一并检索响应,但是我将content-length设为0。
我尝试使用curl和wget调用Web服务并检索响应,但将content-length设为0。
下面是curl命令:
{"attempts":7,"id":"240678397","ids_history":["238026092","238119256","238579256","239035570","239584704","240132162","240678397"]}
来自服务器的响应:
{attempts:7,"id":"240678397","ids_history":["238026092","238119256","238579256","239035570","239584704","240132162","240678397"]}