ASP.NET 2.0 WebService call to RealTime JOB

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)

Referencing the message client from your .NET application or using Axis (Java) are probably your best options with the current release. You might like to take a look at this thread for the details. The message client installation can be a little flakey, so you might need manually register the dll yourself if you choose to use it. It’s not ideal, but it works.


GraemeSmith :switzerland: (BOB member since 2002-08-16)