php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66165 SOAP-ERROR: Encoding: Violation of encoding rules
Submitted: 2013-11-25 10:06 UTC Modified: -
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: asder2015 at ya dot ru Assigned:
Status: Open Package: SOAP related
PHP Version: 5.5.6 OS: Ubuntu 13.10
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-11-25 10:06 UTC] asder2015 at ya dot ru
Description:
------------
After sending data to the server, the answer comes:
SOAP-ERROR: Encoding: Violation of encoding rules
This is a bug or some configuration C# client?

Test script:
---------------
Link to document, included all scripts : https://docs.google.com/document/d/137nTNdBEP5BbB_k0wDgcFsMr3wbmimpYPffC2f2NiR4

Expected result:
----------------
In method "_call" in class SoapService I expect next array:
Array
(
    [session_id] => vhjd4c9foqmuca4cucgp7sh6r6
    [activities] => Array
        (
            [activity_id] => Array
                (
                    [0] => 1
                    [1] => 2
                )
        )
)



Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 17:01:30 2024 UTC