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.
次のプロジェクトのために Restlet を検討しています。要件の 1 つは、従来の SOAP ベースのサービスと通信することです。クライアントに RESTful スタイルを提供し、SOAP 経由でこのバックエンド サーバーと通信するためのベスト プラクティスは何ですか?
Restlet は完全な HTTP クライアント API を提供しているため、バックエンドが SOAP サーバーであっても、それと通信できます。
Restlet には通常の SOAP スタックは含まれていませんが、FreeMarker/Velocity テンプレートを使用して SOAP メッセージを送信したり、XPath 処理を行って回答から価値のあるコンテンツを抽出したりすることが簡単にできます。