开发者

Debugging Spring-WS request from MessageDispatcher to Endpoint?

开发者 https://www.devze.com 2023-04-12 11:07 出处:网络
Is there a way to debug step-by-step what happens on a web service request in Spring-WS from the time the request is sent to the MessageDispatcher until it reaches my Endpoint (including EndpointMappi

Is there a way to debug step-by-step what happens on a web service request in Spring-WS from the time the request is sent to the MessageDispatcher until it reaches my Endpoint (including EndpointMappings, EndpointAdapters, etc.)? Specifically, I would like to see how the unmarshalling of my XML request to Java objects is being handled via JAXB, as I'm getting some errors with that. I'm currently using soapUI as the client and RAD 8 with WebSphere 7 as the开发者_StackOverflow IDE and server. Thanks for any help provided.


In eclipse I can set breakpoints in jar files if I attach the source to it. I never worked with 'RAD', but I assume you can set breakpoints in third party libraries as well.

With a bit of debugging you should be able to determine where the unmarshalling takes place.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号