Hi,
Not sure if this has already been asked, I have searched around without any success.
Basically I'm setting up 2-way Web Services in and out of SM7, I have managed to successfully test incoming Web Services, it's just the outgoing I need to get my head around.
I've read through the best practice document and think I'm nearly there, I just can't complete the end part and if anyone can shed some light I'd appreciate it.
I have converted my WSDL to JS and I have created a JS record that creates a new variable for example:
var CreateIncidentRequest = new system.library.TestIncident.CreateIncidentRequest( );
I get in return: [object Object]
If I understand this correctly, I have created an empty Object that will eventually be the 'requestObj' that gets passed to the invoke function once all the values I want passed over are contained.
It's just that I am trying to populate the Object with my test values that will end up being the values within the Incident record that get saved within SM7.
If someone could help with this last part I would appreciate it.
Thanks a lot in advance.


Reply With Quote

Bookmarks