| Marco Ganio Vecchiolino 2004-11-17, 7:47 am |
| I'm trying to make a draft of project, whit a few days available for put on
something that is clear and exiting for customer.
So i try to make a very simple orchestration: you get a file from FS, test a
promoted 'field' and write a new file with positive or negative response.
This work.
Now in my scenario i have to run same Orchestration, receiving from HTTP
and, hopefully, responding on SQL. I've start whith receving via HTML,
writing in a file as response (i will try to write on SQL later). I have
configured Logical port, created an application pool under IIS (win2003) with
correct permission, configurated pool as another actually working, installed
by BTS itself. I verify that was already configured the assembly in subject.
I made up a simple HTML page that POST the same XML was previously on FS for
Orchestration.
I have re-installed IsolatedHost a few, finally understand that 'Status
unavailable' in Administration Console is not an error-condition.
Now response after i click 'submit' is: "Service unavailable' as
HTTPResponse. It is the SAME response i receive clicking 'Browse' from the
related Application under IIS.
If i set BTSHTTPReceive.dll as ISAPI Filter for that application, i have
Service Unavailable page.
Else i have following message:
"HTTP Error 405 - The HTTP verb used to access this page is not allowed.
Internet Information Services (IIS)"
Now my few tricks are out, and i don't know a documentation-whole from which
extracts informations that i lack.
I just hope someone of you will help me.
Thanks,
M.G.V.
|