Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Asynchronous web services
Asynchronous web services [message #171566] Mon, 19 June 2006 08:10 Go to next message
plork123 is currently offline plork123Friend
Messages: 174
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_000F_01C69380.2A111F60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

=20
hi all,=20

does anyone have any good examples / tutorials for writing the above?

any help much appreciated=20


------=_NextPart_000_000F_01C69380.2A111F60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2912" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT size=3D2>hi all, </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>does anyone have any good examples / tutorials for =
writing the=20
above?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>any help much appreciated </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_000F_01C69380.2A111F60--
Re: Asynchronous web services [message #171814 is a reply to message #171566] Wed, 21 June 2006 14:33 Go to previous messageGo to next message
Chris Brealey is currently offline Chris BrealeyFriend
Messages: 104
Registered: July 2009
Senior Member
--------------68F54C1EC9A1DA056616E8E9
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I don''t have any examples or tutorials per se. Asynch Web services are
a hot topic these days, and there are several definitions of what
constitutes an "asynchronous Web service".

Relevant standards I'd draw your attention to are the Reliable
Asynchronous Messaging Profile [1] and JAX-WS 2.0 [2]. The former
clarifies message exchange patterns (MEPs) using WS-Reliable Messaging
and WS-Addressing for asynchronous replies. The latter defines a Java
programming model for asynchronous invocation of Web services (an
improvement over its predecessor, JAX-RPC 1.1).

You'll need to decide what manner of asychrony you're after. For
instance, are you looking for asynchrony strictly at the Java
programming model level, or are you looking for an asynchronous MEP at
the SOAP/HTTP protocol level?

Cheers - CB.

[1]
http://www.ibm.com/developerworks/webservices/library/specif ication/ws-ramp/

[2] http://www.jcp.org/en/jsr/detail?id=224

plork123 wrote:

> hi all, does anyone have any good examples / tutorials for writing
> the above? any help much appreciated

--------------68F54C1EC9A1DA056616E8E9
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body bgcolor="#FFFFFF">
I don''t have any examples or tutorials per se. Asynch Web services are
a hot topic these days, and there are several definitions of what constitutes
an "asynchronous Web service".
<p>Relevant standards I'd draw your attention to are the Reliable Asynchronous
Messaging Profile [1] and JAX-WS 2.0 [2]. The former clarifies message
exchange patterns (MEPs) using WS-Reliable Messaging and WS-Addressing
for asynchronous replies. The latter defines a Java programming model for
asynchronous invocation of Web services (an improvement over its predecessor,
JAX-RPC 1.1).
<p>You'll need to decide what manner of asychrony you're after. For instance,
are you looking for asynchrony strictly at the Java programming model level,
or are you looking for an asynchronous MEP at the SOAP/HTTP protocol level?
<p>Cheers - CB.
<p>[1] <A HREF=" http://www.ibm.com/developerworks/webservices/library/specif ication/ws-ramp/"> http://www.ibm.com/developerworks/webservices/library/specif ication/ws-ramp/</A>
<br>[2] <A HREF="http://www.jcp.org/en/jsr/detail?id=224">http://www.jcp.org/en/jsr/detail?id=224</A>
<p>plork123 wrote:
<blockquote TYPE=CITE><style></style>
&nbsp;<font size=-1>hi all,</font>&nbsp;<font size=-1>does
anyone have any good examples / tutorials for writing the above?</font>&nbsp;<font size=-1>any
help much appreciated</font>&nbsp;&nbsp;</blockquote>

</body>
</html>

--------------68F54C1EC9A1DA056616E8E9--
Re: Asynchronous web services [message #172219 is a reply to message #171814] Fri, 23 June 2006 07:40 Go to previous message
plork123 is currently offline plork123Friend
Messages: 174
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0021_01C696A0.BC404460
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thanks


"Chris Brealey" <cbrealey@ca.ibm.com> wrote in message =
news:449958BB.825B3223@ca.ibm.com...
I don''t have any examples or tutorials per se. Asynch Web services =
are a hot topic these days, and there are several definitions of what =
constitutes an "asynchronous Web service".=20
Relevant standards I'd draw your attention to are the Reliable =
Asynchronous Messaging Profile [1] and JAX-WS 2.0 [2]. The former =
clarifies message exchange patterns (MEPs) using WS-Reliable Messaging =
and WS-Addressing for asynchronous replies. The latter defines a Java =
programming model for asynchronous invocation of Web services (an =
improvement over its predecessor, JAX-RPC 1.1).=20

You'll need to decide what manner of asychrony you're after. For =
instance, are you looking for asynchrony strictly at the Java =
programming model level, or are you looking for an asynchronous MEP at =
the SOAP/HTTP protocol level?=20

Cheers - CB.=20

[1] =
http://www.ibm.com/developerworks/webservices/library/specif ication/ws-ra=
mp/=20
[2] http://www.jcp.org/en/jsr/detail?id=3D224=20

plork123 wrote:=20

hi all, does anyone have any good examples / tutorials for writing =
the above? any help much appreciated
------=_NextPart_000_0021_01C696A0.BC404460
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2912" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Chris Brealey" &lt;<A=20
href=3D"mailto:cbrealey@ca.ibm.com">cbrealey@ca.ibm.com</A>&gt; wrote =
in message=20
<A=20
=
href=3D"news:449958BB.825B3223@ca.ibm.com">news:449958BB.825B3223@ca.ibm.=
com</A>...</DIV>I=20
don''t have any examples or tutorials per se. Asynch Web services are =
a hot=20
topic these days, and there are several definitions of what =
constitutes an=20
"asynchronous Web service".=20
<P>Relevant standards I'd draw your attention to are the Reliable =
Asynchronous=20
Messaging Profile [1] and JAX-WS 2.0 [2]. The former clarifies message =

exchange patterns (MEPs) using WS-Reliable Messaging and WS-Addressing =
for=20
asynchronous replies. The latter defines a Java programming model for=20
asynchronous invocation of Web services (an improvement over its =
predecessor,=20
JAX-RPC 1.1).=20
<P>You'll need to decide what manner of asychrony you're after. For =
instance,=20
are you looking for asynchrony strictly at the Java programming model =
level,=20
or are you looking for an asynchronous MEP at the SOAP/HTTP protocol =
level?=20
<P>Cheers - CB.=20
<P>[1] <A=20
=
href=3D" http://www.ibm.com/developerworks/webservices/library/specif icati=
on/ws-ramp/"> http://www.ibm.com/developerworks/webservices/library/specif =
ication/ws-ramp/</A>=20
<BR>[2] <A=20
=
href=3D"http://www.jcp.org/en/jsr/detail?id=3D224">http://www.jcp.org/en/=
jsr/detail?id=3D224</A>=20

<P>plork123 wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">
<STYLE></STYLE>
&nbsp;<FONT size=3D-1>hi all,</FONT>&nbsp;<FONT size=3D-1>does =
anyone have any=20
good examples / tutorials for writing the above?</FONT>&nbsp;<FONT=20
size=3D-1>any help much=20
appreciated</FONT>&nbsp;&nbsp;</BLOCKQUOTE></BLOCKQUOTE ></BODY></HTML>

------=_NextPart_000_0021_01C696A0.BC404460--
Previous Topic:tabbed property view in xml editor
Next Topic:Validate XML files after modifying schema
Goto Forum:
  


Current Time: Fri Apr 19 05:46:05 GMT 2024

Powered by FUDForum. Page generated in 0.02757 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top