I need to create a realtime webservice that accepts an integer, insert a record and return a xml message back.
I am using asp.net 2.0 and DI 11.0.2.5
So far I have been able to start the job with a input parameter and the dataflow does create an entry. But not getting a xml message back.
I have tested the realtime job in DI and the output is generated there.
Any ideas on how i can fetch the whole xml document out as string?
srashid01 (BOB member since 2006-03-19)