You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by david duncan <ul...@yahoo.com> on 2006/02/24 02:32:19 UTC

SOAP usage

any other application of SOAP beside web services use SOAP?
   
  under what situation that i should use SOAP protocol to communicate between application but NOT using web services? (since web service choose SOAP as protocol)
   
  When do i need to use UDDI axis tutorial didn't show when and how to do it in axis?  i had try out www.xmethods.net though.
   
  Thanks

		
---------------------------------
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.

Re: SOAP usage

Posted by Anne Thomas Manes <at...@gmail.com>.
If you are using SOAP, then you *are* using web services. SOAP provides a
web services interface. There's no way to use SOAP without providing a web
services interface.

A UDDI registry isn't *required* when using SOAP. A registry provides a
foundation for management and governance of web services and SOA projects,
and I strongly recommend setting up a registry before deploying any services
into production, but two SOAP endpoints don't need a registry to figure out
how to talk to each other. You can simply exchange WSDLs and go from there.

Anne

On 2/23/06, david duncan <ul...@yahoo.com> wrote:
>
> any other application of SOAP beside web services use SOAP?
>
> under what situation that i should use SOAP protocol to communicate
> between application but NOT using web services? (since web service choose
> SOAP as protocol)
>
> When do i need to use UDDI axis tutorial didn't show when and how to do it
> in axis?  i had try out www.xmethods.net though.
>
> Thanks
>
> ------------------------------
> Yahoo! Mail
> Use Photomail<http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=38867/*http://photomail.mail.yahoo.com>to share photos without annoying attachments.
>
>