1

I new in web services.I am using apache cxf for my web services.

I have confusion that does cxf web services support method with "array" parameter.

please help me.

1 Answer 1

1

I think so - judging by chapter 6 of O'Reilly's "Web Services":

http://oreilly.com/catalog/webservess/chapter/ch06.html

Search down the page for "complex type" & you'll see:

<complexType name="ArrayOfString">
        <complexContent>
           <restriction base="soapenc:Array">
              <attribute ref="soapenc:arrayType" 
              wsdl:arrayType="string[]"/>
           </restriction>
        </complexContent>
     </complexType>

in a WSDL example.

Hope that's useful to you!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.