|
|
 |
|
 |
|
| Author |
Messages |
|
Steve Chan
Posts:1
 |
| 03/14/2008 4:25 PM |
|
The sample PHP code does not wrap every SOAP method. In order to wrap another SOAP method, I need to know how to access the returned results. But there is no information in the PDF documentation how to access the returned results. I have wrapped two SOAP methods so far and here is the information on how to access the returned results: GetStandingsForConference: $results = $rv->GetStandingsForConferenceResult->ServiceResult; $data = $results->Records->StandingRecord; GetStatsForPlayer: $results = $rv->GetStatsForPlayerResult->ServiceResult; $data = $results->Records->PlayerStatsRecord; It would be great if the access properties of all SOAP calls can be documented. That can save me some effort. |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
|
|
|
|
|
|
|
|
|