I created a custom web service to accept xml from one of our lead aggregators. However, it is not deserializing the request body, and all I get in response is a Null Object Reference error. Am I missing something?
I've performed the same setup (additionally to the code you've shared, registered the service as anonymous) and sent the following request in...MoreLess
I've performed the same setup (additionally to the code you've shared, registered the service as anonymous) and sent the following request in...MoreLess
I created multiple records in a section. In this section I have a detail that contains some fields like the "name", the "date", the "quantity". I want to return, through some code in a webservice, all the names of the detail that belongs to a certain record (the...MoreLess
I'm working on Activities right now and I created my own activity.
I wanted to insert a New Activity with a press of a button which is located in the MainHeader. Question, what's the best way to insert my own activity?
I am currently trying to insert it via custom web service through
Is there any way to trigger the Creatio processes that happen when using the Entity class to insert data when using something like the Insert...MoreLess