Hi, I'm fairly new to this stuff as well, so this is just a guess, but according to the WSDL doc
http://www.w3.org/TR/wsdl#_porttypes it supports a Notification operation from the server, which is what you are looking for. However, the WSDL docs says: "Although the base WSDL structure supports bindings for these four transmission primitives, WSDL only defines bindings for the One-way and Request-response primitives. It is expected that specifications that define the protocols for Solicit-response or Notification would also include WSDL binding extensions that allow use of these primitives." So I would expect that it is not yet available in axis. When the specifiation have been defined I would expect that AXIS may include it, but I am not involved in the development work so this is just a guess. Hope this helps, and is not misleading. Peter ----- Original Message ----- From: "Kumar, Vinay 2" <[EMAIL PROTECTED]> To: "'AXIS-USER'" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 5:42 AM Subject: Basic Design Issue.. > hello, > > i'm new to AXIS/TOMCAT, > so please aware me with the following: > > my client is a Applet > is there any way that my Web Service at the Server is able to update the > Client Applet without its request > i.e i want my Web Service to push properties to the Client > > Any Comments? Suggestions? > > VINK >
