RE: How to call web service from a http post




I understand how to consume a web service by registering it as a web
reference in my project, but how to use HTTP Post to call a web service? For
example I have a web service called TestService, and have a WebMethod called
TestMethod, it has a string type parameter A, anybody can explain a little
bit on how to call it from http post?

Thanks!

Jason



hi,

i also face same kind of problem. if you know anything relevant to http post and http get, can you share with me.

thanks
lakshmi


BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities
.



Relevant Pages

  • RE: Web service test page uses internal port
    ... HTTP GET or HTTP POST). ... Customize the Generated Web Service Test Page ... Microsoft MSDN Online Support Lead ... Web service test page uses internal port ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Does WSDL.exes protocol parameter actually allow http post?
    ... > wsdl.exe to create a web service proxy to use the http post protocol, ... > as though I had posted from a html page (as opposed to via the SOAP ... According to WSDL.exe documentation and the WSDL 1.1 spec, ...
    (microsoft.public.dotnet.framework.webservices)
  • problems with http post
    ... I am trying to invoke a web service from an ASP.net page using the WebRequest ... object to an HTTP post. ... objResponseSource = Nothing ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: POST without a Page
    ... If you still can't find a suitable answer, perheps you can try NUnit for ... I remembered there's a class that can be used for POSTing requests. ... >>> is expecting an HTTP POST. ... I guess if a web service can send a POST then ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: using http post to transfer Base64 data to a web service
    ... the input fields on the form to the same as the method parameters on the ... web service, change the form method to post, and the action to point to the ... name-value pairs using HTTP POST. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading