on 2011 Jun 29 9:00 AM
Is it possible to call a runner service in HTML?
for example
}<input type="text" id="txtObjType" value="http://<server>:<port>XMII/Runner?Transaction=Folder/Untitled&Outputparameter=Out&Content-type=text/html" >
the transaction works, and in Browser the runner service works. I just wondering if one can call the runner service in HTML.
Request clarification before answering.
Have you tried this
<iframe id="txtObjType" value="http://<server>:<port>XMII/Runner?Transaction=Folder/Untitled&Outputparameter=Out" >
but transaction will return file in xml format.
you can place transaction in xacute query and apply stylesheets
or you can use ajax/javascript to call transaction.
Thanks
Anshul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This was also recently entered as a customer support ticket (June 29th)- the text/html output string from the transaction still shows up as xml, whereas in 12.0 it comes back as the intended html. I don't know the technical details of the problem, but it would appear that the mime type is still xml, instead of html.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.