Re: Instantiating a Crystal Report inside of a Web Service



Hey, John.

Well, my web service represents all of the business and data access logic for
the system. This keeps any Windows and/or web client applications strictly
focused on presentation logic.

My client uses a scheduling application (called 24 X 7) that is currently
calling a web method in the middle of the night to determine if there are any
records in the database that require a particular type of processing based on
the new date. That process works very nicely but the client is asking me to
send a detailed report via email to a series of folks when these records are
identified. I could create a hokey looking text email but I was hoping to
make the report to each a little more robust.

John Saunders wrote:
I have a batch process that runs in the middle of the night and I need to
send an email to managers when I find certain scenarios.
[quoted text clipped - 12 lines]

I am not attempting to display the report in a viewer.

Why do you want to do this from inside of a web service?

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-webservices/200810/1

.



Relevant Pages

  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... to set a client up to reference multiple Web ... the Web Service site would ... Your point about leaving the ASMX page as lean as possible and acting just ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... between my Web Service application and the client. ... public string SID; ... Web Service page, rather than to a dozen or so separate Web Service pages ... You can easily create a .ASMX file ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Still Need desperate help to start with ASP NET - simplified problems - HELP!!
    ... You could do it as a web service. ... The handler can draw on the webservice for information and db lookup. ... IE posts data AJAX to handler on web server ... featured application (say thick client) which does a lot of complicate ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: WSE 3.0, SoapReceiver and Kerberos encryption
    ... I have a machine we'll call 'Service' which exposes a web service called ... I have defined a WSE 3.0 policy that sets up Kerberos Security. ... I have a machine we'll call 'Client'. ... format when the "target Web service is created using a SoapReceiver ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: UsernameOverTransportSecurity+SSL Confusion, please help
    ... But when I go to my web service: ... I have under IIS settings for my WebService? ... I will have a private key on the server, and I will give the private key to ... The client will automatically get the public key and negotiate a key to ...
    (microsoft.public.dotnet.framework.webservices.enhancements)

Loading