I'm building a project from scratch and am getting confused again with
the muse.xml and services.xml files.
 
1) In services.xml, each resource contains a list of <actionMapping>
values.  How do I determine/create one of these values just by looking
at the resource wsdl?
 
2) In muse.xml, each resource capability is associated with a
<capability-uri> value.  If my resource wsdl defines all operations and
messages to have the same namespace, how do I identify the corresponding
Java methods/capabilities in muse.xml?

For example, suppose that in the "simple" example, FirstOperation and
SecondOperation have the same namespace uri
"http://ws.apache.org/muse/test/simple"; instead of
"http://ws.apache.org/muse/test/simple/first"; and
http://ws.apache.org/muse/test/simple/second";, respectively.  What would
be the <capability-uri> value for each operation?

3) Does Muse require that each capability have a unique namespace?

4) Can I have a single capability class with 5 methods, and expose each
method as separate capabilities in muse.xml?  If so, how?

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

Reply via email to