Results 1 to 2 of 2

Thread: "Strong-typing" in spring web services

Threaded View

  1. #1

    Default "Strong-typing" in spring web services

    Greetings - we are implementing a web services project in spring and have discovered in testing that the web services are not enforcing input types. Web services built in .NET/Visual Studio by default enforce input types and do not allow clients to 'submit' mal-formatted data (ie, a string when an int is expected).

    Is there similar 'strong typing' functionality in the Spring framework and, if yes, could someone point me to documentation that explains how to enable this?

    BTW: there's a chance this belongs in the CXF forum and I have cross-posted there.

    Thanks,

    John O.
    Last edited by johnoverbaugh; Jan 10th, 2008 at 11:23 AM.

Posting Permissions

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