Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6232025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:02:39+00:00 2026-05-24T10:02:39+00:00

I defined my xsd this way (partial): <xs:element name=entityNo minOccurs=1 maxOccurs=1> <xs:simpleType> <xs:restriction base=xs:string>

  • 0

I defined my xsd this way (partial):

            <xs:element name="entityNo" minOccurs="1" maxOccurs="1">
                <xs:simpleType>
                    <xs:restriction base="xs:string">
                        <xs:minLength value="1"/>
                        <xs:maxLength value="20"/>
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>

but when i send with SoapUI a string longer than 20 my Endpoint still receives it as if it was a valid input.
How can i fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T10:02:40+00:00Added an answer on May 24, 2026 at 10:02 am

    OK, restriction works, i just had to add the PayloadValidatingInterceptor interceptor in spring-ws config file:

    <sws:interceptors>
    <bean class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">
        <property name="schemas">
            <list>
                <value>/WEB-INF/schemasDef/first.xsd</value>
                <value>/WEB-INF/schemasDef/second.xsd</value>
            </list>
        </property>
        <property name="validateRequest" value="true"/>
        <property name="validateResponse" value="true"/>
    </bean>
    </sws:interceptors>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use this simpleType multiple times in my xsd: <xs:simpleType> <xs:restriction base=xs:string> <xs:pattern value=[0-9a-zA-Z]{3}
I have this XSD element defined: <xsd:element name=CU_FIRST_NAME> <xsd:annotation> <xsd:documentation> The first name of
I have an XML schema, where element Calling1 is defined like this: <xsd:element name=Calling1
I have the following xml types: <xsd:element name=FaxNumbers minOccurs=0> <xsd:complexType> <xsd:sequence> <xsd:element name=FaxNumber type=FaxNumber
Hi all this is my xml file with xsd defined as internal to it
I have xml file whose structure is defined with following xsd: <?xml version=1.0 encoding=utf-8?>
We have hundreds of XML files with no XML schema (XSD) defined in advance.
What is the best way to represent a byte array as an XSD schema?
Element I want to define: <feature_ref id=0/> Code I've put in my XSD file:
I have an attributeGroup defined in my XSD schema. From what I've read and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.