I am new to spring-ws.
I like to test my jibx binding.
To test this I want to
1. some how in the test case supply the request xml message.
2. the end point should then be called and the invokeInternal should be executed. The unmarshalled object is ready before the invokeInternal is called . I am interested in testing the unmarshalled object.
How do I write a junit test for this?
org.springframework.ws.samples.echo Example is a test for the Endpoint.
I am interested in testing unmarshalling. This happens before the endpoint.
Are there other examples.
Please help me with this so I can test the unmarshalling.
Thank you.


Reply With Quote
