|
#1
|
|||
|
|||
|
PHP Code:
|
|
#2
|
|||
|
|||
|
I've dealt with a similar problem in the past. See post #2 in this thread.
http://osticket.com/forums/showthread.php?t=7833 While not a direct answer, the explanation of the code should get you pointed in the right direction. In essence is says that there must be another array there that yours is dependent upon. You must make sure they are BOTH in the same order. I have never applied the SOAP mod but I'll bet a nickel that's the problem.
|
|
#3
|
|||
|
|||
|
Hi teryakisan,
Thank you for your reply. Your example is dealing with paired arrays and appears to be different. I am passing the data via SOAP. At the other side, it is retrieved (see below). For some reason, the data passed has to be in this same order as how it is retrieved. What is the purpose of giving a name to the name-value pairs if this is the case? Maybe it is how I configured PHP/SOAP? PHP Code:
|
|
#4
|
|||
|
|||
|
Turns out SOAP (or some versions of it) requires names in order, and might not even care what the specific name is as long as it is in the correct order. Silly, but at least I can get it working.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|