Service Method Return Values


  • Return Values :
    • Axata Web Service Methods are designed to send more than one object in the same call. .
    • Maximum number of posts is parametric and set in the service configuration file (Default 100)


  • Return Structures :
  • General Result :
    • Contains fields that express the general status of the Service Call
    • statu :
      • Indicates the general operating status of the service.
      • If the value is -1, "Service has incorrect results" . Status of returning from the post list as a result of at least one error.
      • "Service Successful" if the value is 0. All Post List processed successfully.
    • message :
      • Contains the General Log message.
      • If the subject is about the service in general, the general message text is included.
      • If the subject is one of the sent objects, this message is "Fail". Details are taken from the object-based processResult.
    • EntityID :
      • Integration table returns the inserted record ID.  
      • Returns 0 if there is an error in this object.
    • LogMessage :
      • Returns the result message for each Object in the Submission List.


  • Sample Sonuçlar :
    1. Service call General Error :

    1. Service call multiple dispatch and all are successful :

    1. Service call multiple dispatch and all partially successful :

    1. Service call multiple dispatch and all are unsuccessful :