Results 1 to 3 of 3

Thread: Client side validation against wsdl, not schema?

  1. #1
    Join Date
    Aug 2009
    Posts
    2

    Default Client side validation against wsdl, not schema?

    I am writing a simple spring-ws client maven 2 archetype. I would like to use the PayloadValidatingInterceptor to validate requests on the client side. However, this class only works with schemas. Is there a spring-ws helper class that can expose the schema from the wsdl definition, so that I can use it for validation?

    I do not want the users of this archetype to have to manually extract the schema from the wsdl definition.

  2. #2
    Join Date
    Jan 2009
    Posts
    29

    Default

    I also need this functionality. My schemas are a part of the wsdl. Is there something like PayloadValidatingInterceptor that works with wsdl instead of xsd?

  3. #3
    Join Date
    Feb 2009
    Posts
    28

    Default

    Does any one have a solution. I am looking forward to hear from you guys.. Thanks in advance.

Tags for this Thread

Posting Permissions

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