Hi,
I would like to ask a question about the service.xml file. We are using xfire's api to host some web services through Mule. This implies that generally, to host a service with Mule, you do not need to write your service.xml config file, but you configure the service in Mule's config file. Lately we have received a request to add a feature, that is: accept the custom bindings which can be set in service.xml file, i.e.

<bindings>
      <soap11Binding name="qname" transport="" allowUndefinedEndpoints="">
        <endpoints>
          <endpoint name="qname" url="" />
        </endpoints>
      </soap11Binding>
      <soap12Binding name="qname" transport="" allowUndefinedEndpoints="">
        <endpoints>
          <endpoint name="qname" url="" />
        </endpoints>
      </soap12Binding>
</bindings>

I would like to ask what is the API i need to look at to automatically parse service.xml and generate the classes, extract the bindings from the generated classes and set these bindings on the ServiceFactory instance.

Cheers
Alan Cassar
Ricston Consulting
Tel: +356 21 334457
Fax: +356 21 334457

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to