Multicast

2001-10-30 Thread Tomas Jacobsson
Hello! I wonder if there is some easy way to send multicast with Soap, like in the multicast class in java where you are using sockets. The problem with this is that I think you must have a soap server at every client that should recieve this multicast, or can it be any other way to solve this?

Apache-SOAP Tomcat and UDDI

2001-09-26 Thread Tomas Jacobsson
Hello! I want to implement UDDI services with my Apache-SOAP Tomcat server which is running in UNIX environment,. Does anybody know any good service to do that? Thanks in advance Tomas

Invoke a Apache Soap web server from a browser

2001-09-18 Thread Tomas Jacobsson
Hello! I am wondering if it is possible to invoke a apache soap web service from a client browser. The examples I have seen illustrates it only how to do it with a Java client. Can't I invoke a service with only writting xml code and then use it with the browser? If it is possible then how should