Web service string arrays in C# Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?YWlhaG1lZA==?=

    #1

    Web service string arrays in C# Java

    I am trying to call a Webservice written in Java from .NET C# client.
    I am getting the following error :

    Exception Details: System.Web.Serv ices.Protocols. SoapException:
    Server was unable to process request. --There is an error in XML document
    (1, 1128). --The specified type was not recognized: name='string',
    namespace='http ://schemas.xmlsoap .org/soap/encoding/', at <loopQualStat us
    xmlns=">

    In the References.cs class I have an entry in one of the classes as

    public string[] loopQualStatus;

    I believe the problem is related to "string arrays" during Java C# interop.

    Could you please help me resolve this issue.

Working...