11-28-2016, 10:11 PM
I trust you are looking at our adaption of this project:
https://github.com/tsolucio/coreBOSMYCCP
which has some enhancements, fixes and support for corebos WS. I also have a SalesOrder module if you are interseted.
vtigerservice uses SOAP, that was a technology used ages ago and that is now obsolete, you shouldn't use that but the guys at MyC decided to do it that way. You should use webservice.
Invoke is exactly that, you can create your own methods and call them with the generic doInvoke method:
https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/470_convertLead.php
keep asking....
https://github.com/tsolucio/coreBOSMYCCP
which has some enhancements, fixes and support for corebos WS. I also have a SalesOrder module if you are interseted.
vtigerservice uses SOAP, that was a technology used ages ago and that is now obsolete, you shouldn't use that but the guys at MyC decided to do it that way. You should use webservice.
Invoke is exactly that, you can create your own methods and call them with the generic doInvoke method:
https://github.com/tsolucio/coreBOSwsDevelopment/blob/master/testcode/470_convertLead.php
keep asking....
Joe
TSolucio
TSolucio