cancel
Showing results for 
Search instead for 
Did you mean: 

Differnce between adptive web service model and webservice model(depricated

Former Member
0 Kudos

Hi,

What is the differnce between adptive web service model and webservice model(depricated).

Regards,

Venki

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_sistu
Active Contributor

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Adaptive WebService Model:

Adaptive means it will adopt the changed structure.

For example:

In the webservice structure initially in the input structure there are two fields.

And you created the Adaptive WebService Model out of that webservice.

Now an additional field is added to the webservice.

Still your existing model works fine.

Note: If the model is normal WebService model(deprecated), then it does not work.

Adaptive WebServiceModel adopts to the new structure of the webservice.

Note: Its not dynamic. Only Adaptive. Means you will not be able to access the thrid field without reimporting/recreating the model.

Allways use Adaptive WebService Model only.

Regards,

Charan