1WSDL2HED(1) NorduGrid Users Manual WSDL2HED(1)
2
3
4
6 wsdl2hed - ARC skeleton generator
7
8
10 The wsdl2hed command creates the C++ skeleton from a WSDL file.
11
12
14 wsdl2hed [-s] WSDL_file service_name
15
16
18 -s If specified then schema inside WSDL is parsed and corresponding
19 wrapper C++ classes are generated for every declared type. Oth‐
20 erwise C++ skeleton for HED service is generated.
21
22 WSDL_file
23 The WSDL file describe a webservice interface by standard way.
24
25 service_name
26 ARC1 service name (C++ class and header name come from this)
27
29 Report bugs to http://bugzilla.nordugrid.org
30
31
33 APACHE LICENSE Version 2.0
34
35
37 ARC software is developed by the NorduGrid Collaboration
38 (http://www.nordugrid.org), please consult the AUTHORS file distributed
39 with ARC. Please report bugs and feature requests to
40 http://bugzilla.nordugrid.org
41
42
43
44NorduGrid ARC 6.18.0 2023-10-25 WSDL2HED(1)