Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ume-spml response

Former Member
0 Kudos

I am try use spml service on two installations.

On first installation v 7.20 SP1. For search request, service response looks like this:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

    <SOAP-ENV:Header/>

        <SOAP-ENV:Body>

            <searchResponse result="urn:oasis:names:tc:SPML:1:0#success">

                <searchResultEntry>

                    <identifier type="urn:oasis:names:tc:SPML:1:0#GenericString"><id>SPML.SAPGROUP.Authenticated Users</id></identifier><attributes/>

                </searchResultEntry>

                ...

            </searchResponse>

        </SOAP-ENV:Body>

    </SOAP-ENV:Envelope>

In other installation v 7.01 SP3 response looks like this:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

    <SOAP-ENV:Header/>

        <SOAP-ENV:Body>

            <searchResponse result="urn:oasis:names:tc:SPML:1:0#success">

            <searchResultEntry xmlns="urn:oasis:names:tc:SPML:1:0">

                <identifier xmlns="" type="urn:oasis:names:tc:SPML:1:0#GenericString"><id>SPML.SAPGROUP.Everyone</id></identifier><attributes xmlns=""/>

            </searchResultEntry>

                        ...

            </searchResponse>

        </SOAP-ENV:Body>

    </SOAP-ENV:Envelope>

In one case searchResultEntry element qualified namespace and in another not.

Is spml response is a version specific?

1 REPLY 1

Former Member
0 Kudos

Hi Dmitry,

  It seems these are the different configuration steps for installations for both the versions.It's not like version specific.

Thanks,

Varun Jain