سلام و خسته نباشید
من از طریق باشگاه مشتریان خودمون میخواهیم یه هویت در پیام گستر ایجاد کنیم
از وب سرویس Iidentity استفاده کردیم ولی ارور زیر رو میدهد
<SaveOrganization>
<MethodParameters>
<SaveCrmObjectResult>
<CrmId>00000000-0000-0000-0000-000000000000</CrmId>
<Message>Object reference not set to an instance of an object.</Message>
<Success>False</Success>
</SaveCrmObjectResult>
</MethodParameters>
</SaveOrganization>
با سلام نمونه کد ها به زبان های متفاوت
هنوز کدی براش ننوشتم فقط با نرم افزار wcfstorm ارسال میکنم ارور میده
بنده هم همزمان تو همون wcfstorm و wcftestclient بررسی کردم و پاسخ گرفتم
منظورم از چک کردن ورودی هاتون اینه که نوع type مورد نظر و... دیگر دیتا هایی که باید ار اطلاعات موجود در سیستم شما مقدار دهی شوند
شما یک نمونه کد xml برای ما بزارید تا تست کنیم
<SaveIdentity>
<MethodParameters>
<username>admin</username>
<password>admin</password>
<identity actualtype="OrganizationInfo" basetype="IdentityInfo">
<BusinessType isNull="true" />
<EconomicCode isNull="true" />
<ManagerId isNull="true" />
<OwnershipType isNull="true" />
<Personnel isNull="true" />
<RegisterDate isNull="true" />
<RegisterNumber isNull="true" />
<ShareType isNull="true" />
<TradeType isNull="true" />
<Trademark isNull="true" />
<AddressContacts isNull="true" />
<Balance isNull="true" />
<Categories attr0="CategoryInfoArray" isNull="false">
<CategoryInfoArray0>
<Id isNull="true" />
<IdentityId isNull="true" />
<IsDeleted>False</IsDeleted>
<Key>zone0</Key>
<Name isNull="true" />
<Type isNull="true" />
</CategoryInfoArray0>
</Categories>
<Classification isNull="true" />
<ColorName isNull="true" />
<CustomerDate isNull="true" />
<CustomerNumber isNull="true" />
<DontEmail isNull="true" />
<DontFax isNull="true" />
<DontPhoneCall isNull="true" />
<DontSms isNull="true" />
<DontSocialSms isNull="true" />
<Emails isNull="true" />
<IdentityType>حقوقی</IdentityType>
<NickName>تست</NickName>
<OtherUsername isNull="true" />
<PhoneContacts isNull="true" />
<SaleUsername isNull="true" />
<SourceType isNull="true" />
<SupportUsername isNull="true" />
<Website isNull="true" />
<CreatDate>1/1/0001 12:00:00 AM</CreatDate>
<CrmId isNull="true" />
<CrmObjectTypeCode>organization</CrmObjectTypeCode>
<CrmObjectTypeId isNull="true" />
<CrmObjectTypeIndex>0</CrmObjectTypeIndex>
<CrmObjectTypeName isNull="true" />
<ExtendedProperties isNull="true" />
<ModifyDate>1/1/0001 12:00:00 AM</ModifyDate>
<ParentCrmObjectId isNull="true" />
<ProcessStateIndex isNull="true" />
<RefId isNull="true" />
<Stage isNull="true" />
<StageId isNull="true" />
<Tags isNull="true" />
</identity>
</MethodParameters>
</SaveIdentity>
شما در این کد داده ها وروردی مثل username password -crmobjecttypecode ,,,..... رو طبق تنظیمات سیستم خودتون تغییر بدید و اجرا کنید