Results 1 to 3 of 3

Thread: How to import MockWebServiceMessage in my test case

  1. #1

    Default How to import MockWebServiceMessage in my test case

    Hi, I wanted to write a test case for my WS app and looked around for Mocks. Mock classes in core/src/test/java/org/springframework/ws looked really good. I didn't find these included in spring-mock or spring-test jars. Are these classes available in any jar that I can import?

    Thanks,
    Sreekant

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    No, they are only part of the test code base, and not exposed yet. There is an feature request (http://jira.springframework.org/browse/SWS-263) which will add a Mock Transport, so that you can test WS calls more easily. Vote for it if you want to see it implemented.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3

    Default

    Thanks. I voted for it and will lobby in my group to vote for it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •