WSDL request is broken with handler-class usage
-----------------------------------------------

                 Key: JIBX-443
                 URL: http://jira.codehaus.org/browse/JIBX-443
             Project: JiBX
          Issue Type: Bug
            Reporter: Dmitry Ulanov


After I added handler-class tags into my service.xml, '?wsdl' request was 
broken:

<service name="example">
  <service-class>com.example.Service</service-class>
  <operation method="operation" />
  <handler-class 
class="org.jibx.ws.io.handler.ContextAttributeUnmarshallingInHandler">
    <constructor-arg value="com.example.Header" />
    <constructor-arg value="header" />
  </handler-class>
  <handler-class 
class="org.jibx.ws.io.handler.ContextAttributeMarshallingOutHandler">
    <constructor-arg value="com.example.Header" />
    <constructor-arg value="header" />
  </handler-class>
  <wsdl file="/WEB-INF/description.wsdl" transformLocation="true" /> <!-- isn't 
work, broken!!! -->
</service>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to