Hi, I use some .NET dll to link my VFP applications to Web Services. it's works fine with standardss parameters, but not when I try to call a method with an object as parameter. Sample = create a custon object named myCustomer, add properties firstname, lastname, and call a dll with customer...