I am trying to develop an UCMA application with auto provisioning.
I have created necessary trusted pool, trusted application endpoint and added required certificate.
Replication was successful for my trusted pool.
Collaboration platform started successfully and endpoint got discovered.
Then I have called_appEndpoint.BeginEstablish(EndEndpointEstablish, _appEndpoint); when my endpoint got discovered.
Here I am stuck.
The callback EndEndpointEstablish is not being called at all.
I observed in "Endpoint_StateChanged" event that endpoint state is change from 'Idle' to 'Establishing' only. After this state is not at all changed.
I made firewall off in my machine.
But still EndEndpointEstablish is not called and there is no exception also.
Any help please?
Thanks
Sairam