私はSOAP Webサービスを作成する任務を負っていますが、応答には以下のようなbody要素が含まれていないはずです
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header><ns0:Response xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://www.tibco.com/schemas/Schema.xsd8" xmlns:ns0="http://www.tibco.com/schemas/Schema.xsd8"><ns0:ResponseRefId>236514</ns0:ResponseRefId><ns0:ResponseCode>9999</ns0:ResponseCode><ns0:ResponseMsg>Authentication Failed, try again with correct credentials</ns0:ResponseMsg> </ns0:Response></SOAP-ENV:Header></SOAP-ENV:Envelope>
私の懸念は、body 要素のない応答を持つ SOAP サービスを作成できるかどうかです。Tibco BW 5 を使用してサービスを作成しています。