Hi Guys,
We've already e-mailed support about this, but I thought I'd post here since we're running behind schedule and hope there might be some users here who are familiar with the webservice. Basically, we're writing a tool that will let us add application items (specifically, task items) to daptiv through our own API. But we're having some problems interacting with the daptiv web service. Basically, the response is always "Title is required for new AppItems".
Here's what the request/response looks like: http://jonathanr.pastebin.com/m3f6a7186
We can't see how the SOAP request that we're producing differs from what's expected by the webservice as defined here: http://na01.daptiv.com/service/businessServices/default.asmx?op=AddApplicationItem We've attempted changing the nesting/layout of elements, etc but that
results in "Object reference is not an instance of an object" , which
we're assuming is a backwards step and indicative of a malformed soap
request.
We're working on Linux with PHP, so using the business toolkit is out of the question, although we have had a look to compare how we might be doing things wrong, with no success.
Any thoughts or ideas from experience with the webservice would be welcome.
Another, less urgent problem is that queryfilter is failing on this request: http://jonathanr.pastebin.com/m5688c918 and we cannot see why.
Regards,
Jonathan Roscoe