Results 1 to 5 of 5

Thread: Parse error: Unexpected token '='

  1. #1
    Join Date
    May 2007
    Posts
    3

    Default Parse error: Unexpected token '='

    The following xml gives me parsing errors in .Net and SoapUI. The xml was generated with Spring WS RC-1. The error disappears when you remove everything after and including the '=' on line 4. It seems that the '="http://someurl.com/schemas"' might be an orphaned fragment maybe needing some preceding expression?

    Code:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       <soapenv:Header/>
       <soapenv:Body>
          <sch:FindAllWarnedRemovalsResponse ="http://someurl.com/schemas" xmlns:sch="http://someurl.com/schemas">
             <sch:WarnedRemovalelement>
                .........
             </sch:WarnedRemovalelement>
          </sch:FindAllWarnedRemovalsResponse>
       </soapenv:Body>
    </soapenv:Envelope>
    Please let me know if you need more information

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Could you upgrade to the latest Xalan and see if it's still there?
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    May 2007
    Posts
    3

    Default

    Ok, I will try that tomorrow and get back to you, thank you!

  4. #4
    Join Date
    May 2007
    Posts
    3

    Default

    I am allready using xalan 2.7.0

  5. #5
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    What versions are you using in general? Which app server? And are you using SAAJ or Axiom?
    Last edited by Arjen Poutsma; May 25th, 2007 at 03:10 AM.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •