Hey Dave
Using the sample code from http://imtheirwebguy.com/cforms-to-methodcrm-getting-dirty-with-soap/
I'm using the method API call "MethodAPIInsertV2" just like they are in the above example, but instead with the Method Consultant's fieldnames that was provided
(1) insert into Customer Table and
(2) Insert into Oppotunity Table
The Method Agent misspelled the Email field, which I found and fixed, and now I also get responses, which I can parse out and retrieve the response attribute and also the optional (if not error, RecordID attribute). If the response is NOT Success then I write out the error message, where we have noticed that even though sometimes the customer record is added, that the Oppurtinity Table comes back with an empty reply, instead of a Success or an Error.