12-12-2008 09:32 PM
public function removeChild($childAssociation)
{
}
public function addAssociation($to, $associationType)
{
list($associationType) = $this->_session->namespaceMap->getFullNames(array($associationType));
$association = new Association($this, $to, $associationType);
$this->addedAssociations[$to->__toString()] = $association;
}
public function removeAssociation($association)
{
}
Combine this with cryptic SOAP error messages all over the place and that I can't get the simple method "addChild" to work at all for an important script I'm writing… = frustration. I've already put a lot of effort into using the PHP API successfully for several other projects, should I be considering re-coding them with perhaps the Java SDK which would hopefully be more robust?12-13-2008 07:54 PM
08-08-2011 10:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.