Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run a Report with Parameters via SOAP - URGENT

Status
Not open for further replies.

MaBarbie

Programmer
Apr 14, 2003
5
US
I am using C# and the included Actuate WSDL to execute reports. However so far I have only been able to run reports that have preconfigured parameters. How can I let the user specify the values of the available parameters at run time?

I have set:

localhost.ParameterValue l_params = new localhost.ParameterValue();

l_req.Item1 = l_params;

l_req.Item1ElementName = localhost.Item1ChoiceType17.ParameterValues;

no idea what else to do. Any help would be greatly appreciated.

Matt
 
Hi Matt:

I am making a SOAP Call from my java application to active portal.. I can help you in making a Soap Call and creating a Soap request using XML Schemas/Soap Envelopes. Will that solve your problem.

I don't know .net or C#.. But i think the implementation will be same!!!

Thanks

Arun kannan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top