Creating SOAP manually

Creating SOAP manually

am 04.01.2008 22:45:57 von Bert Leu

Hi

can somebody tell me, if I can create a SOAP-Envelope manually(!) in a
"simple" manner ? (VB.NET)

Thaks a lot

Bert Leu

RE: Creating SOAP manually

am 05.01.2008 00:20:00 von brucebarker


xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding" >





you will need to look at the wsdl to know the format of the message

-- bruce (sqlwork.com)


"Bert Leu" wrote:

> Hi
>
> can somebody tell me, if I can create a SOAP-Envelope manually(!) in a
> "simple" manner ? (VB.NET)
>
> Thaks a lot
>
> Bert Leu
>
>
>