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.
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.