I hope someone can clarify the whole array usage with axis. Please excuse me, I am new to accepting arrays through soap. I have a soap server running a product called gsoap. I am sending an integer into the soap server and it sends back the correct complex type, as I can see in the server logs. The problem is when my java client tries to do something with the complex type the server is returning. I have the wsdl from the gsoap client. Can I have axis point the client to this wsdl file? If so, what are the commands to make this happen? In addition, how could I send a complex type into the server? I hope someone can give me a quick detailed overview of how to accept and send complex types in the axis world of soap. Thank you in advance for your help. JK
-----Original Message----- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 11:13 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: New to axis arrays Here's a couple ideas. 1) Look at the samples.echo.TestClient code. There are some examples in the code for sending and receiving arrays. 2) If you have the wsdl for the service, run WSDL2Java to generate client side stubs. Even if you don't use the stubs, you can see how the stubs invoke the service. 3) There are more complicated array usages in test.wsdl.marrays. Hope this helps. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)
