Hi all
I developed 2 web service, each service connect with different AOS, I am using business connector, in dev enviroment this works fine, but when I publish the web service in a different server, for different AOS each service, one of them doesn't works and retrieve the next message,
Void Logon(BC_PROXY_ACCOUNT_INFO*, System.String, System.String, System.String, System.String)
so AOS_1 works and AOS_2 doesn't works.
in the code of the function I specified the credential and the aos instance to connect, both uses the same credentials.
In one moment the AOS_1 stoped, then the AOS_2 service begins to work.
The original configuration for the client where the service are installed was for the AOS_1.
for a test I configured the dev services to conect to AOS_1 and AOS_2 in dev server, where the BC client is configured for another dev enviroment. This way the both services works.
Then through the regedit change the original configuration for the BC client on the server where the services doesn't works
But the problem persists
If somebody could suggest me something I will appreciate
Regards
Jose Fuentes.