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.
10-19-2011 07:58 AM
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.
10-21-2011 01:23 PM