コンテキスト「/configuration」、バージョン「v3.0」、本番 URL「myhost.com/configuration/v3.0」を使用して REST API を公開し、「apim.com/configuration/v3.0」を呼び出すと、 /codes/?count=5&id=11849&offset=0」の場合、API Manager は次をエンドポイントに正しく渡します: 「myhost.com/configuration/v3.0/codes/?count=5&id=11849&offset=0」。
コンテキスト「/configuration」とバージョン「v3.0」、および本番 URL「myhost.com/configuration/v3.0」を使用して、SOAP API で同様のことを行い、「apim.com/」を呼び出します。 configuration/v3.0/codes」の場合、API Manager は次の情報をエンドポイントに渡します: 「myhost.com/configuration/v3.0」。「コード」が削除されたため、これは機能しません。
API Manager が REST と SOAP で行う違いはありますか? 奇妙に思えます。