cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Runner in HTML

Former Member
0 Kudos
163

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

I have tried but does work either.

Yes, I need exactly the xml as one see in Browser when execute it in browser

Former Member
0 Kudos

sorry for the wrong code

please try

src in place of value

make sure you are using iframe

It is working for me

Thanks

Anshul

Edited by: Anshul Sahu on Jun 29, 2011 2:02 PM

Former Member
0 Kudos

thank you.

jcgood25
Active Contributor
0 Kudos

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.

Answers (0)