i'm using a third party web service with C# without problem until now. The wsdl is added to connected services adding a service reference to:
https://serviciosjava.afip.gob.ar/wsfecred/FECredService?wsdl
The problem appears with optionals parameters. For example, the consultarComprobantes...
Having an WSDL and given one operation offered by it I want to parse it and fetch the input parameters for that operation, this example works for me only when there are no nested complex types:
How to parse an xsd file which has nested elements(complexType and simpleType elements and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.