/// <remarks/>
 public void CreateProfileTransactionWithXmlResponseAsync(CreateProfileTransactionRequestData request, object userState) {
     if ((this.CreateProfileTransactionWithXmlResponseOperationCompleted == null)) {
         this.CreateProfileTransactionWithXmlResponseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateProfileTransactionWithXmlResponseOperationCompleted);
     }
     this.InvokeAsync("CreateProfileTransactionWithXmlResponse", new object[] {
                 request}, this.CreateProfileTransactionWithXmlResponseOperationCompleted, userState);
 }
 public CreateProfileTransactionResponseData CreateProfileTransactionWithXmlResponse(CreateProfileTransactionRequestData request) {
     object[] results = this.Invoke("CreateProfileTransactionWithXmlResponse", new object[] {
                 request});
     return ((CreateProfileTransactionResponseData)(results[0]));
 }
 /// <remarks/>
 public void CreateProfileTransactionWithXmlResponseAsync(CreateProfileTransactionRequestData request) {
     this.CreateProfileTransactionWithXmlResponseAsync(request, null);
 }
 /// <remarks/>
 public void CreateProfileTransactionAsync(CreateProfileTransactionRequestData request) {
     this.CreateProfileTransactionAsync(request, null);
 }