Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. Server Error in '/PinWeb' Application.
  2. The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 188 bytes of the response were: '<html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: 7429216107751003391</body></html>'.
  3. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  4.  
  5. Exception Details: System.ServiceModel.ProtocolException: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 188 bytes of the response were: '<html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: 7429216107751003391</body></html>'.
  6.  
  7. Source Error:
  8.  
  9.  
  10. Line 113:
  11. Line 114:
  12. Line 115: result = this.CardHolderContext.Purchase.PurchaseCode(creditInfo, amt, invoice);
  13. Line 116:
  14. Line 117: }
  15.  
  16.  
  17. Source File: c:\inetpub\websites\GIPinMate.com\PinWeb\AddValue.aspx.cs Line: 115
  18.  
  19. Stack Trace:
  20.  
  21.  
  22. [ProtocolException: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 188 bytes of the response were: '<html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: 7429216107751003391</body></html>'.]
  23. System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +14493634
  24. System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +388
  25. GI.PinMate.DB.Global.Transport.GlobalPaymentsSoap.ProcessCreditCard(String GlobalUserName, String GlobalPassword, String TransType, String CardNum, String ExpDate, String MagData, String NameOnCard, String Amount, String InvNum, String PNRef, String Zip, String Street, String CVNum, String ExtData) +0
  26. GI.PinMate.DB.Global.Transport.GlobalPaymentsSoapClient.ProcessCreditCard(String GlobalUserName, String GlobalPassword, String TransType, String CardNum, String ExpDate, String MagData, String NameOnCard, String Amount, String InvNum, String PNRef, String Zip, String Street, String CVNum, String ExtData) in c:\Ken\Code\PinWeb\PinMateDB\Service References\Global.Transport\Reference.cs:414
  27. GI.PinMate.DB.GlobalCreditProvider.CreditSale(CreditCardInfo creditInfo, Decimal amount, Int32 invoiceNumber) in c:\Ken\Code\PinWeb\PinMateDB\CreditProvider.cs:191
  28. GI.PinMate.DB.PurchaseContext.PurchaseCode(CreditCardInfo creditInfo, Decimal amount, Int32 invoiceID) in c:\Ken\Code\PinWeb\PinMateDB\PurchaseContext.cs:267
  29. AddValue.btnPurchase_Click(Object sender, EventArgs e) in c:\inetpub\websites\GIPinMate.com\PinWeb\AddValue.aspx.cs:115
  30. System.Web.UI.WebControls.Button.OnClick(EventArgs e) +11828965
  31. System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +150
  32. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1735
  33.  
  34.  
  35. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1649.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement