Expand my Community achievements bar.

Soap error:There was a problem parsing the XML document

Avatar

Level 1

Hi All,

I m using Lifecycle designer ES2 .In tat i m accessing the web service to generate the xls report as xml and parsing it with in the form as per the code below

myURL

="http:....."; //URL of the webservice

Country

="Mexico";

FileName

="MEX.xml";

// Obtain the WSDL proxy object:

myProxy = SOAP.connect(myURL);

for ( i =500; i < 1000; i++)

{

t.value

= i;

t.text

= "Fetching records"+ (i + 1); //+ (i + 1);

if (t.cancelled) break;// break if operation cancelled

//... process the page ...

}

while Fetching the Records ..I m getting the soap error There was a problem parsing the XML document -- try setting

SOAP.wiredump to true in the console.

Please please help me ...

i m breaking my head ..

Thanks in advance,

Vidhya.

0 Replies