Re: send soap message

From: Mark (mark_kurten_at_acordia.com)
Date: 01/27/05


Date: Thu, 27 Jan 2005 08:14:45 -0500

it is with .net framework...thank you..

i was reading that in framework 1.1 (i think) the http get and http put
functions are disabled by default.

what if the service i'm sending this to has this disabled? or would this
not be possible?

if i run a web service and click on one of the functions available, it lists
a sample soap request, http get request and http post request. what is this
page called and i guess the webservice generates this automatically?

reason i ask this is because below you mention HttpWebRequest. what if i
need to use the soap request and response? is that different?

thanks.

"Christoph Schittko [MVP]" <INVALIDEMAIL@austin.rr.com> wrote in message
news:%23wZPCqDBFHA.2876@TK2MSFTNGP12.phx.gbl...
> Mark,
>
> You didn't mention what framework you need to send the message with. Are
> you using .Net or the Soap toolkit.
>
> Be careful with the soap toolkit as Microsoft is officially retiring
> that toolkit in March.
>
> If you are developing your web service client in .Net then you can build
> the XmlDocument and post the content to the target web service with the
> HttpWebRequest class.
>
> Check out the Quickstart examples that are installed with the .Net
> framework for an example on how to POST data over Http.
>
> HTH,
> Christoph Schittko
> MVP XML
> http://weblogs.asp.net/cschittko
>
>
> > -----Original Message-----
> > From: mark kurten [mailto:markkurten@discussions.microsoft.com]
> > Posted At: Wednesday, January 26, 2005 9:03 PM
> > Posted To: microsoft.public.dotnet.xml
> > Conversation: send soap message
> > Subject: send soap message
> >
> > i have a requirement to send a soap message to a web service.
> >
> > i'm familiar with the soap toolkit using vb.
> >
> > i need to generate a xml document which i think i can do, but i don't
> know
> > how to send it to this service.
> >
> > i've accessed other web services in .net and usually there are
> functions i
> > can reference which do the processing and then return some result.
> >
> > however, i've been told that no functions are available and wsdl is
> not
> > used
> > (i'm not very familiar with this)
> > I'm suppose to just send this xml document (which has soap envelope,
> > header
> > and body info) to this service.
> >
> > can someone please point me in the right direction? i'm sort of in
> the
> > dark...thanks
> >
> > unfortunately, i don't have to many details about this service, i
> just
> > know
> > the elements i need to put in the xml doc.
>



Relevant Pages

  • Re: Consume web service using HTTP
    ... If you're calling the webservice through webpage's clientside script code, using the XML HTTP component as you mentioned should be ok. ... \par Subject: Re: Consume web service using HTTP ... \par set objXMLSend = Server.CreateObject ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: forms auth, authenticate against already encrypted password?
    ... concerned with file transfer over http so the encryption ... SSL is in fact not really a big overhead - at least not for bandwidth - you need more CPU cycle to do the encryption. ... client scenario, each web service is its own proxy object, and it has ... Logoutweb methods ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: an OO design question
    ... I see absolutely no reason to use a web service in this system. ... sending data to you over HTTP. ... I can see a strategy pattern for handling the upload to the third party ... > ascii spool report files are uploaded from various sources ...
    (microsoft.public.dotnet.general)
  • Re: Calling an ASMX web service (with WSE 2.0) using SoapClient proxy
    ... > TCP and HTTP channels, I created a class that derives from SoapClient. ... > It can call my TCP SoapService fine. ... > It can call my HTTP .asmx Web Service, but apparently, the SOAP body does ... The argument to my WebMethod is Nothing. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • ASP and WebServices
    ... I have created a Web Service using Delphi 6.0. ... without any problems from some other Delphi apps. ... I've been told that the SOAP Toolkit ... why is this WSDL Generator saying me that? ...
    (microsoft.public.inetserver.asp.general)