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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:11:54+00:00 2026-06-15T09:11:54+00:00

I want to save data into sql server from eclips is there any solution?

  • 0

I want to save data into sql server from eclips is there any solution?
Is it possible with web service or json..
i have made one asp.net website and made web service for method…and cath that data into eclips by json…so now how to cath data from elips?

  • 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-06-15T09:11:55+00:00Added an answer on June 15, 2026 at 9:11 am

    I am used belove code for get data from asp.net SOAP webservice in android try this

     public static String SOAP_NAMESPACE = "http://myweb.com/";
    public static String SOAP_METHOD_GetQuestionAnswer = "GetQuestionAnswer";
    
    // GetQuestionAnswer Method
    public static String GetQuestionAnswer(String GameIDValue, String QuestionIDValue) {
        String responce = null; 
    
        SoapObject request = new SoapObject(SOAP_NAMESPACE, SOAP_METHOD_GetQuestionAnswer);
    
        PropertyInfo GameID = new PropertyInfo();
        PropertyInfo QuestionID = new PropertyInfo();
    
        GameID.setName("gameid");
        GameID.setValue(GameIDValue);
    
        QuestionID.setName("queid");
        QuestionID.setValue(QuestionIDValue);
    
        request.addProperty(GameID);
        request.addProperty(QuestionID);
    
        SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
        envelope.dotNet = true;
        envelope.setOutputSoapObject(request);
        HttpTransportSE aht = new HttpTransportSE(SOAP_URL);
        try {
            aht.call(SOAP_ACTION_GetQuestionAnswer, envelope);
            SoapPrimitive LoginResult;
            LoginResult = (SoapPrimitive)envelope.getResponse();
            System.out.println("=================GetQuestion Results: "+LoginResult);
            System.out.println(LoginResult.toString());
            responce = LoginResult.toString();
        } catch (IOException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        } catch (XmlPullParserException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
    
        return responce;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to save Image in Database with JSON web service .without image data
Possible Duplicate: Save my cookie data to MySQL database? I want save data into
I want to save the data from USB into the database sqlite3. Here is
I want to save some custom data into application configuration file and I need
I'm lost. I made a link List and I want to save data into
I want to input data into my table (sql 2008) using linq to sql:
I am using a SQL Server 2005/2008 Express database. Are there any problems with
How can I save a byte[] array into a SQL Server database? This byte[]
I want to use a variable-sized multi-dimensional array in my app to save data.
I want to save and load my xml data using XmlReader. But I don't

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.