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 9105971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T02:13:40+00:00 2026-06-17T02:13:40+00:00

I was wondering if anyone could point me in the right direction here. I’m

  • 0

I was wondering if anyone could point me in the right direction here.

I’m working on a project that needs to create web service functionality to adhere to the SPML v2 Spec (https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=provision). It’s an XML based spec for provisioning services.

I’ve created the end points that map to the namespace and localpart of the soap requests fine. My issue lies in attempting to validate the payload requests in spring web services using the provided XSDs from the spec itself. From my research, it is an “Open Content Model”, and any validation or attempt to compile the XSDs results in Unique Particle Attribution errors.

This happens because the CORE XSD has an “ExtensibleType” complexType that when other complexTypes extend from it causes the error. From my research, i can see why the error is occurring, but i don’t want to modify the xsds provided by the spec itself.

Example:

<complexType name="ExtensibleType">
    <sequence>
        <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
    </sequence>
    <anyAttribute namespace="##other" processContents="lax"/>
</complexType>



<complexType name="SearchQueryType">
    <complexContent>
        <extension base="spml:ExtensibleType">  
            <sequence>
                <annotation>
                    <documentation>Open content is one or more instances of QueryClauseType (including SelectionType) or LogicalOperator.</documentation>
                </annotation>

                <element name="basePsoID" type="spml:PSOIdentifierType"  minOccurs="0" />
            </sequence>
            <attribute name="targetID" type="string" use="optional"/>
            <attribute name="scope" type="spmlsearch:ScopeType" use="optional"/>
        </extension>
    </complexContent>               
</complexType>

This would result in the following error when attempting to validate the xsds:

cos-nonambig: WC[##other:”urn:oasis:names:tc:SPML:2:0″] and “urn:oasis:names:tc:SPML:
2:0:search”:basePsoID (or elements from their substitution group) violate “Unique Particle
Attribution”. During validation against this schema, ambiguity would be created for those two
particles.

Since the XSDs are invalid themselves, i’m having a duzy of a time figuring out how i can actually validate payload requests against the XSDS provided by the spec itself.

Adding the PayloadValidatingInterceptor in the spring context file results in the same error when the server attempts to start:

    <bean id="validatingInterceptor"
            class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">
<property name="schemas">
                <list>
                    <value>/WEB-INF/xsd/spml/pstc_spmlv2_core.xsd</value>
                    <value>/WEB-INF/xsd/spml/pstc_spmlv2_search.xsd</value>
                </list>
            </property>
            <property name="validateRequest" value="true"/>
            <property name="validateResponse" value="false"/>
        </bean>

Thanks for anyone’s input ahead of time, not sure if anyone ever ran into this type of issue or not.

Damian

  • 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-06-17T02:13:41+00:00Added an answer on June 17, 2026 at 2:13 am

    What you need to do is disable the Unique Particle Attribution check. In general, this works in Java (see this SO post), you just need to find a way to configure it… Worst case might be to build your own validator based on the above link – it should work since Spring’s XSD schemas are using Apache’s implementation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wondering if anyone could point me in the right direction.. I currently have the
I was wondering if anyone could point me in the right direction as to
i was wonder if anyone could point me in the right direction . i
Can anyone point me in the right direction here. Im trying to use a
I was wondering if someone could point me to the right direction in setting
I was wondering if anyone could give me an example or point me to
I was wondering if anyone could give me a starting point of how to
i'm relatively new to this and was wondering if anyone could point me in
I was wondering if anyone could help me out, or point me in the
I was wondering if anyone could point to an Open Source date utility class

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.