M
maura
Guest
Can you tell us exactly what operation you are performing and trying to get _retVal. If it's an invoke operation, it should work for you. I just confirmed this. The response object had a property called _retVal with the value returned. If you're trying to do with a CRUD (Create, Read, Update, Delete) operation, it's not going to work. For these operations, we are not returning a response object.
Continue reading...
Continue reading...