logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wsdl2hed - ARC skeleton generator

Author

       ARC  software  is developed by the NorduGrid Collaboration (http://www.nordugrid.org), please consult the
       AUTHORS   file   distributed   with   ARC.   Please    report    bugs    and    feature    requests    to
       http://bugzilla.nordugrid.org

NorduGrid ARC 6.21.1                               2025-02-21                                        WSDL2HED(1)

Description

       The wsdl2hed command creates the C++ skeleton from a WSDL file.

Name

       wsdl2hed - ARC skeleton generator

Options

-s    If specified then schema inside WSDL is parsed and corresponding wrapper C++ classes are generated
              for every declared type. Otherwise C++ skeleton for HED service is generated.

        WSDL_file
              The WSDL file describe a webservice interface by standard way.

        service_name
              ARC1 service name (C++ class and header name come from this)

Reporting Bugs

Synopsis

wsdl2hed[-s]WSDL_fileservice_name

See Also