0
Eclipseプラグインを使用してAxis2(1.4)エンジンを使用してWebサービスを実装しました。クライアントは、形式上の応答必要があります。Axis2 Webサービスの名前空間接頭辞変換
<soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3..org/2001/12/soap-encoding" >
<soap:Body>
<GetResponse>
<SearchResult>0</SearchResult>
</GetResponse>
</soap:Body>
</soap:Envelope>
をしかし、私のサービスは
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<GetResponse>
<SearchResult>0</SearchResult>
</GetResponse>
</soapenv:Body>
</soapenv:Envelope>
は私が軸の古いvesionを使用する必要がありますか、次の応答を返していますか?または、プレフィックスを変更して古いSOAPリクエストを受け入れる方法はありますか?
ありがとうございました。よろしくです。 よろしくお願いします。
ありがとうございますSampada – Yore
ようこそ! – Sampada