Results 1 to 4 of 4

Thread: Required white space is missing

  1. #1
    Join Date
    Feb 2009
    Posts
    63

    Required white space is missing

    Whenever I open any xml document with my web browser i.e Internet Explorer, I receive the following error message - "Required white space was missing. Error processing resource file...." and the resource file is located in the C drive where I have kept all my program files. Can anybody please help me......how can I resolve this error ?

  2. #2
    Join Date
    May 2008
    Posts
    2,792

    Re: Required white space is missing

    An XML literal has been specified without a required separator space. An example of a required separator space is the space between the subsequent attributes in an XML element literal.

    In order to correct this error, I would suggest you to add the required space separator.....all the best

  3. #3
    Join Date
    Apr 2008
    Posts
    2,572

    Re: Required white space is missing

    Look, in your case the xml document appears like the following -

    <?xml version="1.0"?>
    <downloads>
    <products>

    </products>
    </downloads>

    whereas the correct format is the following below with the space before ? -

    <?xml version="1.0" ?>
    <downloads>
    <products>

    </products>
    </downloads>

  4. #4
    Join Date
    May 2008
    Posts
    2,134

    Re: Required white space is missing

    I was also having the same problem while opening the web pages. However, I found the fault and corrected it. Actually, I didn't specify the correct endpoint URL in my WSDL......due of this, whenever the client tried to consume my webservice, the application server used to throw the default HTML page.....

Similar Threads

  1. Required disk space for ubuntu dual boot
    By Trini Alvarado in forum Operating Systems
    Replies: 4
    Last Post: 24-03-2010, 01:20 PM
  2. White space in vi editor
    By NetworkeR in forum Windows Software
    Replies: 5
    Last Post: 12-12-2009, 08:30 AM
  3. Amount of disc space required by Windows 7
    By Samendra in forum Operating Systems
    Replies: 3
    Last Post: 04-12-2009, 05:40 PM
  4. How to use white space property for CSS to No Wrap
    By Pratyush in forum Software Development
    Replies: 3
    Last Post: 07-08-2009, 03:42 PM
  5. How much HD space is required for Win 7 Beta?
    By Aberto in forum Operating Systems
    Replies: 3
    Last Post: 10-03-2009, 08:49 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,403,716.56506 seconds with 16 queries