Try to put your code under try and catch block to catch full fault error details for organization service may it will give you more pointers: try{ //use code here } catch(FaultException ex) { //check for details error}
↧