When I call the screen method, I get this error:
Unmarshalling Error: java.lang.IllegalArgumentException: Insufficient identifier components provided.
I have my group and user identifiers, but what is a sufficient identifier?
Here's my screening code that fails...
<soapenv:Body>
<scr:screen>
<screenRequest>
<assigneeIdentifier>203</assigneeIdentifier>
<customId1>?</customId1>
<customId2>?</customId2>
<groupIdentifier>4</groupIdentifier>
<name>Michael Bloomberg</name>
<nameType>INDIVIDUAL</nameType>
</screenRequest>
</scr:screen>
</soapenv:Body>