嗨(对不起我的英文),
我会使用新的工具窗口:PHPStorm 6中的REST客户端,但我有一点问题。
我写了我的肥皂网,没关系,我检索xml响应(看Heberger image http://img15.hostingpics.net/thumbs/mini_529269screen1.png)。 之后,我想调用方法:登录但我不知道如何工作,如何将此方法传递给其余的api。 (看Heberger image http://img15.hostingpics.net/thumbs/mini_696499screen2.png)
xml响应是:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>Sender</faultcode><faultstring>Invalid XML</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
感谢您的回复(并纠正了我的坏英语:()
答案 0 :(得分:1)
判断您的服务使用SOAP的响应,为什么此客户端是针对REST定制的。看看Representational state transfer (REST) and Simple Object Access Protocol (SOAP)以获得不同之处。
基本上要执行请求,您需要提供格式正确的请求体(可能非常复杂)。