[ http://jira.codehaus.org/browse/XFIRE-323?page=comments#action_62913 ] 

Dan Diephouse commented on XFIRE-323:
-------------------------------------

Just to elaborate:

<service>
<wsdlURL>./some/directory/service.wsdl</wsdlURL>

<operations xmlns:e="urn:echo:service">
  <operation method="echo" name="e:echo">
    <parameter name="e:text" class="java.lang.String"/>
    <properties>
      <property key="foo">value</property>
    <properties>
  </operation>
<opertions>

</service>

This syntax should be quite similar to the aegis stuff and would be great for 
naming parameters. Then people wouldn't have to use the JSR 181 stuff if they 
didn't want to.

I'm wondering how to make this information available to the servicefactory 
though. Maybe we write some kind of interface that both the annotations and the 
services.xml stuff can back.

> ServiceBean Improvements
> ------------------------
>
>          Key: XFIRE-323
>          URL: http://jira.codehaus.org/browse/XFIRE-323
>      Project: XFire
>         Type: New Feature

>     Reporter: Dan Diephouse
>     Assignee: Dan Diephouse
>      Fix For: 1.1

>
>
> ServiceBean needs support for:
> * Specifying the location of a WSDL
> * Setting properties on operations

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to