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.
.net Web サービス SoapObject result=(SoapObject)soapEnvelope.bodyIn; から xmldocument を受け取ります。
問題は、結果からxmlドキュメントを取得して解析する方法ですか?
デバッグについては、wiki のヒントに従って xml を参照できます。
http://code.google.com/p/ksoap2-android/wiki/CodingTipsAndTricks#How_to_see_raw_xml_request_and_response_e.g._for_debugging ?
解析の場合、手動で解析するべきではなく、bodyIn ではなくエンベロープで getResponse を使用する必要があります。