cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WebService: WSDL with Enumerations Values

Former Member
0 Kudos

Hello,

we provide in our SAP System some ABAP WebServices. And we want to give the Consumers the possible Return Values of a Parameter via XS:ENUMERATION in the WSDL.

Is this possible in SAP? We hoped that it works with Domain Values, but it doesn't, at least not Out of the Box. Is there a Way to provide theses Values in the WSDL provided vom the Application Server?

Best regard and thanks in Advance for your help

Bastian Stritt

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Bastian,

As far as i know there are not supported. Check this link:

http://help.sap.com/saphelp_nw04/helpdata/en/de/705c3c3806af06e10000000a11402f/content.htm

Limitation of value range
(<pattern>, <enumeration>, <maxInclusive>, <maxExclusive>, and so on)

These tags are not taken into consideration by the proxy runtime; checking these properties is part of the task for validating the schema.

Finally you have two options, to use a middleware like SAP PI or to introduce manually these enumerations.

Regards.