リスト3 XML Webサービスの戻り値


<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <GetTextFileResponse xmlns="http://tempuri.org/"> <GetTextFileResult>This is a pen. That is a book. It is fine today.</GetTextFileResult> </GetTextFileResponse> </soap:Body> </soap:Envelope>