![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am developing a .NET web service using Windows Server 2003 and IIS 6.0 which consumes customer information and then attempts to create a new customer account in an accounting application (i.e. QuickBooks). For unattended access to the accounting application, an exception for the application attempting to access the accounting application must be granted through the accounting application user interface the first time. I am able to activate this exception dialog box through a Windows application, however, calls to my web service results in an error, essentially telling me that I don't have the necessary exception, but not activating the exception dialog box in order to grant the exception. Once I have the exception, the web service can access the application without user intervention. |
#3
| |||
| |||
|
|
"David Lloyd" <DavidLloyd (AT) discussions (DOT) microsoft.com> wrote in message news:BE231BB7-EC55-4705-AE4B-94ED959F004C (AT) microsoft (DOT) com... I am developing a .NET web service using Windows Server 2003 and IIS 6.0 which consumes customer information and then attempts to create a new customer account in an accounting application (i.e. QuickBooks). For unattended access to the accounting application, an exception for the application attempting to access the accounting application must be granted through the accounting application user interface the first time. I am able to activate this exception dialog box through a Windows application, however, calls to my web service results in an error, essentially telling me that I don't have the necessary exception, but not activating the exception dialog box in order to grant the exception. Once I have the exception, the web service can access the application without user intervention. First, post the complete exception, don't just describe it. Surely it's possible that our answer would be different depending on which exact exception you received? Please post the result of ex.ToString() so that any InnerException chain is included. Second, where do you expect the dialog box to display? The web service does not have a display device associated with it. How were you planning on filling in the fields of the dialog box? There is no keyboard associated with the web service. Finally, you should really ask the QuickBooks developers this question, as this is probably not a generic "how do I run any Windows application from a web service" question, but rather "how do I run this particular QuickBooks command from a web service"? -- -------------------------------------------------------------------------------- John Saunders | MVP - Windows Server System - Connected System Developer |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |