docusign / docusign-soap-sdk

Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
http://docusign.com/devcenter
MIT License
89 stars 122 forks source link

I selected all the options and pressed "Send Now" it didn't looks like it worked #15

Closed mikebz closed 13 years ago

jocrag commented 13 years ago

I assume this is for PHP. It works for me when I choose all the options. Please include steps to recreate.

jocrag commented 13 years ago

Not reproducible

mikebz commented 13 years ago

just tried it again.

step 1: use my e-mail / foobar17 an integrator key.

Step 2: select stock doc and then select all of the options

Step 3: click send.

Result:

SoapFault Object ( [message:protected] => Unauthorized to view Envelopes: 0676fe5d-a4ca-46fc-84cc-683bcd6a413f, 70677abd-993d-4821-9187-375e5504e9f6 [string:Exception:private] => [code:protected] => 0 [file:protected] => /Library/WebServer/Documents/DocuSign2011Q1Sample/api/APIService.php [line:protected] => 1749 [trace:Exception:private] => Array ( [0] => Array ( [file] => /Library/WebServer/Documents/DocuSign2011Q1Sample/api/APIService.php [line] => 1749 [function] => soapCall [class] => SoapClient [type] => -> [args] => Array ( [0] => RequestStatusesEx [1] => Array ( [0] => PHP_Incomplete_Class Object ( [__PHP_Incomplete_Class_Name] => RequestStatusesEx [EnvelopeStatusFilter] => PHP_Incomplete_Class Object ( [PHP_Incomplete_Class_Name] => EnvelopeStatusFilter [UserInfo] => [AccountId] => 766e7948-6866-4ee3-9e71-4c53603dc14f [BeginDateTime] => [EndDateTime] => [Statuses] => [EnvelopeIds] => Array ( [0] => 0676fe5d-a4ca-46fc-84cc-683bcd6a413f [1] => 70677abd-993d-4821-9187-375e5504e9f6 [2] => 69b88202-ea14-4f7e-8da0-6df147aa073a [3] => 21f02389-3148-4a1b-a375-472f2b1ae24f )

                                                [StartAtIndex] => 
                                                [ACStatus] => 
                                            )

                                    )

                            )

                        [2] => Array
                            (
                                [uri] => http://www.docusign.net/API/3.0
                                [soapaction] => 
                            )

                    )

            )

        [1] => Array
            (
                [file] => /Library/WebServer/Documents/DocuSign2011Q1Sample/getstatusanddocs.php
                [line] => 43
                [function] => RequestStatusesEx
                [class] => APIService
                [type] => ->
                [args] => Array
                    (
                        [0] => __PHP_Incomplete_Class Object
                            (
                                [__PHP_Incomplete_Class_Name] => RequestStatusesEx
                                [EnvelopeStatusFilter] => __PHP_Incomplete_Class Object
                                    (
                                        [__PHP_Incomplete_Class_Name] => EnvelopeStatusFilter
                                        [UserInfo] => 
                                        [AccountId] => 766e7948-6866-4ee3-9e71-4c53603dc14f
                                        [BeginDateTime] => 
                                        [EndDateTime] => 
                                        [Statuses] => 
                                        [EnvelopeIds] => Array
                                            (
                                                [0] => 0676fe5d-a4ca-46fc-84cc-683bcd6a413f
                                                [1] => 70677abd-993d-4821-9187-375e5504e9f6
                                                [2] => 69b88202-ea14-4f7e-8da0-6df147aa073a
                                                [3] => 21f02389-3148-4a1b-a375-472f2b1ae24f
                                            )

                                        [StartAtIndex] => 
                                        [ACStatus] => 
                                    )

                            )

                    )

            )

        [2] => Array
            (
                [file] => /Library/WebServer/Documents/DocuSign2011Q1Sample/getstatusanddocs.php
                [line] => 102
                [function] => createStatusTable
                [args] => Array
                    (
                    )

            )

    )

[previous:Exception:private] => 
[faultstring] => Unauthorized to view Envelopes: 0676fe5d-a4ca-46fc-84cc-683bcd6a413f, 70677abd-993d-4821-9187-375e5504e9f6
[faultcode] => soap:Client
[faultactor] => https://demo.docusign.net/api/3.0/api.asmx
[detail] => 

)

jocrag commented 13 years ago

This is due to some envelopes being created under a different user. Fixed in PHP and checked in but will not close until verified fix is in Java also.

jocrag commented 13 years ago

Fixed in Java and checked in