Estou tentando consumir um WSDL, porém nao estou conseguindo o retorno do xml.
Mensagens de erro:
{“The top XML element ‘result’ from namespace ‘’ references distinct types WindowsFormsApplication1.FluigAutentica.colleagueDto[] and System.Byte[]. Use XML attributes to specify another XML name or namespace for the element or types.”}
{“There was an error reflecting ‘result’.”}
Abaixo o XML de retorno pelo SOAPUI:
<ns1:validateColleagueLoginResponse
xmlns:ns1="http://ws.foundation.ecm.technology.totvs.com/">
<result>ok</result>
</ns1:validateColleagueLoginResponse>
Alguém tem idéia?