You don't have a request broker.
Once you know the service details (obtained through UDDI) you
just call it directly.

It's kind of similar to the ORB scenario's in Corba, but the
client doesn't have a stub and the server doesn't have a skeleton.
Or at least in most SOAP implementations that is.

SilverStream introduced the RMI programming model to SOAP
using JBroker web. (http://extend.silverstream.com/)

So instead of building an Call object and setting the method
and params you would like to call you just work with a
local object and call method on the object. The plumming
code will the actuall take care of constructing a proper soap
call out of this.

The eXtend Workbench also provides you with the tools to just
generate this stub skeleton stuff (or just a client based on
a WSDL file).

Take a look it is really nice stuff and it interoperates with
Apache and MS as well, runs on Tomcat, BEA, SilverStream...and
it is for free.

Frank

-----Original Message-----
From: Ryan Tomayko [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 15, 2001 1:38 PM
To: [EMAIL PROTECTED]
Subject: RE: performance issues in Web Services



It's a trade-off. I wouldn't suggest using SOAP based web services over the
public Internet if you have some other solution that meets your
requirements. However, web services solve a specific problem that is
currently unsolvable otherwise:

1. Interoperability between platforms/languages. (Debatable at present)
2. Firewall friendly Internet RPC.

If these are requirements of your situation than you don't have much choice
outside of web services--without rolling your own binary protocol
implementation for performance. If you need RPC, but don't require the
interop or internet then check out some other RPC technology, such as RMI,
CORBA, DCOM.

As for the request broker/UDDI thing, I don't have a clue what your talking
about.

- Ryan

-----Original Message-----
From: P Sreenivasa Rao [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 12, 2001 7:22 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: performance issues in Web Services

Hi all,
I have some doubts regarding the performance issues(u can call them as
disadvntages ) of Web Services.
Actually,we'll depend on the performnace of Service Provider in web
services.So in the internet scenario,the performance will be a bottleneck as
it'll take much time (due to more no of hops or more traffic to SP etc) to
get response.

Another thing, I dont know the necessity of request broker in the web
serives scenario.Is it replaced by UDDI registry or UDDI registry is the
implementation of request broker?Is there any public UDDI registry
available? I tried with IBM's site but I dint get the actaul link pointed in
their documentation.

Finally,what  are the other advantages and bottlenecks in this Web serivces
scenario.
Thanks a lot for one and all.
Awaiting your early response.
Thanks and regards,
Sreenivas,CMCLtd


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



Frank Feldmann
Manager eBusiness Strategy
SilverStream Software EMEA
Mobile : +31 622429856
e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to