zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

using cf7 #89

Open mayankpan opened 6 years ago

mayankpan commented 6 years ago

i want to submit form in xml format , always getting this message from -****/wp-json/contact-form-7/v1/contact-forms/9/feedback {"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}} It is not clear which setting is going wrong following is debugging error i got

There was an error when trying to integrate with the 3rd party service {Service 1} (http://######/wp-content/plugins/forms-3rdparty-integration/3rd-parties/service_test.php). FORM Title: lendinghand Intended Recipient: mayank.pandey@####.com

Source: http://$$$$####.com/wp-json/contact-form-7/v1/contact-forms/9/feedback

SUBMISSION Array ( [timeout] => 10 [body] => <?xml version="1.0"?>

mayankpandeymayankpan$$$$$@gmail.com12312312312123132132000-12-122132132112321
123213
21321321321213213
[headers] => Array
    (
        [Content-Type] => application/xml
    )

)

RAW RESPONSE Array ( [reason] => Could not locate success clause within response [safe_message] => Success Clause not found [clause] => Your detail has been submitted [response] => --- POST (array) --- Array ( )

--- POST (raw) --- <?xml version="1.0"?>

mayankpandeymayankpan####@gmail.com12312312312123132132000-12-122132132112321
123213
21321321321213213

--- GET --- Array ( )

--- META --- Array ( [REQUEST_METHOD] => POST [QUERY_STRING] => [HTTP_HOST] => *****.com [HTTP_REFERER] => http://********/wp-content/plugins/forms-3rdparty-integration/3rd-parties/service_test.php [HTTP_USER_AGENT] => WordPress/4.8.1; http://**********.com )

--- HEADERS --- (getallheaders) Array ( [Content-Length] => 356 [Content-Type] => application/xml [Accept] => / [Accept-Encoding] => deflate, gzip [Connection] => close [Host] =>########.com [Referer] => http://########.com/wp-content/plugins/forms-3rdparty-integration/3rd-parties/service_test.php [User-Agent] => WordPress/4.8.1; http://########.com )

)