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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:33:20+00:00 2026-06-10T08:33:20+00:00

I use asmx web service for android client application. I need soap_action, method_name, namespace

  • 0

I use asmx web service for android client application. I need soap_action, method_name, namespace and url for sample SOAP 1.1 request that written below. How can i bring out these parameters for any webservice request? The point i want to learn where these parameters come from. (ex: method_name=”GetKullaniciBilgileri” it comes from after body tag)

POST /WebSite1/WebService.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://kodmerkezi.net/HelloThere"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <HelloThere xmlns="http://kodmerkezi.net">
      <name>string</name>
    </HelloThere>
  </soap:Body>
</soap:Envelope>

and i run these service as

http://localhost:56053/WebSite1/WebService.asmx?op=HelloThere
  • 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-10T08:33:21+00:00Added an answer on June 10, 2026 at 8:33 am

    Namespace = "http://kodmerkezi.net"

    SOAP_Method = "HelloThere"

    SOAP_Action = "http://kodmerkezi.net/HelloThere"

    URL = "http://localhost:56053/WebSite1/WebService.asmx"

    It is actually easy to extract these fields if you have the WSDL.

    SOAPAction is already mentioned in the WSDL and hence you can use it from there.

    SOAPAction = Namespace + MethodName

    Hence, form the SOAPAction, use the first part (the part with the http://…) as the namespace and the second part as the SOAPMethod.

    Also, MethodName comes after the Body tag which is then followed by the namespace.

    eg. <soap:Body>
    <MethodName xmlns="namespace">
    

    You can get these two from here and then use SOAP_Action = Namespace + MethodName to get the SOAPAction.

    Lastly, the URL refers to the URL of the *.asmx file from where you are running the service.

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

Sidebar

Related Questions

How can we use OCR web service in android application I have use this
I need to use the web services available by adding /_vti_bin/webs.asmx to your site
I need to upgrade our web services to use WCF instead of ASMX. If
I'm trying to use a Web Service using PHP and SOAP. The Web Service
I'm trying to use the official jQuery autocomplete plugin with an ASMX web service
Rather than using a Handler(.ashx), is it possible to use a web service(.asmx) to
I created a web service http://service.mydomain.com/MobileService.asmx I created a Windows mobile application I added
I've created a Web Service that I need to use in my .ascx page.
When I use the Search.asmx web service it won't allow me to search MetaData.
I have .net Web Service and I want to use it on android. This

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.