I am having an issue where calling a web service via web service smart ser


I am having an issue where calling a web service via web service smart service is returning partial data. Calling same web service via soapUI returns full data.
Any idea?...

OriginalPostID-104498

OriginalPostID-104498

  Discussion posts and replies are publicly visible

Parents
  • Hi Foussenik,
    Is your web service response data object class contains more than 1 level inherited classes? My experience was when you contruct your data class to inherit more than 1 parent class, the data wouldn't be passed correctly to the web service layer eventhough it works in SoapUI. Try to remove the inheritance or keep it at one level and then see how it goes.
    Hope this helps.
    Regards,
    Rully
Reply
  • Hi Foussenik,
    Is your web service response data object class contains more than 1 level inherited classes? My experience was when you contruct your data class to inherit more than 1 parent class, the data wouldn't be passed correctly to the web service layer eventhough it works in SoapUI. Try to remove the inheritance or keep it at one level and then see how it goes.
    Hope this helps.
    Regards,
    Rully
Children
No Data