Using the sample WSDL

To use the WSDL to generate the proxy client code:
  • For C#, modify the WSDL in the <installation_directory>\InForm\ODMSubmitSamples\WebServiceClients\CSClientSample folder by replacing the three instances of THE_WEB_SERVICE_URL with a valid URL.

    For more information, see C# example.

  • For Java, modify the WSDL in the <installation_directory>\InForm\ODMSubmitSamples\WebServiceClients\JavaClientSample\META-INF\wsdl folder by replacing the three instances of THE_WEB_SERVICE_URL with a valid URL.

    For more information, see Java example.