Hello,
I have had a lot of success adding computers via the Cocoa SDK. I'm having some problems putting polices with it. I can get them with no problems. Perhaps someone here knows the answer? Here's how I'm sending the data.
[commClient putWithURL:JssAddr JSSUserName:JssUser JSSPassword:JssPass JSSPath:[NSString stringWithFormat:@"/JSSResource/policies/id/%@", policyID] JSSCommDelegate:self PUTData:[newPolicy XMLData]];
'newPolicy'(NSXMLDocument) is a modified version of a policy from another JSS of the same version. I'm just changing the ID to insert it onto the other server.
I get an error like: "The server has not found anything matching the request URI"
Thanks, Jason
