2 つの文字列から構成される既知のクラスのオブジェクトを SOAP コンポーネントに渡す必要があります。SOAP リクエストは次のようになります。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsd="http://wsTest/">
<soapenv:Header/>
<soapenv:Body>
<wsd:find>
<entity>
<id>string_1</id>
<type>string_2</type>
</entity>
</wsd:find>
</soapenv:Body>
</soapenv:Envelope>
2 つの文字列を入力して、必要なクラス オブジェクトに変換できる適切な MULE トランスフォーマーはありますか?? ありがとうございました。