You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/07/13 17:26:04 UTC

[jira] Resolved: (AXIS2-2934) Wrong Axis2-Skeletongeneration with base64binary param and returntype

     [ https://issues.apache.org/jira/browse/AXIS2-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2934.
-------------------------------------------------

    Resolution: Fixed

you have not put a BindingOperation for the second operation
put this
<wsdl:operation name="exchangeGZippedXmlString">
            <soap:operation soapAction="http://www.example.org/XmlPacketService/NewOperation"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>

> Wrong Axis2-Skeletongeneration with base64binary param and returntype
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-2934
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2934
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: nightly
>         Environment: Java 1.6, Windows, Nightly Axis-Snapshot 20070708
>            Reporter: Andreas Schörk
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: axis2servicegen.xml, XmlPacketService.wsdl, XmlPacketServiceSkeleton.java, XmlPacketServiceSkeletonInterface.java
>
>
> Hello,
> I created a webservice providing 2 methods
> 1. StringExchange
> 2. GzippedStringExchange.
> The latter one has parameter and returntype xsd:Base64binary.
> The generated skeleton is ok for 1. the other function has an empty paramlist and returns void.
> wsdl, generated Skeletons and build.xml will be attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org