473,395 Members | 1,574 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Sending and Receiving SOAP messages

Hi,

I am creating a network application and want to use SOAP messages to
communicate between clients (I am not consuming a web service!!), does
anyone know of any good tutorials (or sample code) to allow my application
to send and recieve SOAP messages.

TIA
May 15 '06 #1
3 3591
TIA,

If you are going to code the client and the server (if your service
doesn't really fit into the profile of an HTTP hosting environment), then
the only option you have right now is to look at Windows Communication
Foundation. However, the technology isn't even in beta yet, so it will take
a little bit of work as the technology changes (although the days of massive
changes are going to be much less than before, where there was great
turnover).

If you can handle your service side being hosted in IIS and using Basic
HTTP profiles, then you can use Web Services in ASP.NET. If you can handle
the service side being hosted in IIS, and need the WS specs to be
implemented, then you can use the Web Service Enhancements/Extensions (I
can't remember which it is) from Microsoft.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Tony Clark" <To**@here.com> wrote in message
news:uz**************@TK2MSFTNGP02.phx.gbl...
Hi,

I am creating a network application and want to use SOAP messages to
communicate between clients (I am not consuming a web service!!), does
anyone know of any good tutorials (or sample code) to allow my application
to send and recieve SOAP messages.

TIA

May 15 '06 #2
Hope this helps,

I'm posting just to let you know that you made me laugh by responding to
the OP question ended by TIA (abbreviation for "thanks in advance") by
writing "TIA" as his name. Thanks for making my day better .-)

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:%2****************@TK2MSFTNGP03.phx.gbl...
TIA,

If you are going to code the client and the server (if your service
doesn't really fit into the profile of an HTTP hosting environment), then
the only option you have right now is to look at Windows Communication
Foundation. However, the technology isn't even in beta yet, so it will
take a little bit of work as the technology changes (although the days of
massive changes are going to be much less than before, where there was
great turnover).

If you can handle your service side being hosted in IIS and using Basic
HTTP profiles, then you can use Web Services in ASP.NET. If you can
handle the service side being hosted in IIS, and need the WS specs to be
implemented, then you can use the Web Service Enhancements/Extensions (I
can't remember which it is) from Microsoft.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Tony Clark" <To**@here.com> wrote in message
news:uz**************@TK2MSFTNGP02.phx.gbl...
Hi,

I am creating a network application and want to use SOAP messages to
communicate between clients (I am not consuming a web service!!), does
anyone know of any good tutorials (or sample code) to allow my
application to send and recieve SOAP messages.

TIA


May 15 '06 #3
haha, yeah, I didn't even think of that. It happens, sometimes you
assume the last thing in the email is the persons name or moniker.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Lebesgue" <le******@gmail.com> wrote in message
news:OA**************@TK2MSFTNGP03.phx.gbl...
Hope this helps,

I'm posting just to let you know that you made me laugh by responding
to the OP question ended by TIA (abbreviation for "thanks in advance") by
writing "TIA" as his name. Thanks for making my day better .-)

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote
in message news:%2****************@TK2MSFTNGP03.phx.gbl...
TIA,

If you are going to code the client and the server (if your service
doesn't really fit into the profile of an HTTP hosting environment), then
the only option you have right now is to look at Windows Communication
Foundation. However, the technology isn't even in beta yet, so it will
take a little bit of work as the technology changes (although the days of
massive changes are going to be much less than before, where there was
great turnover).

If you can handle your service side being hosted in IIS and using
Basic HTTP profiles, then you can use Web Services in ASP.NET. If you
can handle the service side being hosted in IIS, and need the WS specs to
be implemented, then you can use the Web Service Enhancements/Extensions
(I can't remember which it is) from Microsoft.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Tony Clark" <To**@here.com> wrote in message
news:uz**************@TK2MSFTNGP02.phx.gbl...
Hi,

I am creating a network application and want to use SOAP messages to
communicate between clients (I am not consuming a web service!!), does
anyone know of any good tutorials (or sample code) to allow my
application to send and recieve SOAP messages.

TIA



May 15 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Luc | last post by:
Hi, I am making an application that receives Asynchronous Soap messages over a TCP connection. As it stands right now, if two messages are close together, the receiver misses the second one, I...
1
by: Imran | last post by:
Hi, Please bear with me as I have only 1 weeks .NET experience. I am using VB.NET to write a stand-alone client application that connects to a Web service. I successfully send a request for a...
1
by: Clara Yeung | last post by:
I have captured some SOAP messages (using org.wsi.test.monitor.Monitor of the WSI test tool). When I try to analyze the messages with WSI test tool analyzer, the "message" artifact of the report...
3
by: parrot toes | last post by:
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the...
1
by: bill | last post by:
I know I can use SOAPExtension to read request and response SOAP messages on the server side for a Web Method. Is there a way to do the same thing on the client side when you make a Web Service...
1
by: Julio Delgado | last post by:
Hi, Again sorry for my ignorance first time interfacing to a remote server that is not a web service but it uses SOAP protocol to talk through a particular TCP port. I need to develop a VB.NET...
0
by: maraujo | last post by:
Hi, I have built a customized soap extension in order to log soap messages in client side. Is it possible? On every webservice call, I want to log all soap messages in client side (c:\log.txt...
4
by: GR | last post by:
Hi, I've got a soap message as a string and would like to post it to a webservice (in C#) asynchronously: For example something like: string soap = "<soap:Envelope...
3
by: ZAAN | last post by:
Hi, I'm developing an application in PHP5, which interacts with another system written in Delphi (of another company). I've prepared the Web Service - WSDL, Client and Server (only stub) side....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.