有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

在mule中使用cfxclient发送http post请求使用soap服务

在cfx客户机mule中,发送带有输入参数的http post请求是否适用

这就是我下面需要的

请求:

http://localhost:8088/test/integrate

在请求正文中使用参数,如令牌和guid

响应:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gen="http://www.test.com/generic-operation-message">

   <soapenv:Body>
      <gen:Dummy>
      <gen:Result>
             <gen:ErrorCode>0</gen:ErrorCode>
             <gen:ErrorDesc>success</gen:ErrorDesc>
             <gen:Severity>info</gen:Severity>
          </gen:Result>
      </gen:Dummy>
      </soapenv:Body>
</soapenv:Envelope>

共 (0) 个答案