Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4588260
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:53:50+00:00 2026-05-21T21:53:50+00:00

I am using http://www.sudzc.com/ to access SOAP Web Services in my iPhone application. I

  • 0

I am using http://www.sudzc.com/ to access SOAP Web Services in my iPhone application. I have a method in ASP.NET that takes a string and returns a string (facebook access token to be exact).

This string is the following:

iOCCeM4WGIwBlDxECRFr4AfIEsW598Z4sYjk2uMxsyo.eyJpdiI6IkZPQlN1YWlGNXY0aWs3SmFMWFUwcVEifQ.ITh3ZBGrbgU8DsYWz6d-S4Q1iNlQ8DwKGZB6RZvOkTUpa0VmW7qFS6MO1tkauHoJMFrOlwSrvVuMEO_SQTh8xtR2d0219PPSshiYBHYkjsokSYTuyIaSclVIrL2vh7xH

Every now and then I get an error like the following in my application and I’m not quite sure why. The actual string is a nvarchar(255) field within my database.

This error does not happen all the time. But it has happened quite a few times.

Any help would be greatly appreciated as to how I can fix this issue.

Thanks in advance.

Entity: line 20: parser error : AttValue: " or ' expected
            <span><H1>Server Error in '/' Application.<hr width=100% size=1 colo
                                                                ^
Entity: line 20: parser error : attributes construct error
            <span><H1>Server Error in '/' Application.<hr width=100% size=1 colo
                                                                ^
Entity: line 20: parser error : Couldn't find end of Start Tag hr line 20
            <span><H1>Server Error in '/' Application.<hr width=100% size=1 colo
                                                                ^
Entity: line 31: parser error : AttValue: " or ' expected
            <table width=100% bgcolor="#ffffcc">
                         ^
Entity: line 31: parser error : attributes construct error
            <table width=100% bgcolor="#ffffcc">
                         ^
Entity: line 31: parser error : Couldn't find end of Start Tag table line 31
            <table width=100% bgcolor="#ffffcc">
                         ^
Entity: line 46: parser error : Opening and ending tag mismatch: br line 29 and table
            </table>
                    ^
Entity: line 52: parser error : AttValue: " or ' expected
            <table width=100% bgcolor="#ffffcc">
                         ^
Entity: line 52: parser error : attributes construct error
            <table width=100% bgcolor="#ffffcc">
                         ^
Entity: line 52: parser error : Couldn't find end of Start Tag table line 52
            <table width=100% bgcolor="#ffffcc">
                         ^
Entity: line 67: parser error : Opening and ending tag mismatch: br line 50 and table
            </table>
                    ^
Entity: line 71: parser error : Opening and ending tag mismatch: br line 69 and body
    </body>
           ^
Entity: line 72: parser error : Opening and ending tag mismatch: br line 50 and html
</html>
       ^
Entity: line 73: parser error : Premature end of data in tag br line 48

^
Entity: line 73: parser error : Premature end of data in tag br line 29

^
Entity: line 73: parser error : Premature end of data in tag br line 27

^
Entity: line 73: parser error : Premature end of data in tag br line 27

^
Entity: line 73: parser error : Premature end of data in tag font line 24

^
Entity: line 73: parser error : Premature end of data in tag body line 18

^
Entity: line 73: parser error : Premature end of data in tag html line 1

