Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi:
My project involves the implementation of four Web services: Web portal, extranet, CRM and Billing, and the implementation of a WCF layer which need to call methods from these services.

For example, the method CreationCustomer () in WCF will call créationCustmerCRM() from CRM web service or CreationCustomerPortailWeb() from Web portal web service.
What I want is to have, when creating the customer, the choice between the creation of the customer from the CRM and its creation from the web portal.


does anyone have any idea ???????????:confused::confused::confused:
Posted

Presumably you have a customer object that has a method Add or Create. Why can't both services use the same object? Your customer object can then have a createdby property that you can set.
 
Share this answer
 
but what I did in the test to know that the creation is made by CRM or extranet or other services????
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900