cancel
Showing results for 
Search instead for 
Did you mean: 

CIM C# responses with XML.

I am integrating CIM inyo .NET using the compiled authorizenet.dll and am having a  bear of time capturing the response. 

I create "createCustomerProfileRequest" w/o issues and and send the request using the httpxmlUtility.  This creates customer on authorize but I cannot capture a response to the profileId or any other "responses".  I am feeling very dim on this.

glerler
Contributor
1 REPLY 1

Using the SDK, a CIM customer can be created directly with the CreateCustomer method.  This method returns a Customer object which includes ProfileID property.  There is no need to use the httpxmlUtility directly for the vast majority of API Requests when using the SDK.

Trevor
Administrator Administrator
Administrator