Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいクライアントを作成し、次のようなソープコールを実行します。
$client = new SoapClient($strServiceUrl, $params); $result= $client->$strFunct($arrCallParams);
次に、結果を「Foreach」します。ただし、結果は、(soapserver が記述されている) C++ で soapserver のメソッドをテストした場合と同じ順序ではありません。何かご意見は?これは正常な動作ですか?
この問題は、C++ SOAP サービスのバグにあるようです。