Vra

I have a console-app hosted workflow which runs fine on my PC, both under VS 2012 and as an EXE. It starts workflows in response to a Web Services call.

When deployed to another pc, the console app starts ok, doesn't error, and waits for a call to its Web Service. I can 'see' the endpoint.

If I then call that Web Service, the client doesn't error, neither does the console app, but the workflow doesn't start. Nothing is written to the Event Log either.

Any ideas what is going wrong? Thanks

Was dit nuttig?

Oplossing

My first check would be to make the console app display something when it receives the remote call so you can be sure the app really got the command.

Ander wenke

It seems that the Port Number was the culprit.

I now allow end-user to change this, just in case...

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top