You need to sign in to do that
Don't have an account?

error while using create call in API
hi all
i am trying to create contacts in sandbox using apex api.(using java code) the code works fine until it inserts 4680 contacts.
but later it throws a remote exception
the error occurs at this statement: saveResults = binding.create(sObjects)
the same java code works fine if i use another sandbox.
following is the error:
please suggest any solution to this.
thanks in advance.
regards,
Aasif
i am trying to create contacts in sandbox using apex api.(using java code) the code works fine until it inserts 4680 contacts.
but later it throws a remote exception
the error occurs at this statement: saveResults = binding.create(sObjects)
the same java code works fine if i use another sandbox.
following is the error:
nested exception is:
java.io.IOException: java.lang.IllegalArgumentException: The char '0x1b' after 'Bego' is not a valid XML characterplease suggest any solution to this.
thanks in advance.
regards,
Aasif
thanks Rick... that solved my problem