I'm using GP's web services to display GP data in a .Net web app and I'm getting the above error. I used the msdn library https://msdn.microsoft.com/en-us/library/cc508508.aspxGetPurchaseOrderByKey Native example and got an unhandled exception error: Please contact your administrator. Digging further into the error this is what I have:
Instance validation error: '' is not a valid value for PurchasingTaxBasis.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderPurchaseOrder.Read37_PurchasingTaxBasis(String s)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderPurchaseOrder.Read38_NullableOfPurchasingTaxBasis(Boolean checkType)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderPurchaseOrder.Read69_PurchaseOrder(Boolean isNullable, Boolean checkType)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderPurchaseOrder.Read70_PurchaseOrder()
I'm new to GP and it's web service but I'm successfully able to use the web service to retrieve the Customer object.
*This post is locked for comments