I follow @ONYX's steps to consume BSSV in .NET Visual Studio:
https://www.jdelist.com/vb4/showthread.php/42405-Consume-Business-Service-in-NET/page2
I can getAddressBook and lookupWorkOrders with success. But when I try getSalesOrder it throws an exception:
Error in deserializing body of reply message for operation 'getSalesOrder'.
There is an error in XML document (1, 5084).
Input string was not in a correct format.
getSalesOrder works in SoapUI but I notice that...
Read more
https://www.jdelist.com/vb4/showthread.php/42405-Consume-Business-Service-in-NET/page2
I can getAddressBook and lookupWorkOrders with success. But when I try getSalesOrder it throws an exception:
Error in deserializing body of reply message for operation 'getSalesOrder'.
There is an error in XML document (1, 5084).
Input string was not in a correct format.
getSalesOrder works in SoapUI but I notice that...
Read more