cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Webservice definition in XI

Former Member
0 Kudos

Hi

We are on XI 3.0 SP18 and have a webservice exposed on XI . While defining the underlying data types for the webservice in XI - Integration repository - we specified the maxlength for the string type fields and the number of decimals for the numeric fields. When the external application calls the webservice, however there are cases where-in the values passed for some of the elements go more than the maximum lengths specified. We are expecting the Webservice on XI to raise/return an error to the calling application in such a case - or is there I need to specify apart from the max.length in my datatype specification to ensure that the webservice rejects data whose lengths do not confirm to the WSDL specification ?

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

In order to increase performance, there is no validation of the XI payload against the WSDL.

In 7.1 there will be an optional XSD validation for the XI payload.

Regards

Stefan

Former Member
0 Kudos

Thanks Stefan - Full points.

Answers (0)