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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: asder2015 at ya dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 09:01:28 2025 UTC