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 6112113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:42:27+00:00 2026-05-23T14:42:27+00:00

hi everyone i am new to iphone development and started with some sample application.

  • 0

hi everyone i am new to iphone development and started with some sample application.

In sample application i am using webservices..i went through this tutorial http://code.google.com/p/wsdl2objc/wiki/UsageInstructions and understood about wsdl2objc..

but this tutorial is too short so can anyone suggest similar like tutorial or examples so tat is still more clear…

thank u

  • 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-23T14:42:27+00:00Added an answer on May 23, 2026 at 2:42 pm

    All depends on your web service class name etc as wsdl2objc makes up alot of your NSObjects and methods based upon this, however,
    suggesting that you are using soap 1.2 bindings and your web service was called ‘SimpleService’, the following would call a web method named ‘MobileTestService and return back the integer value from the xml generated.

    -(NSString *)returnThatStringFromWebServiceResult {
    
    
    SimpleServiceSoap12Binding * binding = [SimpleService SimpleServiceSoap12Binding];
    binding.logXMLInOut = YES; // shows all in the console log.
    SimpleService_concat * testParams = [[SimpleService_concat new]autorelease];
    testParams.s1 = someTextField.text; // parameters all become properties of this testParams object
    testParams.s2 = anotherTextField.text;
    SimpleServiceSoap12BindingResponse * response= [binding SimpleService_concatUsingParameters:testParams];
    [response self]; // removes compile error
    
    NSArray * responseBodyParts = response.bodyParts;
    NSError * responseError = response.error;
    
    if (responseError!=NULL) {
        return @"";  // if error from ws use [responeError code]; for http err code
    
    
    }
    
    for (id bodyPart in responseBodyParts)
    {
        if ([bodyPart isKindOfClass:[SimpleService_concat_Response class]]) 
        {
            SimpleService_concatResponse* body = (SimpleService_concatResponse*) bodyPart;
            return body.SimpleService_concatResult; // if you are returning a string from your WS then this value will be a string, 
    
        }
    
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hi everyone i am new to iphone development. Actually i am trying with some
hello everyone i am new bie in iphone development i want to connect to
i am noob and new in development iphone application so i want to create
Heloo everyone im new to android development and im developing an android application for
This is not a new topic, but I am curious how everyone is handling
thank you everyone for helping me out with this. i am new to ruby
Hey everyone, I'm basically new to programming. I've decided to try and get started
I everyone. I'm very new to Android development and I want to develop an
Hey everyone, I need to convert the following format into a new format using
Hey, everyone. I'm new to Java and I have 2D LinkedList like this: LinkedList<LinkedList<String>>

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.