[ http://jira.codehaus.org/browse/XFIRE-269?page=all ]

Dan Diephouse updated XFIRE-269:
--------------------------------

    Fix Version:     (was: 1.1)
                 1.2

> Missing wsdl:documentation and wsdl:fault in generates ws-server
> ----------------------------------------------------------------
>
>          Key: XFIRE-269
>          URL: http://jira.codehaus.org/browse/XFIRE-269
>      Project: XFire
>         Type: New Feature

>   Components: Aegis Module
>     Versions: 1.0-RC
>  Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 
> 1.5.0_05-b05)
> apache-tomcat-5.5.15
> Microsoft Windows 2000 [Version 5.00.2195]
> xfire_2006011
> xmlbeans-2.1.0
> spring-1.2.4
>     Reporter: Thomas Kämmerer
>     Assignee: Mika Goeckel
>      Fix For: 1.2

>
>
> Generating a ws-server from a given WSDL (snippet below)
> <snip />
> <wsdl:operation name="getFOOs">
>    <wsdl:documentation>
>       This service returns a list of all known FOOs for a certain 
> organisation.
>    </wsdl:documentation>
>    <wsdl:input message="tns:getFOOsRequest" />
>    <wsdl:output message="tns:getFOOsResponse" />
>    <wsdl:fault name="InternalError" message="tns:InternalErrorFault" />
>    <wsdl:fault name="FOOsNotFound" message="tns:FOOsNotFoundFault" />
> </wsdl:operation>
> <snap />
> and deploying th ws-server to the tomcat servlet engine results in missing 
> metainformation provided in the source-wsdl.
> Using the '?wsdl' access to the service servlet results in the following wsdl 
> fragment:
> <snip />
> <wsdl:operation name="getFOOs">
>    <wsdl:input message="tns:getFOOsRequest" name="getFOOsRequest"/>
>    <wsdl:output message="tns:getFOOsResponse" name="getFOOsResponse"/>
> </wsdl:operation>
> <snap />
> As you can see, the documentation is missing and the faults too...

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