java.lang.IllegalArgumentException: Argument is not an array
"Otto, Frank" <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I will get following error, if I call a function with soap:
Fault:[Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=java.lang.IllegalArgumentException: Argument is not an array] [faultActorURI=/dostreposoap/servlet/rpcrouter] [DetailEntries=
[(0)= [SOAPException: faultCode=SOAP-ENV:Server; msg=java.lang.IllegalArgumentException: Argument is not an array]
The function is: public CContactContainer retrieveContact(int contactref) throws DatastoreException
The CContactContainer class contains a java.util.Vector with CAddressContainer objects. I have a other function with similar definitions and it's okay, but by this function not.
I don't no why. Has someone an idea?
kind regards,
Frank