Question
How can I get custom object through Marketo SOAP API?
I am using classes got through wsdl
https://074-UIN-407.mktoapi.com/soap/mktows/2_1?WSDL
trying to get list of custom object however not able to get it. Tried using getCustomObjects(ParamsGetCustomObjects).
However ParamsGetCustomObjects takes parameter objTypeName, streamPosition, batchSize, customObjKeyList,
includeAttributes. Not able to get what to pass to this.
Or any other way by which I can display list of Custom Object.