PC Review


Reply
Thread Tools Rate Thread

Creating SOAP manually

 
 
Bert Leu
Guest
Posts: n/a
 
      4th Jan 2008
Hi

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

Thaks a lot

Bert Leu


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      4th Jan 2008

<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
<soap:Body>
<!-- soap message goes here -->
</soap:Body>
</soap:Envelope>

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
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java client and .NET 2.0 ASP.NET Web Service: SOAP port uses anon-standard SOAP 1.2 binding uupi_duu@yahoo.com Microsoft C# .NET 0 22nd May 2009 02:10 PM
Java client and .NET 2.0 ASP.NET Web Service: SOAP port uses anon-standard SOAP 1.2 binding uupi_duu@yahoo.com Microsoft C# .NET 0 22nd May 2009 02:10 PM
How to make soap request and receive soap response from php soapservice Ivan S Microsoft ASP .NET 0 13th Aug 2008 04:35 PM
Creating databases manually? =?Utf-8?B?Q29keQ==?= Microsoft Access Getting Started 6 8th Feb 2007 04:38 PM
help MVP!! Creating a soap proxy from Schema AA Microsoft Dot NET 0 23rd Apr 2004 06:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:40 PM.