rajeshsprabhu 0 Newbie Poster

I am trying to use WSDL file (webservices) to push data in Oracle database through PHP,MySql. While pushing data there is restriction that only 20 records at a time can be pushed in Oracle. Hence I need to create multiple instances so that through one php program I will be able to create multiple sessions of 20 records each.

Can any one help me please!