I am trying to implement bulk import functionality through Java code.
After few research i found that this can be done through method called "ExecuteMultipleRequest" in .NET language.
I can find all other methods specified in .NET approach for this bulk import in java stubs generated for java (which i downloaded from the sample provided in Live msdn site) Except "ExecuteMultipleRequest".
Is there any other way i can do this operation in java code?