开发者 | zaus |
---|---|
更新时间 | 2017年3月29日 14:08 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.6.1 |
版权: | GPLv2 or later |
/wp-content/plugins/
)Response/Body/SomeKey
.Using the provided endpoint examples test-json-response.php
and test-xml-response.php
, it will automatically nest XML/JSON and merge it to the original form submission like:
XML
[env:Envelope/env:Body/ns1:Response/ns1:Resultstatus] => foo
[env:Envelope/env:Body/ns1:Response/ns1:Result] => bar
[env:Envelope/env:Body/ns1:Response/ns1:Description] => baz
JSON
[Body/Response/ResultStatus] => foo
[Body/Response/Result] => bar
[Body/Response/Description] => baz
Note that XML responses will include the namespace prefixes. You may then reference them in the other service using the keys.
Drop an issue at https://github.com/zaus/forms-3rdparty-postagain
#CONTENT