Hello everyone,
I have a custom web service for 3rd party application. That web service has a method for return event resutls. It is working on C# very well but i coudun't type it on x++. I am open for any type of idea.
This is the running C# example. When i run to ProjectCreate method it is returning message about event. (Success, Error")
"string status = client.ProjectCreate(token, projectCreateRequest).StatusMessage;"