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

3rd Party integration error #96

Open kvishalv opened 6 years ago

kvishalv commented 6 years ago

There was an error when trying to integrate with the 3rd party service {CreateAProfileService} (xxxx

FORM Title: Create a Profile Intended Recipient: marketing@xx.com Source: xx

SUBMISSION Array ( [timeout] => 10 [body] => Array ( [FirstName] => asdfasdf [LastName] => fasdfsadfasdf [Email] => xx@gmail.com [Phone] => 8xx47xxx [Address] => xx [City] => xx [State] => xx [ZipCode] => xx [PrimaryExpertise] => Mortgage & Banking [SecondaryExpertise] => Mortgage & Banking [FileName] => xxx [UserLogin] => onlineapp@xx.com [TextContent] => )

)

RAW RESPONSE Array ( [headers] => Requests_Utility_CaseInsensitiveDictionary Object ( [data:protected] => Array ( [cache-control] => no-cache [pragma] => no-cache [content-type] => application/json; charset=utf-8 [expires] => -1 [server] => Microsoft-IIS/8.5 [x-aspnet-version] => 4.0.30319 [x-powered-by] => ASP.NET [date] => Sat, 17 Feb 2018 04:20:53 GMT [content-length] => 36 )

    )

[body] => {"Message":"An error has occurred."}
[response] => Array
    (
        [code] => 500
        [message] => Internal Server Error
    )

[cookies] => Array
    (
    )

[filename] => 
[http_response] => WP_HTTP_Requests_Response Object
    (
        [response:protected] => Requests_Response Object
            (
                [body] => {"Message":"An error has occurred."}
                [raw] => HTTP/1.1 500 Internal Server Error

Cache-Control: no-cache Pragma: no-cache Content-Type: application/json; charset=utf-8 Expires: -1 Server: Microsoft-IIS/8.5 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Sat, 17 Feb 2018 04:20:53 GMT Connection: close Content-Length: 36

{"Message":"An error has occurred."} [headers] => Requests_Response_Headers Object ( [data:protected] => Array ( [cache-control] => Array ( [0] => no-cache )

                                [pragma] => Array
                                    (
                                        [0] => no-cache
                                    )

                                [content-type] => Array
                                    (
                                        [0] => application/json; charset=utf-8
                                    )

                                [expires] => Array
                                    (
                                        [0] => -1
                                    )

                                [server] => Array
                                    (
                                        [0] => Microsoft-IIS/8.5
                                    )

                                [x-aspnet-version] => Array
                                    (
                                        [0] => 4.0.30319
                                    )

                                [x-powered-by] => Array
                                    (
                                        [0] => ASP.NET
                                    )

                                [date] => Array
                                    (
                                        [0] => Sat, 17 Feb 2018 04:20:53 GMT
                                    )

                                [content-length] => Array
                                    (
                                        [0] => 36
                                    )

                            )

                    )

                [status_code] => 500
                [protocol_version] => 1.1
                [success] => 
                [redirects] => 0
                [url] => xx
                [history] => Array
                    (
                    )

                [cookies] => Requests_Cookie_Jar Object
                    (
                        [cookies:protected] => Array
                            (
                            )

                    )

            )

        [filename:protected] => 
        [data] => 
        [headers] => 
        [status] => 
    )

[safe_message] => physical request failure

)