I am trying to implement bulk import functionality through Java code using SOAP WS.
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 in stubs generated for java (which i downloaded from the sample provided in Live msdn site) Except for "ExecuteMultipleRequest".
Have tried many others methods available in java stubs specified with no luck.
Is there any other way i can do this operation in java code?