I have been developing in AX for years but this is the first time I have used the process to consume a third party service in a c# data project in VS and then add this to AX for use in the application.
I have a third party service that I have downloaded correctly into VS and when I write a test method to connect to it there, it executes and returns data without any issue.
I have followed the MS technet guide for consuming a web service, I have allowed it to run on the client and server and I have deployed without error and added to the AOT.
The project is now present in my AOT and I can call the third party class and its types/functions within a test job.
My issue is that when I try to execute the function to call the service and return the information, the call appears to work but I am not getting any data returned to my data contracts that I inherited from the web service.
I have attached an image to illustrate my test job

When I run a debugger with it I am unable to see the values coming back - also when I try to assign data members or obtain data from them - I get exceptions saying the data member is not part of that class etc even though they clearly are.
It is like no data is being returned.
As I said, in VS this is all working fine and I am at a loss to work out why I'm not getting data back into AX
Any help here would be appreciated
Thanks
Kauto