• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

What is this error Premature end of file cfsharepoint

Contributor ,
Apr 26, 2012 Apr 26, 2012

Copy link to clipboard

Copied

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#"}#"/>

Views

1.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Apr 28, 2012 Apr 28, 2012

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

Votes

Translate

Translate
Community Expert ,
Apr 28, 2012 Apr 28, 2012

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Apr 28, 2012 Apr 28, 2012

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation