Hi,

 

I had good luck with Apollo today – I was able to write a WSDL for my own “File” service, generate Java files, supply the code, compile the generated and supplied code, deploy it and test the WS Resources corresponding to files.

 

But I did come across a couple of issues/questions:

 

  1. Is there a way for me to retrieve the ResourceIds for all resources behind a particular WSRF service? I guess I could create a separate “singleton” WS Resource with a method to give me all the ids. But what is the recommended method?
  2. The ResourceProperty value I get is the one that is valid at the time when “init()” method was called on a specific resource instance. Changes coming after initialization don’t seem to get reflected. (For example, I “touched” a particular file but “ModificationTime” property still shows the creation time [which was before I started Tomcat]). Do I need to do something special?

 

/Pankaj.

Reply via email to