473,785 Members | 2,910 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1572
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
2559
by: lawrence | last post by:
What is the PHP equivalent of messaging, as in Java?
2
1971
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 really seems to be a one way street in terms of messaging. Ex.( The Client can communicate with the server and get information back from the server, but the server cannot make a call to the client unless you set up another remoting session were the...
0
1551
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 that we want to send will be very straightforward. If one of the clients has changed some data, the other clients need to know about it. If the clients are not on line then the message may have to wait until they are on line. The messages
1
5987
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 statment because the System.Messaging namespace is missing. Did I fat finger it into oblivion without knowing it, or is this a known issue? Any suggestions on how to fix this, in any case?
1
2125
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
1762
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( ), and a Queue.full() not be reliable? Looking at the source code of Queue.py, all 3 calls use a mutex (based on thread.allocate_lock()). Does this mean that the thread.allocate_lock() mechanism is not reliable (scary indeed) or does
1
2023
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, but do you think using messaging for inquiry transactions is overkill? thanks, Anthony
1
1302
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
2026
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 System.Messaging and deploy my windows service - I am getting this error while accessing the ASMX test form * I have tried the following already. 1. Remove and Add the System.Messaging from "Reference" 2. System.Messaging does exist from the GAC.
0
9645
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10327
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10151
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.