wsdl

  1. W

    There is any way to import correctly optional parameters of wsdl

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

    Question How to get nested complexType parameters for an operation from a SOAP wsdl?

    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...
Back
Top Bottom