hi i'm trying to create a salesorder with WebServices, it's almost done but...
passing UnitPrice as parameter
precio = new MoneyAmount();
precio.Value = 100;
salesOrderLine.UnitPrice = precio;
we got an unhandled exception error
when we create the salesorder
if we comment all this code the order goes to GP without a problem
*This post is locked for comments