Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > SOAP requests

Reply
Thread Tools

SOAP requests

 
 
Jay
Guest
Posts: n/a
 
      04-10-2007
Hi,

I would like to develop peice of code, which will send the SOAP
requests directly to the web services.

Which namespace or class in dotnet will enable me to post direct SOAP
requests to the web services server?

Thanks in advance for the help.

--Jay

 
Reply With Quote
 
 
 
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      04-11-2007
You could use ASP.NET Client side callbacks:
http://SteveOrr.net/articles/Ajax.aspx

Or perhaps the ASP.NET AJAX framework would be more to your liking:
http://SteveOrr.net/articles/ASPNETAjax.aspx
http://ajax.asp.net

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net



"Jay" <> wrote in message
news: ps.com...
> Hi,
>
> I would like to develop peice of code, which will send the SOAP
> requests directly to the web services.
>
> Which namespace or class in dotnet will enable me to post direct SOAP
> requests to the web services server?
>
> Thanks in advance for the help.
>
> --Jay
>


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      04-11-2007
in visual studio you add a web reference (give it the url of the web
service)and it generates the code. the webservice namespace is what you
want.

-- bruce (sqlwork.com)

Jay wrote:
> Hi,
>
> I would like to develop peice of code, which will send the SOAP
> requests directly to the web services.
>
> Which namespace or class in dotnet will enable me to post direct SOAP
> requests to the web services server?
>
> Thanks in advance for the help.
>
> --Jay
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
SOAP-requests? Ron Eggler HTML 6 01-05-2006 01:27 PM
SOAP finance requests? Robert M. Gary Java 11 11-14-2005 01:42 AM
web requests and mobile requests Fernando Arámburu ASP .Net 1 04-08-2005 07:13 PM
SOAP requests Chiara Popalopa XML 3 03-30-2005 02:42 PM
Best way to send SOAP requests from IE client pages - WebService HTC? Cory ASP .Net 2 02-20-2004 09:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57