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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T11:09:05+00:00 2026-06-01T11:09:05+00:00

I have ksop request. what i knead to produce is <ns4:senddata> <connectionId xsi:type=xsd:string> asdfdsafdsfasdfdsa

  • 0

I have ksop request.
what i knead to produce is

<ns4:senddata>
        <connectionId xsi:type="xsd:string">
      asdfdsafdsfasdfdsa
        </connectionId> 
        <tws xsi:type="ns4:tws">
            <message xsi:type="xsd:string">
                this test message with a message id
            </message>
            <messageId>123</messageId>
            <num xsi:type="SOAP-ENC:Array" 
                     SOAP-ENC:arrayType="xsd:string[3]" 
                     SOAP-ENC:offset="[0]">
                <item xsi:type="xsd:string">977</item>
                <item xsi:type="xsd:string">496</item>
            </num>
        </tws>
    </ns4:senddata>

and what i get is

<senddata xmlns= WSDL_TARGET_NAMESPACE >
        <tws>
            <num>
                <item xsi:type="xsd:string">977</item>
                <item xsi:type="xsd:string">496</item>
            </num>
            <message i:type="d:string">
                this test message with a message id
            </message>
            <messageId>123</messageId>
        </tws>
        <connectionId xsi:type="d:string">
      asdfdsafdsfasdfdsa
        </connectionId> 
    </senddata>

as you see the connectionID is at the bottom not the top.

private class smsSendRequest extends AsyncTask<String, Void, String> {
@Override
protected String doInBackground(String... urls) {
String reSultstr = null;
for (String url : urls) {
   SoapObject request = new SoapObject(WSDL_TARGET_NAMESPACE, url);
   request.addProperty("connectionId", did);

         SoapObject tws= new SoapObject("", "tws2");
     tws.addProperty("message", "message contents");
     tws.addProperty("messageId", "123");

       SoapObject num= new SoapObject("SOAP-ENC:Array", "mobiles");
    num.addProperty("item", "496");
          num.addProperty("item", "977");
          tws.addSoapObject(num);
    request.addSoapObject(tws);

      SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
   envelope.dotNet = true;
   envelope.setOutputSoapObject(request);
   HttpTransportSE httpTransport = new HttpTransportSE(SOAP_ADDRESS);
    try {
        httpTransport.debug = true;
        httpTransport.call(SOAP_ACTION, envelope);
                    SoapObject response = (SoapObject)envelope.getResponse();
                    reSultstr = response.getProperty(0).toString();
        } 
    catch (Exception exception){
       reSultstr = exception.toString();
       }
    }
    return reSultstr;
   }

I am using Ksoap2 2.5.8
if i switch to 2.6.* it just fatal error before it sends the request.
can someone see what is wrong.
I have two other ksop request and all is fine but this one has the extra tws node and i belive the problem is that the ConnectionId kneads to come first.

  • 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-01T11:09:06+00:00Added an answer on June 1, 2026 at 11:09 am

    Ksoap issue.

    http://code.google.com/p/ksoap2-android/issues/detail?id=113

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

Sidebar

Related Questions

Have following kernel function: private static String programSource = __kernel void sampleKernel(__global float *Y,
have the following implementation $.ajax({ type: POST, url: /Member/SaveMember, data: $('form').serialize(), success: refreshGrid() how
Have a xml string, goal is to replace an xml element value to a
have an an array String classname[]={'a','b','c','d'}; ArrayAdapter<CharSequence> adapterClasses = new ArrayAdapter<CharSequence>( getApplicationContext(), R.layout.spinner_item_class, R.id.spinnerclasstxt,
Have an issue with jquery autocomplete, focus function After i type something in the
Have I understod the following right? font-family:sans-serif; Above will result in the default sans-serif
Have just started converting an existing job tracking system into an ASP.NET MVC application.
Have an option to choose either a windows SE or Web Edition to install,
Have 2 tables for example: In 1st: object & parent columns object | parent
have been playing with Cubepoints (wordpress plugin) and have installed the ranks module but

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.