^
2011-05-06 16:15:55.939 MyProject[9206:707] -[NSError AccessToken]: unrecognized selector sent to instance 0x4b87a10
2011-05-06 16:15:56.040 MyProject[9206:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSError AccessToken]: unrecognized selector sent to instance 0x4b87a10'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x3237064f __exceptionPreprocess + 114
    1   libobjc.A.dylib                     0x365b3c5d objc_exception_throw + 24
    2   CoreFoundation                      0x323741bf -[NSObject(NSObject) doesNotRecognizeSelector:] + 102
    3   CoreFoundation                      0x32373649 ___forwarding___ + 508
    4   CoreFoundation                      0x322ea180 _CF_forwarding_prep_0 + 48
    5   MyProject                           0x000093ab -[MyAccountVC handlerGetUserByAccessToken:] + 46
    6   CoreFoundation                      0x322ddf03 -[NSObject(NSObject) performSelector:withObject:] + 22
    7   MyProject                           0x00026309 -[SoapRequest handleError:] + 148
    8   MyProject                           0x00026737 -[SoapRequest connectionDidFinishLoading:] + 254
    9   Foundation                          0x31f4a2f5 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 68
    10  Foundation                          0x31f4a277 _NSURLConnectionDidFinishLoading + 78
    11  CFNetwork                           0x35e71411 _ZN19URLConnectionClient23_clientDidFinishLoadingEPNS_26ClientConnectionEventQueueE + 136
    12  CFNetwork                           0x35e65f49 _ZN19URLConnectionClient26ClientConnectionEventQueue33processAllEventsAndConsumePayloadEP20XConnectionEventInfoI12XClientEvent18XClientEventParamsEl + 100
    13  CFNetwork                           0x35e65e3b _ZN19URLConnectionClient13processEventsEv + 70
    14  CFNetwork                           0x35e65ded _ZN13URLConnection24multiplexerClientPerformEP18RunLoopMultiplexer + 36
    15  CFNetwork                           0x35e65d5f _ZN17MultiplexerSource7performEv + 126
    16  CFNetwork                           0x35e65cdd _ZN17MultiplexerSource8_performEPv + 8
    17  CoreFoundation                      0x32347a79 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12
    18  CoreFoundation                      0x3234975f __CFRunLoopDoSources0 + 382
    19  CoreFoundation                      0x3234a4eb __CFRunLoopRun + 230
    20  CoreFoundation                      0x322daec3 CFRunLoopRunSpecific + 230
    21  CoreFoundation                      0x322dadcb CFRunLoopRunInMode + 58
    22  GraphicsServices                    0x3058241f GSEventRunModal + 114
    23  GraphicsServices                    0x305824cb GSEventRun + 62
    24  UIKit                               0x35550d69 -[UIApplication _run] + 404
    25  UIKit                               0x3554e807 UIApplicationMain + 670
    26  MyProject                           0x00003f73 main + 70
    27  MyProject                           0x00003f28 start + 40
)
terminate called after throwing an instance of 'NSException'
Program received signal:  “SIGABRT”.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T21:53:50+00:00Added an answer on May 21, 2026 at 9:53 pm

    Looks like my web service is down and I’m simply not handling it properly in Objective-C. Hence why it’s returning HTML (ASP.NET error page) instead of the string.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using http://urlrewriter.net/ to rewrite urls at my website. For example, I'm rewriting: http://www.example.com/schedule.aspx?state=ca
I'm using the .NET TWAIN code from http://www.codeproject.com/KB/dotnet/twaindotnet.aspx?msg=1007385#xx1007385xx in my application. When I try
I'm using a COM object that has a function called GetImage. http://www.pdf-tools.com/asp/products.asp?name=P2IA When I
In my application i want to get the weather report I'm using http://www.google.com/ig/api?weather= for
I am trying to parse JSON in an Adobe Flex app, using http://www.mikechambers.com/blog/2006/03/28/tutorial-using-json-with-flex-2-and-actionscript-3/'>This Tutorial
I'm looking at using CompositeWPF ( http://www.codeplex.com/CompositeWPF ) - aka Prism, to build an
I've been using ISAPI_Rewrite from Helicon ( http://www.helicontech.com/isapi_rewrite/ ) on a Server 2003 box
Say I want to get the HTML of http://www.google.com as a String using some
Is there a way of getting the websites absolute URL ( http://www.domain.com/ ) using
Using http://www.cppreference.com/wiki/stl/deque/insert as a reference, I was inserting values into a deque at certain

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.