Re: send soap message

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Christoph Schittko [MVP] (INVALIDEMAIL_at_austin.rr.com)
Date: 01/27/05


Date: Thu, 27 Jan 2005 00:36:28 -0600

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: Web Services and COBOL (Fairly long post, but I dont have time to write a proper article on it)
    ... Web Service is a great prerequisite for automated client-side code ... generation in the mainstream Java and .NET SOAP frameworks. ... $set Repository Update ... 000464 12 objSOAPClient OBJECT REFERENCE. ...
    (comp.lang.cobol)
  • RE: Web service issue
    ... We use XML serialization (from the .net ... If you need to populate fields with a default value and you're using SOAP, ... | Thread-Topic: Web service issue ... |> I've basically got an orchestration that is exposes a port as a web ...
    (microsoft.public.biztalk.general)
  • Re: Consuming Web Service without Web Reference
    ... Eventhough I extracted schema from WSDL iam not able to call the web service. ... calling a web service than creating an xml and pushing it to the SOAP adapter. ... still have to generate a proxy and configure it in your send port. ...
    (microsoft.public.biztalk.general)
  • Re: Writing a simple webservice
    ... Yes, SOAP is the successor to XML-RPC, and like XML-RPC it returns ... I'm saying if you want to invoke functions on a web service you ... Public Sub SaveProgrammer(programmer as Programmer) ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Consuming Web Service without Web Reference
    ... Eventhough I extracted schema from WSDL iam not able to call the web service. ... calling a web service than creating an xml and pushing it to the SOAP adapter. ... still have to generate a proxy and configure it in your send port. ... Initially I tried adding the Web reference using the WSDL file. ...
    (microsoft.public.biztalk.general)