/* Reminder: Modify typemap.dat to customize the header file generated by wsdl2h */ #import "wsse.h" /* bes-factory.h Generated by wsdl2h 1.2.10 from bes-factory.wsdl http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa http://schemas.ggf.org/jsdl/2005/11/jsdl-posix and besclient-typemap.dat 2010-03-26 09:24:04 GMT Copyright (C) 2001-2008 Robert van Engelen, Genivia Inc. All Rights Reserved. This part of the software is released under one of the following licenses: GPL or Genivia's license for commercial use. */ /* NOTE: - Compile this file with soapcpp2 to complete the code generation process. - Use soapcpp2 option -I to specify paths for #import To build with STL, 'stlvector.h' is imported from 'import' dir in package. - Use wsdl2h options -c and -s to generate pure C code or C++ code without STL. - Use 'WS/typemap.dat' to control namespace bindings and type mappings. It is strongly recommended to customize the names of the namespace prefixes generated by wsdl2h. To do so, modify the prefix bindings in the Namespaces section below and add the modified lines to 'typemap.dat' to rerun wsdl2h. - Use Doxygen (www.doxygen.org) to browse this file. - Use wsdl2h option -l to view the software license terms. DO NOT include this file directly into your project. Include only the soapcpp2-generated headers and source code files. */ //gsoapopt cw /******************************************************************************\ * * * * * * \******************************************************************************/ /******************************************************************************\ * * * Import * * * \******************************************************************************/ // dom.h declares the DOM xsd__anyType object (compiler and link with dom.cpp) #import "/Users/merzky/links/saga/svn/trunk/adaptors/ogf/external/gsoap-2.7/gsoap/import/dom.h" /******************************************************************************\ * * * Schema Namespaces * * * \******************************************************************************/ /* NOTE: It is strongly recommended to customize the names of the namespace prefixes generated by wsdl2h. To do so, modify the prefix bindings below and add the modified lines to typemap.dat to rerun wsdl2h: bes = "http://schemas.ggf.org/bes/2006/08/bes-factory" wsa = "http://www.w3.org/2005/08/addressing" jsdl = "http://schemas.ggf.org/jsdl/2005/11/jsdl" app = "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa" posix = "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix" */ //gsoap bes schema namespace: http://schemas.ggf.org/bes/2006/08/bes-factory //gsoap wsa schema namespace: http://www.w3.org/2005/08/addressing //gsoap jsdl schema namespace: http://schemas.ggf.org/jsdl/2005/11/jsdl //gsoap app schema namespace: http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa //gsoap posix schema namespace: http://schemas.ggf.org/jsdl/2005/11/jsdl-posix //gsoap bes schema elementForm: qualified //gsoap bes schema attributeForm: unqualified //gsoap wsa schema elementForm: qualified //gsoap wsa schema attributeForm: unqualified //gsoap jsdl schema elementForm: qualified //gsoap jsdl schema attributeForm: unqualified //gsoap app schema elementForm: qualified //gsoap app schema attributeForm: unqualified //gsoap posix schema elementForm: qualified //gsoap posix schema attributeForm: unqualified /******************************************************************************\ * * * Schema Types * * * \******************************************************************************/ /// Primitive built-in type "xs:ID" typedef char* xsd__ID; /// Primitive built-in type "xs:NCName" typedef char* xsd__NCName; /// Primitive built-in type "xs:anyURI" typedef char* xsd__anyURI; /// Built-in type "xs:boolean". enum xsd__boolean { false_, true_ }; /// Primitive built-in type "xs:nonNegativeInteger" typedef char* xsd__nonNegativeInteger; /// Primitive built-in type "xs:normalizedString" typedef char* xsd__normalizedString; /// Typedef synonym for struct bes__CreateActivityType. typedef struct bes__CreateActivityType bes__CreateActivityType; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":CreateActivityResponseType from typemap besclient-typemap.dat. struct bes__CreateActivityResponseType { xsd__anyType* __any; }; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatusesType from typemap besclient-typemap.dat. struct bes__GetActivityStatusesType { xsd__anyType* __any; }; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatusesResponseType from typemap besclient-typemap.dat. struct bes__GetActivityStatusesResponseType { xsd__anyType* __any; }; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivitiesType from typemap besclient-typemap.dat. struct bes__TerminateActivitiesType { xsd__anyType* __any; }; /// Typedef synonym for struct bes__TerminateActivitiesResponseType. typedef struct bes__TerminateActivitiesResponseType bes__TerminateActivitiesResponseType; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocumentsType from typemap besclient-typemap.dat. struct bes__GetActivityDocumentsType { xsd__anyType* __any; }; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocumentsResponseType from typemap besclient-typemap.dat. struct bes__GetActivityDocumentsResponseType { xsd__anyType* __any; }; /// Typedef synonym for struct bes__GetFactoryAttributesDocumentType. typedef struct bes__GetFactoryAttributesDocumentType bes__GetFactoryAttributesDocumentType; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":GetFactoryAttributesDocumentResponseType from typemap besclient-typemap.dat. struct bes__GetFactoryAttributesDocumentResponseType { xsd__anyType* __any; }; /// Typedef synonym for struct bes__NotAuthorizedFaultType. typedef struct bes__NotAuthorizedFaultType bes__NotAuthorizedFaultType; /// Typedef synonym for struct bes__NotAcceptingNewActivitiesFaultType. typedef struct bes__NotAcceptingNewActivitiesFaultType bes__NotAcceptingNewActivitiesFaultType; /// Typedef synonym for struct bes__UnsupportedFeatureFaultType. typedef struct bes__UnsupportedFeatureFaultType bes__UnsupportedFeatureFaultType; /// Typedef synonym for struct bes__CantApplyOperationToCurrentStateFaultType. typedef struct bes__CantApplyOperationToCurrentStateFaultType bes__CantApplyOperationToCurrentStateFaultType; /// Typedef synonym for struct bes__OperationWillBeAppliedEventuallyFaultType. typedef struct bes__OperationWillBeAppliedEventuallyFaultType bes__OperationWillBeAppliedEventuallyFaultType; /// Typedef synonym for struct bes__InvalidActivityIdentifierFaultType. typedef struct bes__InvalidActivityIdentifierFaultType bes__InvalidActivityIdentifierFaultType; /// Typedef synonym for struct bes__InvalidRequestMessageFaultType. typedef struct bes__InvalidRequestMessageFaultType bes__InvalidRequestMessageFaultType; /// Typedef synonym for struct bes__BasicResourceAttributesDocumentType. typedef struct bes__BasicResourceAttributesDocumentType bes__BasicResourceAttributesDocumentType; /// Typedef synonym for struct bes__FactoryResourceAttributesDocumentType. typedef struct bes__FactoryResourceAttributesDocumentType bes__FactoryResourceAttributesDocumentType; /// Imported complexType "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityDocumentType from typemap besclient-typemap.dat. struct bes__ActivityDocumentType { xsd__anyType* __any; }; /// Typedef synonym for struct bes__ActivityStatusType. typedef struct bes__ActivityStatusType bes__ActivityStatusType; /// Typedef synonym for struct bes__GetActivityStatusResponseType. typedef struct bes__GetActivityStatusResponseType bes__GetActivityStatusResponseType; /// Typedef synonym for struct bes__GetActivityDocumentResponseType. typedef struct bes__GetActivityDocumentResponseType bes__GetActivityDocumentResponseType; /// Typedef synonym for struct bes__TerminateActivityResponseType. typedef struct bes__TerminateActivityResponseType bes__TerminateActivityResponseType; /// Typedef synonym for struct wsa__EndpointReferenceType. typedef struct wsa__EndpointReferenceType wsa__EndpointReferenceType; /// Typedef synonym for struct wsa__ReferenceParametersType. typedef struct wsa__ReferenceParametersType wsa__ReferenceParametersType; /// Typedef synonym for struct wsa__MetadataType. typedef struct wsa__MetadataType wsa__MetadataType; /// Typedef synonym for struct wsa__RelatesToType. typedef struct wsa__RelatesToType wsa__RelatesToType; /// Typedef synonym for struct wsa__AttributedURIType. typedef struct wsa__AttributedURIType wsa__AttributedURIType; /// Typedef synonym for struct wsa__AttributedUnsignedLongType. typedef struct wsa__AttributedUnsignedLongType wsa__AttributedUnsignedLongType; /// Typedef synonym for struct wsa__AttributedQNameType. typedef struct wsa__AttributedQNameType wsa__AttributedQNameType; /// Typedef synonym for struct wsa__ProblemActionType. typedef struct wsa__ProblemActionType wsa__ProblemActionType; /// Typedef synonym for struct jsdl__Boundary_USCOREType. typedef struct jsdl__Boundary_USCOREType jsdl__Boundary_USCOREType; /// Typedef synonym for struct jsdl__Exact_USCOREType. typedef struct jsdl__Exact_USCOREType jsdl__Exact_USCOREType; /// Typedef synonym for struct jsdl__Range_USCOREType. typedef struct jsdl__Range_USCOREType jsdl__Range_USCOREType; /// Typedef synonym for struct jsdl__RangeValue_USCOREType. typedef struct jsdl__RangeValue_USCOREType jsdl__RangeValue_USCOREType; /// Typedef synonym for struct jsdl__JobDefinition_USCOREType. typedef struct jsdl__JobDefinition_USCOREType jsdl__JobDefinition_USCOREType; /// Typedef synonym for struct jsdl__JobDescription_USCOREType. typedef struct jsdl__JobDescription_USCOREType jsdl__JobDescription_USCOREType; /// Typedef synonym for struct jsdl__JobIdentification_USCOREType. typedef struct jsdl__JobIdentification_USCOREType jsdl__JobIdentification_USCOREType; /// Typedef synonym for struct jsdl__Application_USCOREType. typedef struct jsdl__Application_USCOREType jsdl__Application_USCOREType; /// Typedef synonym for struct jsdl__Resources_USCOREType. typedef struct jsdl__Resources_USCOREType jsdl__Resources_USCOREType; /// Typedef synonym for struct jsdl__CandidateHosts_USCOREType. typedef struct jsdl__CandidateHosts_USCOREType jsdl__CandidateHosts_USCOREType; /// Typedef synonym for struct jsdl__CPUArchitecture_USCOREType. typedef struct jsdl__CPUArchitecture_USCOREType jsdl__CPUArchitecture_USCOREType; /// Typedef synonym for struct jsdl__FileSystem_USCOREType. typedef struct jsdl__FileSystem_USCOREType jsdl__FileSystem_USCOREType; /// Typedef synonym for struct jsdl__OperatingSystem_USCOREType. typedef struct jsdl__OperatingSystem_USCOREType jsdl__OperatingSystem_USCOREType; /// Typedef synonym for struct jsdl__OperatingSystemType_USCOREType. typedef struct jsdl__OperatingSystemType_USCOREType jsdl__OperatingSystemType_USCOREType; /// Typedef synonym for struct jsdl__DataStaging_USCOREType. typedef struct jsdl__DataStaging_USCOREType jsdl__DataStaging_USCOREType; /// Typedef synonym for struct jsdl__SourceTarget_USCOREType. typedef struct jsdl__SourceTarget_USCOREType jsdl__SourceTarget_USCOREType; /// Typedef synonym for struct app__Environment_USCOREType. typedef struct app__Environment_USCOREType app__Environment_USCOREType; /// Typedef synonym for struct app__Argument_USCOREType. typedef struct app__Argument_USCOREType app__Argument_USCOREType; /// Typedef synonym for struct app__FileName_USCOREType. typedef struct app__FileName_USCOREType app__FileName_USCOREType; /// Typedef synonym for struct app__DirectoryName_USCOREType. typedef struct app__DirectoryName_USCOREType app__DirectoryName_USCOREType; /// Typedef synonym for struct app__UserName_USCOREType. typedef struct app__UserName_USCOREType app__UserName_USCOREType; /// Typedef synonym for struct app__HPCProfileApplication_USCOREType. typedef struct app__HPCProfileApplication_USCOREType app__HPCProfileApplication_USCOREType; /// Typedef synonym for struct posix__Environment_USCOREType. typedef struct posix__Environment_USCOREType posix__Environment_USCOREType; /// Typedef synonym for struct posix__Argument_USCOREType. typedef struct posix__Argument_USCOREType posix__Argument_USCOREType; /// Typedef synonym for struct posix__FileName_USCOREType. typedef struct posix__FileName_USCOREType posix__FileName_USCOREType; /// Typedef synonym for struct posix__DirectoryName_USCOREType. typedef struct posix__DirectoryName_USCOREType posix__DirectoryName_USCOREType; /// Typedef synonym for struct posix__Limits_USCOREType. typedef struct posix__Limits_USCOREType posix__Limits_USCOREType; /// Typedef synonym for struct posix__UserName_USCOREType. typedef struct posix__UserName_USCOREType posix__UserName_USCOREType; /// Typedef synonym for struct posix__GroupName_USCOREType. typedef struct posix__GroupName_USCOREType posix__GroupName_USCOREType; /// Typedef synonym for struct posix__POSIXApplication_USCOREType. typedef struct posix__POSIXApplication_USCOREType posix__POSIXApplication_USCOREType; /// union of values "tns:RelationshipType xs:anyURI" typedef char* wsa__RelationshipTypeOpenEnum; /// union of values "tns:FaultCodesType xs:QName" typedef char* wsa__FaultCodesOpenEnumType; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStateEnumeration is a simpleType restriction of xs:string. enum bes__ActivityStateEnumeration { Pending, ///< xs:string value="Pending" Running, ///< xs:string value="Running" Cancelled, ///< xs:string value="Cancelled" Failed, ///< xs:string value="Failed" Finished, ///< xs:string value="Finished" }; /// Typedef synonym for enum bes__ActivityStateEnumeration. typedef enum bes__ActivityStateEnumeration bes__ActivityStateEnumeration; /// "http://www.w3.org/2005/08/addressing":RelationshipType is a simpleType restriction of xs:anyURI. enum wsa__RelationshipType { http___x002f_x002fwww_x002ew3_x002eorg_x002f2005_x002f08_x002faddressing_x002freply, ///< xs:anyURI value="http://www.w3.org/2005/08/addressing/reply" }; /// Typedef synonym for enum wsa__RelationshipType. typedef enum wsa__RelationshipType wsa__RelationshipType; /// "http://www.w3.org/2005/08/addressing":FaultCodesType is a simpleType restriction of xs:QName. enum wsa__FaultCodesType { wsa__InvalidAddressingHeader, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":InvalidAddressingHeader" wsa__InvalidAddress, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":InvalidAddress" wsa__InvalidEPR, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":InvalidEPR" wsa__InvalidCardinality, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":InvalidCardinality" wsa__MissingAddressInEPR, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":MissingAddressInEPR" wsa__DuplicateMessageID, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":DuplicateMessageID" wsa__ActionMismatch, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":ActionMismatch" wsa__MessageAddressingHeaderRequired, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":MessageAddressingHeaderRequired" wsa__DestinationUnreachable, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":DestinationUnreachable" wsa__ActionNotSupported, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":ActionNotSupported" wsa__EndpointUnavailable, ///< xs:QName value=""http://www.w3.org/2005/08/addressing":EndpointUnavailable" }; /// Typedef synonym for enum wsa__FaultCodesType. typedef enum wsa__FaultCodesType wsa__FaultCodesType; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":ProcessorArchitectureEnumeration is a simpleType restriction of xs:string. enum jsdl__ProcessorArchitectureEnumeration { sparc, ///< xs:string value="sparc" powerpc, ///< xs:string value="powerpc" x86, ///< xs:string value="x86" x86_USCORE32, ///< xs:string value="x86_32" x86_USCORE64, ///< xs:string value="x86_64" parisc, ///< xs:string value="parisc" mips, ///< xs:string value="mips" ia64, ///< xs:string value="ia64" arm, ///< xs:string value="arm" other, ///< xs:string value="other" }; /// Typedef synonym for enum jsdl__ProcessorArchitectureEnumeration. typedef enum jsdl__ProcessorArchitectureEnumeration jsdl__ProcessorArchitectureEnumeration; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemTypeEnumeration is a simpleType restriction of xs:string. enum jsdl__OperatingSystemTypeEnumeration { Unknown, ///< xs:string value="Unknown" MACOS, ///< xs:string value="MACOS" ATTUNIX, ///< xs:string value="ATTUNIX" DGUX, ///< xs:string value="DGUX" DECNT, ///< xs:string value="DECNT" Tru64_USCOREUNIX, ///< xs:string value="Tru64_UNIX" OpenVMS, ///< xs:string value="OpenVMS" HPUX, ///< xs:string value="HPUX" AIX, ///< xs:string value="AIX" MVS, ///< xs:string value="MVS" OS400, ///< xs:string value="OS400" OS_USCORE2, ///< xs:string value="OS_2" JavaVM, ///< xs:string value="JavaVM" MSDOS, ///< xs:string value="MSDOS" WIN3x, ///< xs:string value="WIN3x" WIN95, ///< xs:string value="WIN95" WIN98, ///< xs:string value="WIN98" WINNT, ///< xs:string value="WINNT" WINCE, ///< xs:string value="WINCE" NCR3000, ///< xs:string value="NCR3000" NetWare, ///< xs:string value="NetWare" OSF, ///< xs:string value="OSF" DC_USCOREOS, ///< xs:string value="DC_OS" Reliant_USCOREUNIX, ///< xs:string value="Reliant_UNIX" SCO_USCOREUnixWare, ///< xs:string value="SCO_UnixWare" SCO_USCOREOpenServer, ///< xs:string value="SCO_OpenServer" Sequent, ///< xs:string value="Sequent" IRIX, ///< xs:string value="IRIX" Solaris, ///< xs:string value="Solaris" SunOS, ///< xs:string value="SunOS" U6000, ///< xs:string value="U6000" ASERIES, ///< xs:string value="ASERIES" TandemNSK, ///< xs:string value="TandemNSK" TandemNT, ///< xs:string value="TandemNT" BS2000, ///< xs:string value="BS2000" LINUX, ///< xs:string value="LINUX" Lynx, ///< xs:string value="Lynx" XENIX, ///< xs:string value="XENIX" VM, ///< xs:string value="VM" Interactive_USCOREUNIX, ///< xs:string value="Interactive_UNIX" BSDUNIX, ///< xs:string value="BSDUNIX" FreeBSD, ///< xs:string value="FreeBSD" NetBSD, ///< xs:string value="NetBSD" GNU_USCOREHurd, ///< xs:string value="GNU_Hurd" OS9, ///< xs:string value="OS9" MACH_USCOREKernel, ///< xs:string value="MACH_Kernel" Inferno, ///< xs:string value="Inferno" QNX, ///< xs:string value="QNX" EPOC, ///< xs:string value="EPOC" IxWorks, ///< xs:string value="IxWorks" VxWorks, ///< xs:string value="VxWorks" MiNT, ///< xs:string value="MiNT" BeOS, ///< xs:string value="BeOS" HP_USCOREMPE, ///< xs:string value="HP_MPE" NextStep, ///< xs:string value="NextStep" PalmPilot, ///< xs:string value="PalmPilot" Rhapsody, ///< xs:string value="Rhapsody" Windows_USCORE2000, ///< xs:string value="Windows_2000" Dedicated, ///< xs:string value="Dedicated" OS_USCORE390, ///< xs:string value="OS_390" VSE, ///< xs:string value="VSE" TPF, ///< xs:string value="TPF" Windows_USCORER_USCOREMe, ///< xs:string value="Windows_R_Me" Caldera_USCOREOpen_USCOREUNIX, ///< xs:string value="Caldera_Open_UNIX" OpenBSD, ///< xs:string value="OpenBSD" Not_USCOREApplicable, ///< xs:string value="Not_Applicable" Windows_USCOREXP, ///< xs:string value="Windows_XP" z_USCOREOS, ///< xs:string value="z_OS" other_, ///< xs:string value="other" }; /// Typedef synonym for enum jsdl__OperatingSystemTypeEnumeration. typedef enum jsdl__OperatingSystemTypeEnumeration jsdl__OperatingSystemTypeEnumeration; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystemTypeEnumeration is a simpleType restriction of xs:string. enum jsdl__FileSystemTypeEnumeration { swap, ///< xs:string value="swap" temporary, ///< xs:string value="temporary" spool, ///< xs:string value="spool" normal, ///< xs:string value="normal" }; /// Typedef synonym for enum jsdl__FileSystemTypeEnumeration. typedef enum jsdl__FileSystemTypeEnumeration jsdl__FileSystemTypeEnumeration; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":CreationFlagEnumeration is a simpleType restriction of xs:string. enum jsdl__CreationFlagEnumeration { overwrite, ///< xs:string value="overwrite" append, ///< xs:string value="append" dontOverwrite, ///< xs:string value="dontOverwrite" }; /// Typedef synonym for enum jsdl__CreationFlagEnumeration. typedef enum jsdl__CreationFlagEnumeration jsdl__CreationFlagEnumeration; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description_Type is a simpleType restriction of xs:string. typedef char* jsdl__Description_USCOREType; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":CreateActivityType is a complexType. struct bes__CreateActivityType { /// Element reference "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityDocument. struct bes__ActivityDocumentType bes__ActivityDocument 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivitiesResponseType is a complexType. struct bes__TerminateActivitiesResponseType { /// Size of array of struct bes__TerminateActivityResponseType* is 0..unbounded int __sizeResponse ; /// Array of length 0..unbounded struct bes__TerminateActivityResponseType* Response 0; /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":GetFactoryAttributesDocumentType is a complexType. struct bes__GetFactoryAttributesDocumentType { /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAuthorizedFaultType is a complexType. struct bes__NotAuthorizedFaultType { /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAcceptingNewActivitiesFaultType is a complexType. struct bes__NotAcceptingNewActivitiesFaultType { /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":UnsupportedFeatureFaultType is a complexType. struct bes__UnsupportedFeatureFaultType { /// Size of array of char** is 0..unbounded int __sizeFeature ; /// Array of length 0..unbounded char** Feature 0; /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":CantApplyOperationToCurrentStateFaultType is a complexType. struct bes__CantApplyOperationToCurrentStateFaultType { /// Element ActivityStatus of type "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStatusType. struct bes__ActivityStatusType* ActivityStatus 1; ///< Required element. /// Element Message of type xs:string. char* Message 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":OperationWillBeAppliedEventuallyFaultType is a complexType. struct bes__OperationWillBeAppliedEventuallyFaultType { /// Element ActivityStatus of type "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStatusType. struct bes__ActivityStatusType* ActivityStatus 1; ///< Required element. /// Element Message of type xs:string. char* Message 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidActivityIdentifierFaultType is a complexType. struct bes__InvalidActivityIdentifierFaultType { /// Element Message of type xs:string. char* Message 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFaultType is a complexType. struct bes__InvalidRequestMessageFaultType { /// Size of array of char** is 0..unbounded int __sizeInvalidElement ; /// Array of length 0..unbounded char** InvalidElement 0; /// Element Message of type xs:string. char* Message 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":BasicResourceAttributesDocumentType is a complexType. struct bes__BasicResourceAttributesDocumentType { /// Element ResourceName of type xs:string. char* ResourceName 0; ///< Optional element. /// Element OperatingSystem of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystem_Type. struct jsdl__OperatingSystem_USCOREType* OperatingSystem 0; ///< Optional element. /// Element CPUArchitecture of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitecture_Type. struct jsdl__CPUArchitecture_USCOREType* CPUArchitecture 0; ///< Optional element. /// Element CPUCount of type xs:double. double* CPUCount 0; ///< Optional element. /// Element CPUSpeed of type xs:double. double* CPUSpeed 0; ///< Optional element. /// Element PhysicalMemory of type xs:double. double* PhysicalMemory 0; ///< Optional element. /// Element VirtualMemory of type xs:double. double* VirtualMemory 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":FactoryResourceAttributesDocumentType is a complexType. struct bes__FactoryResourceAttributesDocumentType { /// Element reference "http://schemas.ggf.org/bes/2006/08/bes-factory":BasicResourceAttributesDocument. struct bes__BasicResourceAttributesDocumentType* bes__BasicResourceAttributesDocument 0; ///< Optional element. /// Element IsAcceptingNewActivities of type xs:boolean. enum xsd__boolean IsAcceptingNewActivities 1; ///< Required element. /// Element CommonName of type xs:string. char* CommonName 0; ///< Optional element. /// Element LongDescription of type xs:string. char* LongDescription 0; ///< Optional element. /// Element TotalNumberOfActivities of type xs:long. LONG64 TotalNumberOfActivities 1; ///< Required element. /// Size of array of struct wsa__EndpointReferenceType* is 0..unbounded int __sizeActivityReference ; /// Array of length 0..unbounded struct wsa__EndpointReferenceType* ActivityReference 0; /// Element TotalNumberOfContainedResources of type xs:long. LONG64 TotalNumberOfContainedResources 1; ///< Required element. /// Size of array of xsd__anyType* is 0..unbounded int __sizeContainedResource ; /// Array of length 0..unbounded xsd__anyType* ContainedResource 0; /// Size of array of xsd__anyURI* is 1..unbounded int __sizeNamingProfile ; /// Array of length 1..unbounded xsd__anyURI* NamingProfile 1; /// Size of array of xsd__anyURI* is 0..unbounded int __sizeBESExtension ; /// Array of length 0..unbounded xsd__anyURI* BESExtension 0; /// Element LocalResourceManagerType of type xs:anyURI. xsd__anyURI LocalResourceManagerType 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStatusType is a complexType. struct bes__ActivityStatusType { /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// Attribute state of type "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStateEnumeration. @enum bes__ActivityStateEnumeration state 1; ///< Required attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatusResponseType is a complexType. struct bes__GetActivityStatusResponseType { /// Element ActivityIdentifier of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. struct wsa__EndpointReferenceType* ActivityIdentifier 1; ///< Required element. /// Element reference "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStatus. struct bes__ActivityStatusType* bes__ActivityStatus 0; ///< Optional element. /// Element Fault of type xs:anyType. xsd__anyType* Fault 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocumentResponseType is a complexType. struct bes__GetActivityDocumentResponseType { /// Element ActivityIdentifier of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. struct wsa__EndpointReferenceType* ActivityIdentifier 1; ///< Required element. /// Element JobDefinition of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDefinition_Type. struct jsdl__JobDefinition_USCOREType* JobDefinition 0; ///< Optional element. /// Element Fault of type xs:anyType. xsd__anyType* Fault 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivityResponseType is a complexType. struct bes__TerminateActivityResponseType { /// Element ActivityIdentifier of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. struct wsa__EndpointReferenceType* ActivityIdentifier 1; ///< Required element. /// Element Cancelled of type xs:boolean. enum xsd__boolean Cancelled 1; ///< Required element. /// Element Fault of type xs:anyType. xsd__anyType* Fault 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":EndpointReferenceType is a complexType. struct wsa__EndpointReferenceType { /// Element Address of type "http://www.w3.org/2005/08/addressing":AttributedURIType. struct wsa__AttributedURIType* Address 1; ///< Required element. /// Element reference "http://www.w3.org/2005/08/addressing":ReferenceParameters. struct wsa__ReferenceParametersType* wsa__ReferenceParameters 0; ///< Optional element. /// Element reference "http://www.w3.org/2005/08/addressing":Metadata. struct wsa__MetadataType* wsa__Metadata 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":ReferenceParametersType is a complexType. struct wsa__ReferenceParametersType { /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":MetadataType is a complexType. struct wsa__MetadataType { /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":ProblemActionType is a complexType. struct wsa__ProblemActionType { /// Element reference "http://www.w3.org/2005/08/addressing":Action. struct wsa__AttributedURIType* wsa__Action 0; ///< Optional element. /// Element SoapAction of type xs:anyURI. xsd__anyURI SoapAction 0; ///< Optional element. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":Range_Type is a complexType. struct jsdl__Range_USCOREType { /// Element LowerBound of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Boundary_Type. struct jsdl__Boundary_USCOREType* LowerBound 1; ///< Required element. /// Element UpperBound of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Boundary_Type. struct jsdl__Boundary_USCOREType* UpperBound 1; ///< Required element. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type is a complexType. struct jsdl__RangeValue_USCOREType { /// Element UpperBoundedRange of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Boundary_Type. struct jsdl__Boundary_USCOREType* UpperBoundedRange 0; ///< Optional element. /// Element LowerBoundedRange of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Boundary_Type. struct jsdl__Boundary_USCOREType* LowerBoundedRange 0; ///< Optional element. /// Size of array of struct jsdl__Exact_USCOREType* is 0..unbounded int __sizeExact ; /// Array of length 0..unbounded struct jsdl__Exact_USCOREType* Exact 0; /// Size of array of struct jsdl__Range_USCOREType* is 0..unbounded int __sizeRange ; /// Array of length 0..unbounded struct jsdl__Range_USCOREType* Range 0; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDefinition_Type is a complexType. struct jsdl__JobDefinition_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDescription. struct jsdl__JobDescription_USCOREType* jsdl__JobDescription 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// Attribute id of type xs:ID. @xsd__ID id 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDescription_Type is a complexType. struct jsdl__JobDescription_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobIdentification. struct jsdl__JobIdentification_USCOREType* jsdl__JobIdentification 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Application. struct jsdl__Application_USCOREType* jsdl__Application 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Resources. struct jsdl__Resources_USCOREType* jsdl__Resources 0; ///< Optional element. /// Size of the dynamic array of struct jsdl__DataStaging_USCOREType* is 0..unbounded int __sizeDataStaging ; /// Array of length 0..unbounded struct jsdl__DataStaging_USCOREType* jsdl__DataStaging 0; /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobIdentification_Type is a complexType. struct jsdl__JobIdentification_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobName. char* jsdl__JobName 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description. jsdl__Description_USCOREType jsdl__Description 0; ///< Optional element. /// Size of the dynamic array of char** is 0..unbounded int __sizeJobAnnotation ; /// Array of length 0..unbounded char** jsdl__JobAnnotation 0; /// Size of the dynamic array of char** is 0..unbounded int __sizeJobProject ; /// Array of length 0..unbounded char** jsdl__JobProject 0; /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":Application_Type is a complexType. struct jsdl__Application_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":ApplicationName. char* jsdl__ApplicationName 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":ApplicationVersion. char* jsdl__ApplicationVersion 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description. jsdl__Description_USCOREType jsdl__Description 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":Resources_Type is a complexType. struct jsdl__Resources_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":CandidateHosts. struct jsdl__CandidateHosts_USCOREType* jsdl__CandidateHosts 0; ///< Optional element. /// Size of the dynamic array of struct jsdl__FileSystem_USCOREType* is 0..unbounded int __sizeFileSystem ; /// Array of length 0..unbounded struct jsdl__FileSystem_USCOREType* jsdl__FileSystem 0; /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":ExclusiveExecution. enum xsd__boolean* jsdl__ExclusiveExecution 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystem. struct jsdl__OperatingSystem_USCOREType* jsdl__OperatingSystem 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitecture. struct jsdl__CPUArchitecture_USCOREType* jsdl__CPUArchitecture 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualCPUSpeed. struct jsdl__RangeValue_USCOREType* jsdl__IndividualCPUSpeed 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualCPUTime. struct jsdl__RangeValue_USCOREType* jsdl__IndividualCPUTime 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualCPUCount. struct jsdl__RangeValue_USCOREType* jsdl__IndividualCPUCount 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualNetworkBandwidth. struct jsdl__RangeValue_USCOREType* jsdl__IndividualNetworkBandwidth 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualPhysicalMemory. struct jsdl__RangeValue_USCOREType* jsdl__IndividualPhysicalMemory 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualVirtualMemory. struct jsdl__RangeValue_USCOREType* jsdl__IndividualVirtualMemory 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualDiskSpace. struct jsdl__RangeValue_USCOREType* jsdl__IndividualDiskSpace 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalCPUTime. struct jsdl__RangeValue_USCOREType* jsdl__TotalCPUTime 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalCPUCount. struct jsdl__RangeValue_USCOREType* jsdl__TotalCPUCount 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalPhysicalMemory. struct jsdl__RangeValue_USCOREType* jsdl__TotalPhysicalMemory 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalVirtualMemory. struct jsdl__RangeValue_USCOREType* jsdl__TotalVirtualMemory 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalDiskSpace. struct jsdl__RangeValue_USCOREType* jsdl__TotalDiskSpace 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalResourceCount. struct jsdl__RangeValue_USCOREType* jsdl__TotalResourceCount 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":CandidateHosts_Type is a complexType. struct jsdl__CandidateHosts_USCOREType { /// Size of the dynamic array of char** is 1..unbounded int __sizeHostName ; /// Array of length 1..unbounded char** jsdl__HostName 1; }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitecture_Type is a complexType. struct jsdl__CPUArchitecture_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitectureName. enum jsdl__ProcessorArchitectureEnumeration jsdl__CPUArchitectureName 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystem_Type is a complexType. struct jsdl__FileSystem_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystemType. enum jsdl__FileSystemTypeEnumeration* jsdl__FileSystemType 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description. jsdl__Description_USCOREType jsdl__Description 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":MountPoint. char* jsdl__MountPoint 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":DiskSpace. struct jsdl__RangeValue_USCOREType* jsdl__DiskSpace 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// Attribute name of type xs:NCName. @xsd__NCName name 1; ///< Required attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystem_Type is a complexType. struct jsdl__OperatingSystem_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemType. struct jsdl__OperatingSystemType_USCOREType* jsdl__OperatingSystemType 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemVersion. char* jsdl__OperatingSystemVersion 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description. jsdl__Description_USCOREType jsdl__Description 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemType_Type is a complexType. struct jsdl__OperatingSystemType_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemName. enum jsdl__OperatingSystemTypeEnumeration jsdl__OperatingSystemName 1; ///< Required element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":DataStaging_Type is a complexType. struct jsdl__DataStaging_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileName. char* jsdl__FileName 1; ///< Required element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":FilesystemName. xsd__NCName jsdl__FilesystemName 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":CreationFlag. enum jsdl__CreationFlagEnumeration jsdl__CreationFlag 1; ///< Required element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":DeleteOnTermination. enum xsd__boolean* jsdl__DeleteOnTermination 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Source. struct jsdl__SourceTarget_USCOREType* jsdl__Source 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":Target. struct jsdl__SourceTarget_USCOREType* jsdl__Target 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// Attribute name of type xs:NCName. @xsd__NCName name 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":SourceTarget_Type is a complexType. struct jsdl__SourceTarget_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl":URI. xsd__anyURI jsdl__URI 0; ///< Optional element. /// TODO: /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this element. /// Use wsdl2h option -d for xsd__anyType DOM (soap_dom_element). /// Size of the dynamic array of XML or DOM nodes is 0..unbounded int __size ; xsd__anyType *__any ; ///< Catch any element content in DOM. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":HPCProfileApplication_Type is a complexType. struct app__HPCProfileApplication_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Executable. struct app__FileName_USCOREType* app__Executable 0; ///< Optional element. /// Size of the dynamic array of struct app__Argument_USCOREType* is 0..unbounded int __sizeArgument ; /// Array of length 0..unbounded struct app__Argument_USCOREType* app__Argument 0; /// Element reference "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Input. struct app__FileName_USCOREType* app__Input 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Output. struct app__FileName_USCOREType* app__Output 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Error. struct app__FileName_USCOREType* app__Error 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":WorkingDirectory. struct app__DirectoryName_USCOREType* app__WorkingDirectory 0; ///< Optional element. /// Size of the dynamic array of struct app__Environment_USCOREType* is 0..unbounded int __sizeEnvironment ; /// Array of length 0..unbounded struct app__Environment_USCOREType* app__Environment 0; /// Element reference "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":UserName. struct app__UserName_USCOREType* app__UserName 0; ///< Optional element. /// Attribute name of type xs:NCName. @xsd__NCName name 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":POSIXApplication_Type is a complexType. struct posix__POSIXApplication_USCOREType { /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Executable. struct posix__FileName_USCOREType* posix__Executable 0; ///< Optional element. /// Size of the dynamic array of struct posix__Argument_USCOREType* is 0..unbounded int __sizeArgument ; /// Array of length 0..unbounded struct posix__Argument_USCOREType* posix__Argument 0; /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Input. struct posix__FileName_USCOREType* posix__Input 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Output. struct posix__FileName_USCOREType* posix__Output 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Error. struct posix__FileName_USCOREType* posix__Error 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":WorkingDirectory. struct posix__DirectoryName_USCOREType* posix__WorkingDirectory 0; ///< Optional element. /// Size of the dynamic array of struct posix__Environment_USCOREType* is 0..unbounded int __sizeEnvironment ; /// Array of length 0..unbounded struct posix__Environment_USCOREType* posix__Environment 0; /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":WallTimeLimit. struct posix__Limits_USCOREType* posix__WallTimeLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileSizeLimit. struct posix__Limits_USCOREType* posix__FileSizeLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":CoreDumpLimit. struct posix__Limits_USCOREType* posix__CoreDumpLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":DataSegmentLimit. struct posix__Limits_USCOREType* posix__DataSegmentLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":LockedMemoryLimit. struct posix__Limits_USCOREType* posix__LockedMemoryLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":MemoryLimit. struct posix__Limits_USCOREType* posix__MemoryLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":OpenDescriptorsLimit. struct posix__Limits_USCOREType* posix__OpenDescriptorsLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":PipeSizeLimit. struct posix__Limits_USCOREType* posix__PipeSizeLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":StackSizeLimit. struct posix__Limits_USCOREType* posix__StackSizeLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":CPUTimeLimit. struct posix__Limits_USCOREType* posix__CPUTimeLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":ProcessCountLimit. struct posix__Limits_USCOREType* posix__ProcessCountLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":VirtualMemoryLimit. struct posix__Limits_USCOREType* posix__VirtualMemoryLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":ThreadCountLimit. struct posix__Limits_USCOREType* posix__ThreadCountLimit 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":UserName. struct posix__UserName_USCOREType* posix__UserName 0; ///< Optional element. /// Element reference "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":GroupName. struct posix__GroupName_USCOREType* posix__GroupName 0; ///< Optional element. /// Attribute name of type xs:NCName. @xsd__NCName name 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":RelatesToType is a complexType with simpleContent. struct wsa__RelatesToType { /// __item wraps 'xs:anyURI' simpleContent. xsd__anyURI __item ; /// Attribute RelationshipType of type "http://www.w3.org/2005/08/addressing":RelationshipTypeOpenEnum. @wsa__RelationshipTypeOpenEnum RelationshipType 0; ///< Default value="http://www.w3.org/2005/08/addressing/reply". /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":AttributedURIType is a complexType with simpleContent. struct wsa__AttributedURIType { /// __item wraps 'xs:anyURI' simpleContent. xsd__anyURI __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":AttributedUnsignedLongType is a complexType with simpleContent. struct wsa__AttributedUnsignedLongType { /// __item wraps 'xs:unsignedLong' simpleContent. ULONG64 __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://www.w3.org/2005/08/addressing":AttributedQNameType is a complexType with simpleContent. struct wsa__AttributedQNameType { /// __item wraps 'xs:QName' simpleContent. _QName __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":Boundary_Type is a complexType with simpleContent. struct jsdl__Boundary_USCOREType { /// __item wraps 'xs:double' simpleContent. double __item ; /// Attribute exclusiveBound of type xs:boolean. @enum xsd__boolean* exclusiveBound 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl":Exact_Type is a complexType with simpleContent. struct jsdl__Exact_USCOREType { /// __item wraps 'xs:double' simpleContent. double __item ; /// Attribute epsilon of type xs:double. @double* epsilon 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Environment_Type is a complexType with simpleContent. struct app__Environment_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// Attribute name of type xs:NCName. @xsd__NCName name 1; ///< Required attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Argument_Type is a complexType with simpleContent. struct app__Argument_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":FileName_Type is a complexType with simpleContent. struct app__FileName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":DirectoryName_Type is a complexType with simpleContent. struct app__DirectoryName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":UserName_Type is a complexType with simpleContent. struct app__UserName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Environment_Type is a complexType with simpleContent. struct posix__Environment_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// Attribute name of type xs:NCName. @xsd__NCName name 1; ///< Required attribute. /// Attribute filesystemName of type xs:NCName. @xsd__NCName filesystemName 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Argument_Type is a complexType with simpleContent. struct posix__Argument_USCOREType { /// __item wraps 'xs:normalizedString' simpleContent. xsd__normalizedString __item ; /// Attribute filesystemName of type xs:NCName. @xsd__NCName filesystemName 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileName_Type is a complexType with simpleContent. struct posix__FileName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// Attribute filesystemName of type xs:NCName. @xsd__NCName filesystemName 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":DirectoryName_Type is a complexType with simpleContent. struct posix__DirectoryName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// Attribute filesystemName of type xs:NCName. @xsd__NCName filesystemName 0; ///< Optional attribute. /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type is a complexType with simpleContent. struct posix__Limits_USCOREType { /// __item wraps 'xs:nonNegativeInteger' simpleContent. xsd__nonNegativeInteger __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":UserName_Type is a complexType with simpleContent. struct posix__UserName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":GroupName_Type is a complexType with simpleContent. struct posix__GroupName_USCOREType { /// __item wraps 'xs:string' simpleContent. char* __item ; /// /// TODO: Schema extensibility is user-definable. /// Consult the protocol documentation to change or insert declarations. /// Use wsdl2h option -x to remove this attribute. /// Use wsdl2h option -d for xsd__anyAttribute DOM (soap_dom_attribute). @xsd__anyAttribute __anyAttribute ; ///< Store anyAttribute content in DOM soap_dom_attribute linked node structure. }; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":CreateActivity of type "http://schemas.ggf.org/bes/2006/08/bes-factory":CreateActivityType. typedef struct bes__CreateActivityType _bes__CreateActivity; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":CreateActivityResponse of type "http://schemas.ggf.org/bes/2006/08/bes-factory":CreateActivityResponseType. typedef struct bes__CreateActivityResponseType _bes__CreateActivityResponse; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatuses of type "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatusesType. typedef struct bes__GetActivityStatusesType _bes__GetActivityStatuses; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatusesResponse of type "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityStatusesResponseType. typedef struct bes__GetActivityStatusesResponseType _bes__GetActivityStatusesResponse; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivities of type "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivitiesType. typedef struct bes__TerminateActivitiesType _bes__TerminateActivities; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivitiesResponse of type "http://schemas.ggf.org/bes/2006/08/bes-factory":TerminateActivitiesResponseType. typedef struct bes__TerminateActivitiesResponseType _bes__TerminateActivitiesResponse; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocuments of type "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocumentsType. typedef struct bes__GetActivityDocumentsType _bes__GetActivityDocuments; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocumentsResponse of type "http://schemas.ggf.org/bes/2006/08/bes-factory":GetActivityDocumentsResponseType. typedef struct bes__GetActivityDocumentsResponseType _bes__GetActivityDocumentsResponse; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":GetFactoryAttributesDocument of type "http://schemas.ggf.org/bes/2006/08/bes-factory":GetFactoryAttributesDocumentType. typedef struct bes__GetFactoryAttributesDocumentType _bes__GetFactoryAttributesDocument; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":GetFactoryAttributesDocumentResponse of type "http://schemas.ggf.org/bes/2006/08/bes-factory":GetFactoryAttributesDocumentResponseType. typedef struct bes__GetFactoryAttributesDocumentResponseType _bes__GetFactoryAttributesDocumentResponse; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAuthorizedFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAuthorizedFaultType. typedef struct bes__NotAuthorizedFaultType _bes__NotAuthorizedFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAcceptingNewActivitiesFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAcceptingNewActivitiesFaultType. typedef struct bes__NotAcceptingNewActivitiesFaultType _bes__NotAcceptingNewActivitiesFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":UnsupportedFeatureFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":UnsupportedFeatureFaultType. typedef struct bes__UnsupportedFeatureFaultType _bes__UnsupportedFeatureFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":CantApplyOperationToCurrentStateFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":CantApplyOperationToCurrentStateFaultType. typedef struct bes__CantApplyOperationToCurrentStateFaultType _bes__CantApplyOperationToCurrentStateFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":OperationWillBeAppliedEventuallyFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":OperationWillBeAppliedEventuallyFaultType. typedef struct bes__OperationWillBeAppliedEventuallyFaultType _bes__OperationWillBeAppliedEventuallyFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidActivityIdentifierFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidActivityIdentifierFaultType. typedef struct bes__InvalidActivityIdentifierFaultType _bes__InvalidActivityIdentifierFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault of type "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFaultType. typedef struct bes__InvalidRequestMessageFaultType _bes__InvalidRequestMessageFault; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":BasicResourceAttributesDocument of type "http://schemas.ggf.org/bes/2006/08/bes-factory":BasicResourceAttributesDocumentType. typedef struct bes__BasicResourceAttributesDocumentType _bes__BasicResourceAttributesDocument; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":FactoryResourceAttributesDocument of type "http://schemas.ggf.org/bes/2006/08/bes-factory":FactoryResourceAttributesDocumentType. typedef struct bes__FactoryResourceAttributesDocumentType _bes__FactoryResourceAttributesDocument; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityDocument of type "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityDocumentType. typedef struct bes__ActivityDocumentType _bes__ActivityDocument; /// Element "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStatus of type "http://schemas.ggf.org/bes/2006/08/bes-factory":ActivityStatusType. typedef struct bes__ActivityStatusType _bes__ActivityStatus; /// Element "http://www.w3.org/2005/08/addressing":EndpointReference of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. typedef struct wsa__EndpointReferenceType _wsa__EndpointReference; /// Element "http://www.w3.org/2005/08/addressing":ReferenceParameters of type "http://www.w3.org/2005/08/addressing":ReferenceParametersType. typedef struct wsa__ReferenceParametersType _wsa__ReferenceParameters; /// Element "http://www.w3.org/2005/08/addressing":Metadata of type "http://www.w3.org/2005/08/addressing":MetadataType. typedef struct wsa__MetadataType _wsa__Metadata; /// Element "http://www.w3.org/2005/08/addressing":MessageID of type "http://www.w3.org/2005/08/addressing":AttributedURIType. typedef struct wsa__AttributedURIType _wsa__MessageID; /// Element "http://www.w3.org/2005/08/addressing":RelatesTo of type "http://www.w3.org/2005/08/addressing":RelatesToType. typedef struct wsa__RelatesToType _wsa__RelatesTo; /// Element "http://www.w3.org/2005/08/addressing":ReplyTo of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. typedef struct wsa__EndpointReferenceType _wsa__ReplyTo; /// Element "http://www.w3.org/2005/08/addressing":From of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. typedef struct wsa__EndpointReferenceType _wsa__From; /// Element "http://www.w3.org/2005/08/addressing":FaultTo of type "http://www.w3.org/2005/08/addressing":EndpointReferenceType. typedef struct wsa__EndpointReferenceType _wsa__FaultTo; /// Element "http://www.w3.org/2005/08/addressing":To of type "http://www.w3.org/2005/08/addressing":AttributedURIType. typedef struct wsa__AttributedURIType _wsa__To; /// Element "http://www.w3.org/2005/08/addressing":Action of type "http://www.w3.org/2005/08/addressing":AttributedURIType. typedef struct wsa__AttributedURIType _wsa__Action; /// Element "http://www.w3.org/2005/08/addressing":RetryAfter of type "http://www.w3.org/2005/08/addressing":AttributedUnsignedLongType. typedef struct wsa__AttributedUnsignedLongType _wsa__RetryAfter; /// Element "http://www.w3.org/2005/08/addressing":ProblemHeaderQName of type "http://www.w3.org/2005/08/addressing":AttributedQNameType. typedef struct wsa__AttributedQNameType _wsa__ProblemHeaderQName; /// Element "http://www.w3.org/2005/08/addressing":ProblemIRI of type "http://www.w3.org/2005/08/addressing":AttributedURIType. typedef struct wsa__AttributedURIType _wsa__ProblemIRI; /// Element "http://www.w3.org/2005/08/addressing":ProblemAction of type "http://www.w3.org/2005/08/addressing":ProblemActionType. typedef struct wsa__ProblemActionType _wsa__ProblemAction; /// Attribute "http://www.w3.org/2005/08/addressing":IsReferenceParameter of simpleType xs:boolean. typedef enum xsd__boolean _wsa__IsReferenceParameter; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDefinition of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDefinition_Type. typedef struct jsdl__JobDefinition_USCOREType _jsdl__JobDefinition; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDescription of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobDescription_Type. typedef struct jsdl__JobDescription_USCOREType _jsdl__JobDescription; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobIdentification of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobIdentification_Type. typedef struct jsdl__JobIdentification_USCOREType _jsdl__JobIdentification; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobName of type xs:string. typedef char* _jsdl__JobName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Description_Type. typedef jsdl__Description_USCOREType _jsdl__Description; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobAnnotation of type xs:string. typedef char* _jsdl__JobAnnotation; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":JobProject of type xs:string. typedef char* _jsdl__JobProject; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":Application of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Application_Type. typedef struct jsdl__Application_USCOREType _jsdl__Application; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":ApplicationName of type xs:string. typedef char* _jsdl__ApplicationName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":ApplicationVersion of type xs:string. typedef char* _jsdl__ApplicationVersion; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":Resources of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":Resources_Type. typedef struct jsdl__Resources_USCOREType _jsdl__Resources; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":CandidateHosts of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":CandidateHosts_Type. typedef struct jsdl__CandidateHosts_USCOREType _jsdl__CandidateHosts; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":HostName of type xs:string. typedef char* _jsdl__HostName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystem of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystem_Type. typedef struct jsdl__OperatingSystem_USCOREType _jsdl__OperatingSystem; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemType of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemType_Type. typedef struct jsdl__OperatingSystemType_USCOREType _jsdl__OperatingSystemType; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemVersion of type xs:string. typedef char* _jsdl__OperatingSystemVersion; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemName of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":OperatingSystemTypeEnumeration. typedef enum jsdl__OperatingSystemTypeEnumeration _jsdl__OperatingSystemName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":ExclusiveExecution of type xs:boolean. typedef enum xsd__boolean _jsdl__ExclusiveExecution; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitecture of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitecture_Type. typedef struct jsdl__CPUArchitecture_USCOREType _jsdl__CPUArchitecture; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":CPUArchitectureName of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":ProcessorArchitectureEnumeration. typedef enum jsdl__ProcessorArchitectureEnumeration _jsdl__CPUArchitectureName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystem of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystem_Type. typedef struct jsdl__FileSystem_USCOREType _jsdl__FileSystem; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystemType of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileSystemTypeEnumeration. typedef enum jsdl__FileSystemTypeEnumeration _jsdl__FileSystemType; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":MountPoint of type xs:string. typedef char* _jsdl__MountPoint; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":DiskSpace of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__DiskSpace; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualCPUTime of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualCPUTime; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualCPUSpeed of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualCPUSpeed; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualCPUCount of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualCPUCount; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualPhysicalMemory of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualPhysicalMemory; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualVirtualMemory of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualVirtualMemory; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualNetworkBandwidth of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualNetworkBandwidth; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":IndividualDiskSpace of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualDiskSpace; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalCPUTime of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalCPUTime; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalCPUCount of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalCPUCount; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalPhysicalMemory of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalPhysicalMemory; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalVirtualMemory of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalVirtualMemory; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalDiskSpace of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalDiskSpace; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":TotalResourceCount of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":RangeValue_Type. typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalResourceCount; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":DataStaging of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":DataStaging_Type. typedef struct jsdl__DataStaging_USCOREType _jsdl__DataStaging; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":FileName of type xs:string. typedef char* _jsdl__FileName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":FilesystemName of type xs:NCName. typedef xsd__NCName _jsdl__FilesystemName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":CreationFlag of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":CreationFlagEnumeration. typedef enum jsdl__CreationFlagEnumeration _jsdl__CreationFlag; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":DeleteOnTermination of type xs:boolean. typedef enum xsd__boolean _jsdl__DeleteOnTermination; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":Source of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":SourceTarget_Type. typedef struct jsdl__SourceTarget_USCOREType _jsdl__Source; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":Target of type "http://schemas.ggf.org/jsdl/2005/11/jsdl":SourceTarget_Type. typedef struct jsdl__SourceTarget_USCOREType _jsdl__Target; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl":URI of type xs:anyURI. typedef xsd__anyURI _jsdl__URI; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":HPCProfileApplication of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":HPCProfileApplication_Type. typedef struct app__HPCProfileApplication_USCOREType _app__HPCProfileApplication; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Executable of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":FileName_Type. typedef struct app__FileName_USCOREType _app__Executable; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Argument of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Argument_Type. typedef struct app__Argument_USCOREType _app__Argument; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Input of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":FileName_Type. typedef struct app__FileName_USCOREType _app__Input; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Output of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":FileName_Type. typedef struct app__FileName_USCOREType _app__Output; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Error of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":FileName_Type. typedef struct app__FileName_USCOREType _app__Error; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":WorkingDirectory of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":DirectoryName_Type. typedef struct app__DirectoryName_USCOREType _app__WorkingDirectory; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Environment of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":Environment_Type. typedef struct app__Environment_USCOREType _app__Environment; /// Element "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":UserName of type "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa":UserName_Type. typedef struct app__UserName_USCOREType _app__UserName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":POSIXApplication of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":POSIXApplication_Type. typedef struct posix__POSIXApplication_USCOREType _posix__POSIXApplication; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Executable of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileName_Type. typedef struct posix__FileName_USCOREType _posix__Executable; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Argument of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Argument_Type. typedef struct posix__Argument_USCOREType _posix__Argument; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Input of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileName_Type. typedef struct posix__FileName_USCOREType _posix__Input; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Output of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileName_Type. typedef struct posix__FileName_USCOREType _posix__Output; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Error of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileName_Type. typedef struct posix__FileName_USCOREType _posix__Error; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":WorkingDirectory of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":DirectoryName_Type. typedef struct posix__DirectoryName_USCOREType _posix__WorkingDirectory; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Environment of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Environment_Type. typedef struct posix__Environment_USCOREType _posix__Environment; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":WallTimeLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__WallTimeLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":FileSizeLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__FileSizeLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":CoreDumpLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__CoreDumpLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":DataSegmentLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__DataSegmentLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":LockedMemoryLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__LockedMemoryLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":MemoryLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__MemoryLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":OpenDescriptorsLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__OpenDescriptorsLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":PipeSizeLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__PipeSizeLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":StackSizeLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__StackSizeLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":CPUTimeLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__CPUTimeLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":ProcessCountLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__ProcessCountLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":VirtualMemoryLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__VirtualMemoryLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":ThreadCountLimit of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":Limits_Type. typedef struct posix__Limits_USCOREType _posix__ThreadCountLimit; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":UserName of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":UserName_Type. typedef struct posix__UserName_USCOREType _posix__UserName; /// Element "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":GroupName of type "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix":GroupName_Type. typedef struct posix__GroupName_USCOREType _posix__GroupName; /******************************************************************************\ * * * Services * * * \******************************************************************************/ //gsoap bes service name: BESFactoryBinding //gsoap bes service type: BESFactoryPortType //gsoap bes service namespace: http://schemas.ggf.org/bes/2006/08/bes-factory //gsoap bes service transport: http://schemas.xmlsoap.org/soap/http /** @mainpage Service Definitions @section Service_bindings Bindings - @ref BESFactoryBinding */ /** @page BESFactoryBinding Binding "BESFactoryBinding" @section BESFactoryBinding_operations Operations of Binding "BESFactoryBinding" - @ref __bes__CreateActivity - @ref __bes__GetActivityStatuses - @ref __bes__TerminateActivities - @ref __bes__GetActivityDocuments - @ref __bes__GetFactoryAttributesDocument @section BESFactoryBinding_ports Endpoints of Binding "BESFactoryBinding" Note: use wsdl2h option -N to change the service binding prefix name */ /******************************************************************************\ * * * Custom SOAP Header * * * \******************************************************************************/ struct SOAP_ENV__Header { mustUnderstand _wsse__Security *wsse__Security 0; _wsa__MessageID wsa__MessageID 0; _wsa__RelatesTo *wsa__RelatesTo 0; _wsa__From *wsa__From 0; _wsa__ReplyTo *wsa__ReplyTo 0; _wsa__FaultTo *wsa__FaultTo 0; _wsa__To wsa__To 0; _wsa__Action wsa__Action 0; int __size ; xsd__anyType *__any 0; } SOAP_ENV__Header; /******************************************************************************\ * * * SOAP Fault Detail * * * \******************************************************************************/ /** The SOAP Fault is part of the gSOAP context and its content is accessed through the soap.fault->detail variable (SOAP 1.1) or the soap.fault->SOAP_ENV__Detail variable (SOAP 1.2). Use option -j to omit. */ struct SOAP_ENV__Detail { struct bes__InvalidRequestMessageFaultType* bes__InvalidRequestMessageFault; ///< SOAP Fault element ""http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault" part "Detail" struct bes__NotAcceptingNewActivitiesFaultType* bes__NotAcceptingNewActivitiesFault; ///< SOAP Fault element ""http://schemas.ggf.org/bes/2006/08/bes-factory":NotAcceptingNewActivitiesFault" part "Detail" struct bes__NotAuthorizedFaultType* bes__NotAuthorizedFault ; ///< SOAP Fault element ""http://schemas.ggf.org/bes/2006/08/bes-factory":NotAuthorizedFault" part "Detail" struct bes__UnsupportedFeatureFaultType* bes__UnsupportedFeatureFault ; ///< SOAP Fault element ""http://schemas.ggf.org/bes/2006/08/bes-factory":UnsupportedFeatureFault" part "Detail" int __type ; ///< set to SOAP_TYPE_X for a serializable type X void *fault ; ///< points to serializable object X or NULL xsd__anyType __any ; ///< Catch any element content in DOM. }; /******************************************************************************\ * * * BESFactoryBinding * * * \******************************************************************************/ /******************************************************************************\ * * * __bes__CreateActivity * * * \******************************************************************************/ /// Operation "__bes__CreateActivity" of service binding "BESFactoryBinding" /** Operation details: - SOAP document/literal style - SOAP action="http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/CreateActivity" - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAuthorizedFault (literal) - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":NotAcceptingNewActivitiesFault (literal) - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":UnsupportedFeatureFault (literal) - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___bes__CreateActivity( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct bes__CreateActivityType* bes__CreateActivity, // response parameters: struct bes__CreateActivityResponseType*bes__CreateActivityResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __bes__CreateActivity( struct soap *soap, // request parameters: struct bes__CreateActivityType* bes__CreateActivity, // response parameters: struct bes__CreateActivityResponseType*bes__CreateActivityResponse ); @endcode */ //gsoap bes service method-style: CreateActivity document //gsoap bes service method-encoding: CreateActivity literal //gsoap bes service method-action: CreateActivity http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/CreateActivity //gsoap bes service method-fault: CreateActivity bes__NotAuthorizedFault //gsoap bes service method-fault: CreateActivity bes__NotAcceptingNewActivitiesFault //gsoap bes service method-fault: CreateActivity bes__UnsupportedFeatureFault //gsoap bes service method-fault: CreateActivity bes__InvalidRequestMessageFault int __bes__CreateActivity( struct bes__CreateActivityType* bes__CreateActivity, ///< Request parameter struct bes__CreateActivityResponseType*bes__CreateActivityResponse ///< Response parameter ); /******************************************************************************\ * * * __bes__GetActivityStatuses * * * \******************************************************************************/ /// Operation "__bes__GetActivityStatuses" of service binding "BESFactoryBinding" /** Operation details: - SOAP document/literal style - SOAP action="http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/GetActivityStatuses" - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___bes__GetActivityStatuses( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct bes__GetActivityStatusesType bes__GetActivityStatuses, // response parameters: struct bes__GetActivityStatusesResponseType*bes__GetActivityStatusesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __bes__GetActivityStatuses( struct soap *soap, // request parameters: struct bes__GetActivityStatusesType bes__GetActivityStatuses, // response parameters: struct bes__GetActivityStatusesResponseType*bes__GetActivityStatusesResponse ); @endcode */ //gsoap bes service method-style: GetActivityStatuses document //gsoap bes service method-encoding: GetActivityStatuses literal //gsoap bes service method-action: GetActivityStatuses http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/GetActivityStatuses //gsoap bes service method-fault: GetActivityStatuses bes__InvalidRequestMessageFault int __bes__GetActivityStatuses( struct bes__GetActivityStatusesType bes__GetActivityStatuses, ///< Request parameter struct bes__GetActivityStatusesResponseType*bes__GetActivityStatusesResponse ///< Response parameter ); /******************************************************************************\ * * * __bes__TerminateActivities * * * \******************************************************************************/ /// Operation "__bes__TerminateActivities" of service binding "BESFactoryBinding" /** Operation details: - SOAP document/literal style - SOAP action="http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/TerminateActivities" - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___bes__TerminateActivities( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct bes__TerminateActivitiesType bes__TerminateActivities, // response parameters: struct bes__TerminateActivitiesResponseType* bes__TerminateActivitiesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __bes__TerminateActivities( struct soap *soap, // request parameters: struct bes__TerminateActivitiesType bes__TerminateActivities, // response parameters: struct bes__TerminateActivitiesResponseType* bes__TerminateActivitiesResponse ); @endcode */ //gsoap bes service method-style: TerminateActivities document //gsoap bes service method-encoding: TerminateActivities literal //gsoap bes service method-action: TerminateActivities http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/TerminateActivities //gsoap bes service method-fault: TerminateActivities bes__InvalidRequestMessageFault int __bes__TerminateActivities( struct bes__TerminateActivitiesType bes__TerminateActivities, ///< Request parameter struct bes__TerminateActivitiesResponseType* bes__TerminateActivitiesResponse ///< Response parameter ); /******************************************************************************\ * * * __bes__GetActivityDocuments * * * \******************************************************************************/ /// Operation "__bes__GetActivityDocuments" of service binding "BESFactoryBinding" /** Operation details: - SOAP document/literal style - SOAP action="http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/GetActivityDocuments" - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___bes__GetActivityDocuments( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct bes__GetActivityDocumentsType bes__GetActivityDocuments, // response parameters: struct bes__GetActivityDocumentsResponseType*bes__GetActivityDocumentsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __bes__GetActivityDocuments( struct soap *soap, // request parameters: struct bes__GetActivityDocumentsType bes__GetActivityDocuments, // response parameters: struct bes__GetActivityDocumentsResponseType*bes__GetActivityDocumentsResponse ); @endcode */ //gsoap bes service method-style: GetActivityDocuments document //gsoap bes service method-encoding: GetActivityDocuments literal //gsoap bes service method-action: GetActivityDocuments http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/GetActivityDocuments //gsoap bes service method-fault: GetActivityDocuments bes__InvalidRequestMessageFault int __bes__GetActivityDocuments( struct bes__GetActivityDocumentsType bes__GetActivityDocuments, ///< Request parameter struct bes__GetActivityDocumentsResponseType*bes__GetActivityDocumentsResponse ///< Response parameter ); /******************************************************************************\ * * * __bes__GetFactoryAttributesDocument * * * \******************************************************************************/ /// Operation "__bes__GetFactoryAttributesDocument" of service binding "BESFactoryBinding" /** Operation details: - SOAP document/literal style - SOAP action="http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/GetFactoryAttributesDocument" - SOAP Fault: "http://schemas.ggf.org/bes/2006/08/bes-factory":InvalidRequestMessageFault (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___bes__GetFactoryAttributesDocument( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct bes__GetFactoryAttributesDocumentType* bes__GetFactoryAttributesDocument, // response parameters: struct bes__GetFactoryAttributesDocumentResponseType*bes__GetFactoryAttributesDocumentResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __bes__GetFactoryAttributesDocument( struct soap *soap, // request parameters: struct bes__GetFactoryAttributesDocumentType* bes__GetFactoryAttributesDocument, // response parameters: struct bes__GetFactoryAttributesDocumentResponseType*bes__GetFactoryAttributesDocumentResponse ); @endcode */ //gsoap bes service method-style: GetFactoryAttributesDocument document //gsoap bes service method-encoding: GetFactoryAttributesDocument literal //gsoap bes service method-action: GetFactoryAttributesDocument http://schemas.ggf.org/bes/2006/08/bes-factory/BESFactoryPortType/GetFactoryAttributesDocument //gsoap bes service method-fault: GetFactoryAttributesDocument bes__InvalidRequestMessageFault int __bes__GetFactoryAttributesDocument( struct bes__GetFactoryAttributesDocumentType* bes__GetFactoryAttributesDocument, ///< Request parameter struct bes__GetFactoryAttributesDocumentResponseType*bes__GetFactoryAttributesDocumentResponse ///< Response parameter ); /* End of bes-factory.h */