Focal Point
Interaction through .Net

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8501078331

June 17, 2005, 10:50 AM
<bhoons>
Interaction through .Net
Hi,
How can i interact with WebFOCUS using Asp.Net. I have to meke reports using these technologies.

Thanks
Prabhakar.
June 17, 2005, 03:35 PM
dhagen
Prabhakar,

What do you mean by interact? Develop or deploy or both.

The easiest answer for deployment is to use WebFOCUS web services enablement option to call webfocus reports from within your .Net application.
June 17, 2005, 03:48 PM
suzy_smith
Do you happen to know whether the "web services enablement option" is required to allow WebFOCUS to both:

1. vend reports to "elsewhere" and to
2. consume data prepared "elsewhere"?

Thanks. Suzy
June 17, 2005, 04:12 PM
dhagen
Suzy,

Web Service enablement is for publishing only. Consumption of WS is a separate license.
June 17, 2005, 04:22 PM
suzy_smith
Thanks.

So each is a separate charge-for license?

Suzy
June 17, 2005, 04:42 PM
dhagen
yep
June 20, 2005, 05:10 AM
<bhoons>
Hi,
I have to develope reports using .Net. How it is possible? tell me clear guide..

please...

Thanks.
June 20, 2005, 05:12 AM
<bhoons>
Hi,
I have to develope reports using .Net. How it is possible? tell me clear guide..

please...

Thanks.
June 20, 2005, 05:15 AM
<bhoons>
Hi,
I have to develope reports using .Net. How it is possible? tell me clear guide..

please...

Thanks.
June 20, 2005, 03:35 PM
dhagen
Prabhakar,

What exactly do you mean by "develop reports using .Net". Please give me scenerio or example!

Regards
June 20, 2005, 07:29 PM
<Nathan>
Prabhakar

This is what I did.

We used ASP.NET as front end to build
dynamic conditions of selections for
drill downs ( cycle , hierarchy etc. ).

These were passed as URL parameters to
respective report, designed to accept
and act on the parameters.

Hope this is what you were looking for.
June 21, 2005, 06:08 AM
<bhoons>
Hi Dhagn,
I have to make a aunch page using asp.net and pass the parameters through page to webFocus so as to make reports.

Thanks..
June 21, 2005, 02:41 PM
dhagen
Prabhakar,<br /><br />
You don't need web services to do what you want. You can build your .asp page
as per normal
for collecting parms,
but just change the a
ction of your FORM to the
webfocus servlet.
If you are not using WebFOCUS MRE,
then then f
orm would look something like this:
 <form action="/ibi_apps/WFServlet"     method="post"><br />
input type="hidden" 
name="IBIAPP_app" <br />       value="_WF_application_dir_name">
<input type="hidden"
name="IBIF_ex" value="_report to_execute">
<input type="text"
name="_parm_name"
value="_parm_value">
<input type="submit" value="Run">
</form>
For the above, only
the action and IBIF_ex are
required parameters.
If you are using MRE, then you
will have to refer to the
documentation for the required
parameters.
Hope this helps.

This message has been edited. Last edited by: <Mabel>,
July 06, 2005, 06:06 AM
<bhoons>
Hi nathan!
Sorry for the late reply. You got that. can you send me the code to implement that...

Thanking You,
July 06, 2005, 06:07 AM
<bhoons>
Hi nathan!
Sorry for the late reply. You got that. can you send me the code to implement that...

Thanking You,
July 06, 2005, 06:10 AM
<bhoons>
Hi nathan!
Sorry for the late reply. You got that. can you send me the code to implement that...

Thanking You,