Forum Discussion

vik_1's avatar
14 years ago

Script Webservice does not accept GUID as string

Hi,



I'm writing the test script for webservice and the wsdl file is attahced.



I get an erro when I call the method like this



1)

WebServices.DocMgmtDev.GetFile("46D3DFA414614D7791BC0446C11E3C85");


.DocMgmtDev.GetFile("46D3DFA414614D7791BC0446C11E3C85");



And the error says

"An exception occurred in the "ClientAPIDev" unit at line 138:

An error occurred while parsing a request of the web service. Invalid at the top level of the document."





I tried with hyphen in the GUID and without, but nothing worked.



Any suggestion?