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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC