function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BlueteeBluetee 

Content is not allowed in prolog Exception

Hello,
 
we are using Axis 1.4 to parse the wsdl but got the following exception:
 
Error on line 1 of document  : Content is not allowed in prolog. Nested exception: Content is not allowed in prolog.
 
The wsdl we are using was generated from sfdc and without any modification. We looked up the Internet, but got no good resolutions. Would you please give us any clue?
Rajesh kumar 570Rajesh kumar 570
This type of error comes when you put un-relevant content on visualforce page. Like i had put controller code on visualforcepage and got this error.