barokzi
barokzi
There is a bug in SoapClient in that it does not send the authorized token when making the call. You can either add the header for the token or if...
@imartinflores. Unfortunately, the deserialization issue is still unsolved. However in your case, you need to add the authorized token header prior to calling SoapClient.Retrieve(), which is actually easier than what...
@GDU-SF Unfortunately, no I did not have a work-around. My use was read-only however, so I did not have the issue with creating (in the wrong folder), so my "work-around"...
Is there an equivalent for this in C#? I tried but in version 1.3 "ET_Client" is deprecated and ETClient object does not have an exposed "Get" method. Thanks.
Hi, like you noticed, I had this issue a while back. I did not really have a work around at retrieving the Category ID (folder id) for ETQueryDefinition objects, so...