Hello everybody,

I am having some problems in returning more than one string to my SOAP
request.  The SOAP response should be something like the following:
<serviceResponse xsi:type="ns2:Element" xmlns:ns2=
                               "http://xml.apache.org/xml-soap";>
  <return>
    <returnCode xsi:type="xsd:string">
    <returnMessage xsi:type="xsd:string">
  </return>
</serviceInitiatedResponse>

I am using Axis1.1 and Tomcat 4.1.24. I don't know how to return to strings.
Is it possible that my java method will return an array of Strings and then
converting it as show above before sending the response back. Any help will
be appreciated. 


Regards,
kiran pathuru

Reply via email to