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

  • Home
  • SEARCH
  • 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 6070299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:55:02+00:00 2026-05-23T09:55:02+00:00

I am trying to consume a web service by passing in a date time

  • 0

I am trying to consume a web service by passing in a date time however I am getting the following:

The string ‘5/19/2010 5:25:21 PM’ is not a valid AllXsd value.

Do I need to convert the string “5/19/2010 5:25:21 PM” to a meaningful object in objective C and if so how?

  • 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-23T09:55:03+00:00Added an answer on May 23, 2026 at 9:55 am

    I think you seem to be sending the date in the wrong format. You need to send this in 2008-02-16T18:13:00 format. You can get that using a date formatter using,

    NSDateFormatter * dateFormatter = [[[NSDateFormatter alloc] init] autorelease];
    [dateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss"];
    NSString * theDateString = [dateFormatter stringFromDate:[NSDate date]];
    
    NSLog(@"%@", theDateString); 
    

    Use this when you are building the request.

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

Sidebar

Related Questions

I'm trying to consume an IBM DataPower web service in WCF getting the following
I'm getting XSS errors when trying to consume a .NET web service and I'm
I'm trying to consume a SharePoint 2010 web service via Visual Studio 2010. I
I am trying to consume a .net web service, and get the following error
I am trying to consume the Exchange 2010 Web Service interface using JAX-WS. I'm
I'm trying to consume the following web service http://ipinfodb.com/ip_location_api.php this web service returns an
I'm trying to consume a SOAP web service, (from SharePoint 2010 if it makes
Getting an error while trying to consume a Restful web service using POST method(with
Im trying to consume a Java web-service, that uses a certificate. I could generate
I'm trying to use WCF to consume a web service provided by a third-party's

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.