MessageBinding with static wsdl document
----------------------------------------

                 Key: XFIRE-1092
                 URL: http://jira.codehaus.org/browse/XFIRE-1092
             Project: XFire
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.2.6
         Environment: windows XP, java 5
            Reporter: Zdenek Vrablik
            Assignee: Dan Diephouse
            Priority: Minor
         Attachments: xfireMessageBinding.patch

Using MessageBinding prevents associate static wsdl document.

This patch allow using static wsdl document:

configuration example
<beans xmlns="http://xfire.codehaus.org/config/1.0";>
  <bean id="WfstService" 
class="com.espatial.ismart.ogc.wfst.soap.WfstSoapServiceImpl" /> 
  <service>
  <name>WfstService</name> 
  <namespace>http://www.espatial.com/wfst</namespace> 
  <serviceBean>#WfstService</serviceBean> 
  <serviceFactory>#my.messageServiceFactory</serviceFactory> 
  <wsdlURL>/META-INF/wsdl/WFST.wsdl</wsdlURL> 
    <style>message</style> 
  <use>literal</use> 
  </service>
  <bean id="my.messageServiceFactory" 
class="org.codehaus.xfire.service.binding.ObjectServiceFactory">
  <constructor-arg index="0" ref="xfire.transportManager" /> 
  <constructor-arg index="1" ref="xfire.messageBindingProvider" /> 
  <property name="style" value="message" /> 
  <property name="use" value="literal" /> 
  </bean>
  </beans>

-- 
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

        

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

    http://xircles.codehaus.org/manage_email

Reply via email to