Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Soap Response performance

Question
Bapu Hirave · Nov 14, 2016

Soap Response performance

I have a soap webservice extended from %SOAP.WebService class

Lets say i have web method and have return type of following classes (either one of them)

Class ReturnTypeA

{

 Property SelectedDoses As %XML.DataSet;

}

Class ReturnTypeB

{

 Property SelectedDoses As list Of WebServices.DataTypes.Dose;

}

Which return type class has better performance while in terms of xmL serialization ? A or B

my client application is in C#

#Object Data Model #Caché

Source URL: https://community.intersystems.com/post/soap-response-performance