Spring WSクライアントプロジェクトでXSDを参照し、XSDからPOJOを生成せずに、JAXBオブジェクトを参照し、リクエストをビルドし、WebServiceTemplateを使用してWebサービスを呼び出すことができる方法はありますか?
質問する
1963 次
1 に答える
1
If I understand your question correctly, you want to use JAXB objects but you don't want to generate JAXB objects. If that is the case, then the answer is no.
You can still use Spring-WS at the client side to send a SOAP-request which is not generated by marshalling objects. Check out the reference for examples and more information.
于 2013-02-12T12:43:18.157 に答える