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

Tomasz Sztelak resolved XFIRE-269.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0-M1)
                   1.2.3

fixed in svn

> Missing wsdl:documentation and wsdl:fault in generates ws-server
> ----------------------------------------------------------------
>
>                 Key: XFIRE-269
>                 URL: http://jira.codehaus.org/browse/XFIRE-269
>             Project: XFire
>          Issue Type: New Feature
>          Components: Aegis Module
>    Affects 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
>         Assigned To: Tomasz Sztelak
>             Fix For: 1.2.3
>
>
> 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



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

    http://xircles.codehaus.org/manage_email

Reply via email to