472,973 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Reliable messaging

If I build a web services today with VS 2005 does it support reliable
messaging?
If I use WSE 3.0 will it support reliable messaging?
If I don’t have reliable messaging can I make a web method call that does
not reach the web service?
If so, what does the call do? Timeout, hang?

thanks
Jun 28 '06 #1
4 1529
Please elaborate on your definition of reliable messaging.

"John Grant" wrote:
If I build a web services today with VS 2005 does it support reliable
messaging?
If I use WSE 3.0 will it support reliable messaging?
If I don’t have reliable messaging can I make a web method call that does
not reach the web service?
If so, what does the call do? Timeout, hang?

thanks
Jul 12 '06 #2
http://www-128.ibm.com/developerwork...ry/ws-rmpaper/

When I make a web service call from the caller I want to know if the service
has executed or not.

"Chris Fink" wrote:
Please elaborate on your definition of reliable messaging.

"John Grant" wrote:
If I build a web services today with VS 2005 does it support reliable
messaging?
If I use WSE 3.0 will it support reliable messaging?
If I don’t have reliable messaging can I make a web method call that does
not reach the web service?
If so, what does the call do? Timeout, hang?

thanks
Jul 12 '06 #3
I am not aware of anything that exists currently in any of the .NET
Frameworks or WSE3. Following is a link that I found

http://msdn.microsoft.com/webservice...mspecindex.asp

"John Grant" wrote:
http://www-128.ibm.com/developerwork...ry/ws-rmpaper/

When I make a web service call from the caller I want to know if the service
has executed or not.

"Chris Fink" wrote:
Please elaborate on your definition of reliable messaging.

"John Grant" wrote:
If I build a web services today with VS 2005 does it support reliable
messaging?
If I use WSE 3.0 will it support reliable messaging?
If I don’t have reliable messaging can I make a web method call that does
not reach the web service?
If so, what does the call do? Timeout, hang?
>
thanks
Jul 12 '06 #4
I am almost convinced that if you create a web method to save an order and
you return the order number. If you call this method enough times you will
find that some orders did not get sent. The web method call will timeout.
At that point you can decide to re-send the orders. If you do, in some cases
you will have duplicate orders. If you do not use WS-RM you will need to
implement WS-R in your web method, by passing in a unique key and preventing
your web method from duplicating the order. If the client sends the same
order more than once you simply return the already assigned order number.

"Chris Fink" wrote:
I am not aware of anything that exists currently in any of the .NET
Frameworks or WSE3. Following is a link that I found

http://msdn.microsoft.com/webservice...mspecindex.asp

"John Grant" wrote:
http://www-128.ibm.com/developerwork...ry/ws-rmpaper/

When I make a web service call from the caller I want to know if the service
has executed or not.

"Chris Fink" wrote:
Please elaborate on your definition of reliable messaging.
>
"John Grant" wrote:
>
If I build a web services today with VS 2005 does it support reliable
messaging?
If I use WSE 3.0 will it support reliable messaging?
If I don’t have reliable messaging can I make a web method call that does
not reach the web service?
If so, what does the call do? Timeout, hang?

thanks
Jul 12 '06 #5

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

Similar topics

1
by: lawrence | last post by:
What is the PHP equivalent of messaging, as in Java?
2
by: Dennis Owens | last post by:
I want to develop a Client/Server messaging system that does not require Microsoft messaging. I want to use the .Net remoting, but I am having some real problems with the remoting. The remoting...
0
by: Dennis Owens | last post by:
Read below for previous conversation. We are developing an application that will some day run on anything from a computer down to a PDA (this is were the Lightweight comes in). The messaging...
1
by: ptdaw | last post by:
After spending a little time reading the documentation, I attempted to add some messaging code to my VB.Net project, only to discover that I couldn't get past my Imports System.Messaging ...
1
by: John A Grandy | last post by:
in .NET 2.0 where is the type Message located ? in .NET 1.1 it was System.Messaging.Message
11
by: OlafMeding | last post by:
Because of multithreading semantics, this is not reliable. This sentence is found in the Python documentation for "7.8.1 Queue Objects". This scares me! Why would Queue.qsize(), Queue.empty(...
1
by: Anthony J. Biondo Jr. | last post by:
Hi Everyone: I was wondering if it is common practice to use some sort of messaging (MSMQ, WebSphere MQ) with web services. I understand the need for messaging for insert / update transactions,...
1
by: naamala | last post by:
Hi, Whether WSRM (WebService Reliable Messaging) implementaion is available in .net technologies? Whether WSE 3.0 contains the implementation of WSRM? Thanks ramesh
2
by: jparulan | last post by:
Hi All, I am developing web service that does not use IIS, I was successful on deploying a normal web service with System.Data and System.Web namespaces. BUT when I added the...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.