Problems with sending synchronous XMLDoc message from IB to 3rd party.
I have been assigning a task of creating integration with a 3rd party system. There are 4 steps to that integration. I know this has to be nonrowset based message and synchronous one.
I accessed vendor site https://eserv.somecompany.com/b2bggs/Authenticatio n?UserId=id&Password=pass1
using HTTPTARGETCONNECTOR properties, I get XML response back with the info I need – acknowledgement which contain special authentication token. I extracted that token and I tried to access the site again with that token using attached to URL:
https://eserv.somecompany.com/b2bggs/Token=XXXXXXX XXXXX
I produce this integration using following code: