Please see Dino's extremely informative wiki on Axis/.NET array interop: http://wiki.apache.org/ws/DotNetInteropArrays
You also may need to install Eric's famous patch. See: http://marc.theaimsgroup.com/?l=axis-user&m=109587880222477&w=2 http://marc.theaimsgroup.com/?l=axis-user&m=109631383200039&w=2 http://marc.theaimsgroup.com/?l=axis-user&m=109646648222389&w=2 On Apr 7, 2005 1:13 PM, harsha senanayake <[EMAIL PROTECTED]> wrote: > Hi, > > I have been struggling to invoke a webservice method which returns any > type of array from .Net. Whenever I call a method for eg. > string[] list() found in http://127.0.0.1:8080/axis/EchoHeaders.jws > i get an error saying Unhandled Exception: > System.InvalidOperationException: There is an error in > XML document (1, 308). ---> System.InvalidOperationException: The > specified type was not recognized: name='string', > namespace='http://schemas.xmlsoap.org/soap/encoding/', at > <whoamiReturn xmlns=''>. > > What am I doing wrong here? is there a work around for this problem? > really appreciate if someone could help me out. > > thanks. > Harsha >
