SOAP/XML Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Newbie19
    New Member
    • Jun 2007
    • 122

    #1

    SOAP/XML Error

    I'm not sure where I would put this, but this error is part of a software application I am making.

    I get the following error when I start this application (which is meant to pull data and allow the user to add or delete data too).

    Server was unable to process request. ---> Column 'SelectExpressi on' does not belong to table Table.

    (soap exception was unhandled)

    How do I fix an error like this? I've been reading books and running in and out of code to find errors, but everything checks out.

    thanks.
  • Newbie19
    New Member
    • Jun 2007
    • 122

    #2
    Originally posted by Newbie19
    I'm not sure where I would put this, but this error is part of a software application I am making.

    I get the following error when I start this application (which is meant to pull data and allow the user to add or delete data too).

    Server was unable to process request. ---> Column 'SelectExpressi on' does not belong to table Table.

    (soap exception was unhandled)

    How do I fix an error like this? I've been reading books and running in and out of code to find errors, but everything checks out.

    thanks.
    May have figured it out, the program I'm connecting to on the Web Server could be out of data and need an up date or a patch to correct the error. when I fix the issue, I'll post a solution for the future.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Heya, Newbie19.

      It looks like there is no `SelectExpressi on` in the table named `Table` in your database.

      Comment

      • Newbie19
        New Member
        • Jun 2007
        • 122

        #4
        Thats was my dev team was thinking about. Actually we are adding the table for select expression to the DB today, hopefully nothing crash :).

        Thanks for the help.

        Newbie 19.

        Comment

        Working...