2 Replies Latest reply on Sep 14, 2012 1:35 PM by giulianodb

    Convert wsdl rpc/encoded to document/literal

    giulianodb

      How can i convert a WSDL RPC/ENCODED to Document/Literal?

      I already tried use the:

      <action name="proxy" class="org.jboss.soa.esb.actions.soap.proxy.SOAPProxy">

                <property name="wsdl" value="http://myService?wsdl" />

                 <property name="wsdlTransform" value="/consumer1-wsdl-transform.xml" />

      </action>

       

       

      and create a smooks file "consumer1-wsdl-transform.xml". But I don't know this is correct.

      I need map all the tags of my RPC/ENCODED WSDL  and pass to Documento/literal using Groovy script?

      thanks.