Hello ..
my reference is next article alling the CustCustomerService
first i create inbound port that contained CustCustomerServices.Create
next i selected the data policies and active it
next create c# app and point the services reference to the my services as next code
private void updateNewCustomers(object sender, EventArgs e)
{
using (SBCustomerRef.CustomerServiceClient custClient = new SBCustomerRef.CustomerServiceClient())
{
var context = new SBCustomerRef.CallContext() { Company = "egc" };
var customers = new SBCustomerRef.axd
{
}
but i didn't found the AxdCustomer
any herlp
*This post is locked for comments