Reputation: 421
I am working on implementing a REST api in java that is going to wrap a soap web service request, what I have done is unmarshaled the WSDL of the soap request using jax_WS way in eclipse through the unmarsheling process I got classes of binding ans the stub of the web service and the types used by it what I need is a way to see or log the output request "XML" of the soap request noting that first I am call the rest API then the REST API calling the soap request,also sorry but I can not provide code...thanks in advance
Upvotes: 0
Views: 216