C
CMI
Guest
Yes indeed, I did have -debugalert enabled since this was my development environment and that would explain the debug files. So that would be expectable having static names. So I guess this actually raises another point, how do you actual get the message payload/body from the server response? Looking at the available documentation (ref: Table 7: Extracting typed data from a response) it's not clear to me how oEntity object is assigned a value from oResponce. How does oResponce even know about oEntity object? Update: I think I've just answered my own question. I think that the oEntity needs to be supplied as a second parameter for the RequestBuilder:Get() method?
Continue reading...
Continue reading...