|
Subject:
|
SubmitSync Function
|
|
Posted By:
|
pjconrad
|
Post Date:
|
11/17/2003 10:35:58 AM
|
I have not been able to figure out how to get the response document back using the SubmitSync sub. I have a VBScript that sends a document to a channel.
I do this from an XLANG schedule but I don't know if the port is supposed to be set up to a file or to a running XLANG schedule. I've tried both ways and can't get a string returned.
The call looks like this: Interchange.SubmitSync (1,Document,,,,,,cChannel,,,,,sOutDoc)
I check to see what's in sOutDoc and it's null.
Can anyone help with this?
thanks, Phil
|
|
Reply By:
|
pjconrad
|
Reply Date:
|
11/18/2003 10:37:09 AM
|
I resolved this using a Port to an Application and setting the transport type to Loopback. I did not have to do anything special with the Channel.
- Phil
|
|