Hello Guru's


I am new to this cross platform deployment so I will ask for your support.
Here is my problem., I have asked to make an interface connection try SOAP(Simple Object Access Protocol)
using a WSDL. But my problem is that the WSDL is created in PHP using NuSOAP and my development environment
is VS2010 because the website that will consume the WSDL is a ASP.net application..., When I add the WSDL as WEB reference
I encounter this "Undefined complex type" which is encountered in ARRAY data type.

IS there anyone who experience this kind of problem?

WSDL part that encounters an error!

<xsd:complexType name="TransactionErrorsList">
<xsd:complexContent mixed="false">
<xsd:restriction base="SOAP-ENC:Array">
<xsd:attribute wsdl:arrayType="tns:TransactionErrors[]" ref="SOAP-ENC:arrayType" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>


Regards,
Mike