It would help to see your message and types descriptions, also.

Note that when using document style, the SOAP message may contain at
most one body part. If your method has multiple parameters, you must
define a wrapping element that contains the parameters and then use
the -uw option to enable automatic wrapping and unwrapping of your
parameters.

Anne

On 4/2/07, elango maragatham <[EMAIL PROTECTED]> wrote:
Hi
              I am a new user of axis2. I am using axis2 (WSDL2java) to
generate stub from a WSDL using default ADB binding. When I look into
the generated Stub the method signature is void and without any
parameters even though I have defined 2 parameters in the wsdl.

<pre>
      <wsdl:portType name="OrderPort">
          <wsdl:operation name="OrderCreate">
              <wsdl:input message="tns:OrderInput"/>
              <wsdl:output message="tns:OrderOutput"/>
              <wsdl:fault name="CutomeFlt" message="tns:OrderFault"/>
          </wsdl:operation>
      </wsdl:portType>

        <wsdl:operation name="OrderCreate">
            <soap:operation style="document"
soapAction="/CustomerBIAs/ApplicationComponents/WebServices/Order/Service/OrderService.serviceagent/OrderPortEndpoint1/OrderCreate"/>
            <wsdl:input>
                <soap:body use="literal" parts="Request sampleRequest"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" parts="Response sampleResponse"/>
            </wsdl:output>
            <wsdl:fault name="CutomeFlt">
                <soap:fault use="literal" name="CutomeFlt"/>
            </wsdl:fault>
        </wsdl:operation>
</pre>

  Regards
  Elango


 ________________________________
 Here's a new way to find what you're looking for - Yahoo! Answers



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to