Skip to main content
Inspiring
April 26, 2012
Answered

What is this error Premature end of file cfsharepoint

  • April 26, 2012
  • 1 reply
  • 1804 views

Hello,

All of a sudden I am getting the below error from one of my applications. This error happens on CfsharePoint call to create a folder.

coldfusion.xml.rpc.ServiceProxy$ServiceInvocationException: Cannot perform web service invocation createfolder

"faultString: org.xml.sax.SAXParseException: Premature end of file"

<cfsharepoint action="createdwsfolder"

login="#xxxxxxxxx#"

name="Createfldr"

params="#{url="#xxxxxxxx#"}#"/>

    This topic has been closed for replies.
    Correct answer umuayo

    Thanks... The problem is resolved. The SharePoint Server Basic Authentication was turned off. Turning it ON resolved the issue

    1 reply

    BKBK
    Community Expert
    Community Expert
    April 28, 2012

    Often, the SAXParseException is only a consequence. The parser expects to read an XML, but no XML is passed to it. The main problem is why the service invocation fails. Could you show us all of the stacktrace?

    umuayoAuthorCorrect answer
    Inspiring
    April 28, 2012

    Thanks... The problem is resolved. The SharePoint Server Basic Authentication was turned off. Turning it ON resolved the issue