/* soapStub.h Generated by gSOAP 2.7.10 from bes-factory.h Copyright(C) 2000-2008, Robert van Engelen, Genivia Inc. All Rights Reserved. This part of the software is released under one of the following licenses: GPL, the gSOAP public license, or Genivia's license for commercial use. */ #ifndef soapStub_H #define soapStub_H #include "stdsoap2.h" #ifdef __cplusplus extern "C" { #endif /******************************************************************************\ * * * Enumerations * * * \******************************************************************************/ #ifndef SOAP_TYPE_wsu__tTimestampFault #define SOAP_TYPE_wsu__tTimestampFault (7) /* wsu:tTimestampFault */ enum wsu__tTimestampFault {wsu__MessageExpired = 0}; #endif #ifndef SOAP_TYPE_wsse__FaultcodeEnum #define SOAP_TYPE_wsse__FaultcodeEnum (9) /* wsse:FaultcodeEnum */ enum wsse__FaultcodeEnum {wsse__UnsupportedSecurityToken = 0, wsse__UnsupportedAlgorithm = 1, wsse__InvalidSecurity = 2, wsse__InvalidSecurityToken = 3, wsse__FailedAuthentication = 4, wsse__FailedCheck = 5, wsse__SecurityTokenUnavailable = 6}; #endif #ifndef SOAP_TYPE_xsd__boolean #define SOAP_TYPE_xsd__boolean (68) /* xsd:boolean */ enum xsd__boolean {false_ = 0, true_ = 1}; #endif #ifndef SOAP_TYPE_bes__ActivityStateEnumeration #define SOAP_TYPE_bes__ActivityStateEnumeration (136) /* bes:ActivityStateEnumeration */ enum bes__ActivityStateEnumeration {Pending = 0, Running = 1, Cancelled = 2, Failed = 3, Finished = 4}; #endif #ifndef SOAP_TYPE_wsa__RelationshipType #define SOAP_TYPE_wsa__RelationshipType (137) /* wsa:RelationshipType */ enum wsa__RelationshipType {http___x002f_x002fwww_x002ew3_x002eorg_x002f2005_x002f08_x002faddressing_x002freply = 0}; #endif #ifndef SOAP_TYPE_wsa__FaultCodesType #define SOAP_TYPE_wsa__FaultCodesType (138) /* wsa:FaultCodesType */ enum wsa__FaultCodesType {wsa__InvalidAddressingHeader = 0, wsa__InvalidAddress = 1, wsa__InvalidEPR = 2, wsa__InvalidCardinality = 3, wsa__MissingAddressInEPR = 4, wsa__DuplicateMessageID = 5, wsa__ActionMismatch = 6, wsa__MessageAddressingHeaderRequired = 7, wsa__DestinationUnreachable = 8, wsa__ActionNotSupported = 9, wsa__EndpointUnavailable = 10}; #endif #ifndef SOAP_TYPE_jsdl__ProcessorArchitectureEnumeration #define SOAP_TYPE_jsdl__ProcessorArchitectureEnumeration (139) /* jsdl:ProcessorArchitectureEnumeration */ enum jsdl__ProcessorArchitectureEnumeration {sparc = 0, powerpc = 1, x86 = 2, x86_USCORE32 = 3, x86_USCORE64 = 4, parisc = 5, mips = 6, ia64 = 7, arm = 8, other = 9}; #endif #ifndef SOAP_TYPE_jsdl__OperatingSystemTypeEnumeration #define SOAP_TYPE_jsdl__OperatingSystemTypeEnumeration (140) /* jsdl:OperatingSystemTypeEnumeration */ enum jsdl__OperatingSystemTypeEnumeration {Unknown = 0, MACOS = 1, ATTUNIX = 2, DGUX = 3, DECNT = 4, Tru64_USCOREUNIX = 5, OpenVMS = 6, HPUX = 7, AIX = 8, MVS = 9, OS400 = 10, OS_USCORE2 = 11, JavaVM = 12, MSDOS = 13, WIN3x = 14, WIN95 = 15, WIN98 = 16, WINNT = 17, WINCE = 18, NCR3000 = 19, NetWare = 20, OSF = 21, DC_USCOREOS = 22, Reliant_USCOREUNIX = 23, SCO_USCOREUnixWare = 24, SCO_USCOREOpenServer = 25, Sequent = 26, IRIX = 27, Solaris = 28, SunOS = 29, U6000 = 30, ASERIES = 31, TandemNSK = 32, TandemNT = 33, BS2000 = 34, LINUX = 35, Lynx = 36, XENIX = 37, VM = 38, Interactive_USCOREUNIX = 39, BSDUNIX = 40, FreeBSD = 41, NetBSD = 42, GNU_USCOREHurd = 43, OS9 = 44, MACH_USCOREKernel = 45, Inferno = 46, QNX = 47, EPOC = 48, IxWorks = 49, VxWorks = 50, MiNT = 51, BeOS = 52, HP_USCOREMPE = 53, NextStep = 54, PalmPilot = 55, Rhapsody = 56, Windows_USCORE2000 = 57, Dedicated = 58, OS_USCORE390 = 59, VSE = 60, TPF = 61, Windows_USCORER_USCOREMe = 62, Caldera_USCOREOpen_USCOREUNIX = 63, OpenBSD = 64, Not_USCOREApplicable = 65, Windows_USCOREXP = 66, z_USCOREOS = 67, other_ = 68}; #endif #ifndef SOAP_TYPE_jsdl__FileSystemTypeEnumeration #define SOAP_TYPE_jsdl__FileSystemTypeEnumeration (141) /* jsdl:FileSystemTypeEnumeration */ enum jsdl__FileSystemTypeEnumeration {swap = 0, temporary = 1, spool = 2, normal = 3}; #endif #ifndef SOAP_TYPE_jsdl__CreationFlagEnumeration #define SOAP_TYPE_jsdl__CreationFlagEnumeration (142) /* jsdl:CreationFlagEnumeration */ enum jsdl__CreationFlagEnumeration {overwrite = 0, append = 1, dontOverwrite = 2}; #endif /******************************************************************************\ * * * Classes and Structs * * * \******************************************************************************/ #if 0 /* volatile type: do not redeclare here */ #endif #ifndef SOAP_TYPE__wsu__Timestamp #define SOAP_TYPE__wsu__Timestamp (8) /* wsu:Timestamp */ struct _wsu__Timestamp { char *wsu__Id; /* optional attribute of type xsd:string */ char *Created; /* optional element of type xsd:string */ char *Expires; /* optional element of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__UsernameToken #define SOAP_TYPE__wsse__UsernameToken (10) /* wsse:UsernameToken */ struct _wsse__UsernameToken { char *Username; /* optional element of type xsd:string */ struct _wsse__Password *Password; /* optional element of type wsse:Password */ char *Nonce; /* optional element of type xsd:string */ char *wsu__Created; /* optional element of type xsd:string */ char *wsu__Id; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__BinarySecurityToken #define SOAP_TYPE__wsse__BinarySecurityToken (13) /* Primitive wsse:BinarySecurityToken schema type: */ struct _wsse__BinarySecurityToken { char *__item; char *wsu__Id; /* optional attribute of type xsd:string */ char *ValueType; /* optional attribute of type xsd:string */ char *EncodingType; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__Reference #define SOAP_TYPE__wsse__Reference (14) /* wsse:Reference */ struct _wsse__Reference { char *URI; /* optional attribute of type xsd:string */ char *ValueType; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__Embedded #define SOAP_TYPE__wsse__Embedded (15) /* wsse:Embedded */ struct _wsse__Embedded { char *wsu__Id; /* optional attribute of type xsd:string */ char *ValueType; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__KeyIdentifier #define SOAP_TYPE__wsse__KeyIdentifier (16) /* Primitive wsse:KeyIdentifier schema type: */ struct _wsse__KeyIdentifier { char *__item; char *wsu__Id; /* optional attribute of type xsd:string */ char *ValueType; /* optional attribute of type xsd:string */ char *EncodingType; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__SecurityTokenReference #define SOAP_TYPE__wsse__SecurityTokenReference (17) /* wsse:SecurityTokenReference */ struct _wsse__SecurityTokenReference { struct _wsse__Reference *Reference; /* optional element of type wsse:Reference */ struct _wsse__KeyIdentifier *KeyIdentifier; /* optional element of type wsse:KeyIdentifier */ struct _wsse__Embedded *Embedded; /* optional element of type wsse:Embedded */ char *wsu__Id; /* optional attribute of type xsd:string */ char *Usage; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__SignatureType #define SOAP_TYPE_ds__SignatureType (21) /* ds:SignatureType */ struct ds__SignatureType { struct ds__SignedInfoType *SignedInfo; /* optional element of type ds:SignedInfoType */ char *SignatureValue; /* optional element of type xsd:string */ struct ds__KeyInfoType *KeyInfo; /* optional element of type ds:KeyInfoType */ char *Id; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__c14n__InclusiveNamespaces #define SOAP_TYPE__c14n__InclusiveNamespaces (30) /* c14n:InclusiveNamespaces */ struct _c14n__InclusiveNamespaces { char *PrefixList; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__TransformType #define SOAP_TYPE_ds__TransformType (31) /* ds:TransformType */ struct ds__TransformType { struct _c14n__InclusiveNamespaces *c14n__InclusiveNamespaces; /* optional element of type c14n:InclusiveNamespaces */ char *__any; char *Algorithm; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__KeyInfoType #define SOAP_TYPE_ds__KeyInfoType (24) /* ds:KeyInfoType */ struct ds__KeyInfoType { char *KeyName; /* optional element of type xsd:string */ struct ds__KeyValueType *KeyValue; /* optional element of type ds:KeyValueType */ struct ds__RetrievalMethodType *RetrievalMethod; /* optional element of type ds:RetrievalMethodType */ struct ds__X509DataType *X509Data; /* optional element of type ds:X509DataType */ struct _wsse__SecurityTokenReference *wsse__SecurityTokenReference; /* optional element of type wsse:SecurityTokenReference */ char *Id; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__SignedInfoType #define SOAP_TYPE_ds__SignedInfoType (22) /* ds:SignedInfoType */ struct ds__SignedInfoType { struct ds__CanonicalizationMethodType *CanonicalizationMethod; /* required element of type ds:CanonicalizationMethodType */ struct ds__SignatureMethodType *SignatureMethod; /* required element of type ds:SignatureMethodType */ int __sizeReference; /* sequence of elements */ struct ds__ReferenceType **Reference; /* required element of type ds:ReferenceType */ char *Id; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__CanonicalizationMethodType #define SOAP_TYPE_ds__CanonicalizationMethodType (26) /* ds:CanonicalizationMethodType */ struct ds__CanonicalizationMethodType { char *Algorithm; /* required attribute of type xsd:string */ struct _c14n__InclusiveNamespaces *c14n__InclusiveNamespaces; /* optional element of type c14n:InclusiveNamespaces */ }; #endif #ifndef SOAP_TYPE_ds__SignatureMethodType #define SOAP_TYPE_ds__SignatureMethodType (27) /* ds:SignatureMethodType */ struct ds__SignatureMethodType { int *HMACOutputLength; /* optional element of type xsd:int */ char *Algorithm; /* required attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__ReferenceType #define SOAP_TYPE_ds__ReferenceType (28) /* ds:ReferenceType */ struct ds__ReferenceType { struct ds__TransformsType *Transforms; /* optional element of type ds:TransformsType */ struct ds__DigestMethodType *DigestMethod; /* required element of type ds:DigestMethodType */ char *DigestValue; /* required element of type xsd:string */ char *Id; /* optional attribute of type xsd:string */ char *URI; /* optional attribute of type xsd:string */ char *Type; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__TransformsType #define SOAP_TYPE_ds__TransformsType (29) /* ds:TransformsType */ struct ds__TransformsType { int __sizeTransform; /* sequence of elements */ struct ds__TransformType *Transform; /* required element of type ds:TransformType */ }; #endif #ifndef SOAP_TYPE_ds__DigestMethodType #define SOAP_TYPE_ds__DigestMethodType (33) /* ds:DigestMethodType */ struct ds__DigestMethodType { char *Algorithm; /* required attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__KeyValueType #define SOAP_TYPE_ds__KeyValueType (34) /* ds:KeyValueType */ struct ds__KeyValueType { struct ds__DSAKeyValueType *DSAKeyValue; /* required element of type ds:DSAKeyValueType */ struct ds__RSAKeyValueType *RSAKeyValue; /* required element of type ds:RSAKeyValueType */ }; #endif #ifndef SOAP_TYPE_ds__RetrievalMethodType #define SOAP_TYPE_ds__RetrievalMethodType (36) /* ds:RetrievalMethodType */ struct ds__RetrievalMethodType { struct ds__TransformsType *Transforms; /* optional element of type ds:TransformsType */ char *URI; /* optional attribute of type xsd:string */ char *Type; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__X509DataType #define SOAP_TYPE_ds__X509DataType (38) /* ds:X509DataType */ struct ds__X509DataType { struct ds__X509IssuerSerialType *X509IssuerSerial; /* required element of type ds:X509IssuerSerialType */ char *X509SKI; /* required element of type xsd:string */ char *X509SubjectName; /* required element of type xsd:string */ char *X509Certificate; /* required element of type xsd:string */ char *X509CRL; /* required element of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__X509IssuerSerialType #define SOAP_TYPE_ds__X509IssuerSerialType (41) /* ds:X509IssuerSerialType */ struct ds__X509IssuerSerialType { char *X509IssuerName; /* required element of type xsd:string */ int X509SerialNumber; /* required element of type xsd:int */ }; #endif #ifndef SOAP_TYPE_ds__DSAKeyValueType #define SOAP_TYPE_ds__DSAKeyValueType (42) /* ds:DSAKeyValueType */ struct ds__DSAKeyValueType { char *G; /* optional element of type xsd:string */ char *Y; /* required element of type xsd:string */ char *J; /* optional element of type xsd:string */ char *P; /* required element of type xsd:string */ char *Q; /* required element of type xsd:string */ char *Seed; /* required element of type xsd:string */ char *PgenCounter; /* required element of type xsd:string */ }; #endif #ifndef SOAP_TYPE_ds__RSAKeyValueType #define SOAP_TYPE_ds__RSAKeyValueType (43) /* ds:RSAKeyValueType */ struct ds__RSAKeyValueType { char *Modulus; /* required element of type xsd:string */ char *Exponent; /* required element of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__Security #define SOAP_TYPE__wsse__Security (55) /* wsse:Security */ struct _wsse__Security { struct _wsu__Timestamp *wsu__Timestamp; /* optional element of type wsu:Timestamp */ struct _wsse__UsernameToken *UsernameToken; /* optional element of type wsse:UsernameToken */ struct _wsse__BinarySecurityToken *BinarySecurityToken; /* optional element of type wsse:BinarySecurityToken */ struct ds__SignatureType *ds__Signature; /* optional element of type ds:SignatureType */ char *SOAP_ENV__actor; /* optional attribute of type xsd:string */ char *SOAP_ENV__role; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE__wsse__Password #define SOAP_TYPE__wsse__Password (11) /* Primitive wsse:Password schema type: */ struct _wsse__Password { char *__item; char *Type; /* optional attribute of type xsd:string */ }; #endif #ifndef SOAP_TYPE_bes__CreateActivityResponseType #define SOAP_TYPE_bes__CreateActivityResponseType (72) /* bes:CreateActivityResponseType */ struct bes__CreateActivityResponseType { struct soap_dom_element *__any; /* SOAP 1.2 RPC return element (when namespace qualified) */ }; #endif #ifndef SOAP_TYPE_bes__GetActivityStatusesType #define SOAP_TYPE_bes__GetActivityStatusesType (74) /* bes:GetActivityStatusesType */ struct bes__GetActivityStatusesType { struct soap_dom_element *__any; }; #endif #ifndef SOAP_TYPE_bes__GetActivityStatusesResponseType #define SOAP_TYPE_bes__GetActivityStatusesResponseType (75) /* bes:GetActivityStatusesResponseType */ struct bes__GetActivityStatusesResponseType { struct soap_dom_element *__any; /* SOAP 1.2 RPC return element (when namespace qualified) */ }; #endif #ifndef SOAP_TYPE_bes__TerminateActivitiesType #define SOAP_TYPE_bes__TerminateActivitiesType (76) /* bes:TerminateActivitiesType */ struct bes__TerminateActivitiesType { struct soap_dom_element *__any; }; #endif #ifndef SOAP_TYPE_bes__GetActivityDocumentsType #define SOAP_TYPE_bes__GetActivityDocumentsType (78) /* bes:GetActivityDocumentsType */ struct bes__GetActivityDocumentsType { struct soap_dom_element *__any; }; #endif #ifndef SOAP_TYPE_bes__GetActivityDocumentsResponseType #define SOAP_TYPE_bes__GetActivityDocumentsResponseType (79) /* bes:GetActivityDocumentsResponseType */ struct bes__GetActivityDocumentsResponseType { struct soap_dom_element *__any; /* SOAP 1.2 RPC return element (when namespace qualified) */ }; #endif #ifndef SOAP_TYPE_bes__GetFactoryAttributesDocumentResponseType #define SOAP_TYPE_bes__GetFactoryAttributesDocumentResponseType (81) /* bes:GetFactoryAttributesDocumentResponseType */ struct bes__GetFactoryAttributesDocumentResponseType { struct soap_dom_element *__any; /* SOAP 1.2 RPC return element (when namespace qualified) */ }; #endif #ifndef SOAP_TYPE_bes__ActivityDocumentType #define SOAP_TYPE_bes__ActivityDocumentType (91) /* bes:ActivityDocumentType */ struct bes__ActivityDocumentType { struct soap_dom_element *__any; }; #endif #ifndef SOAP_TYPE_bes__CreateActivityType #define SOAP_TYPE_bes__CreateActivityType (71) /* bes:CreateActivityType */ struct bes__CreateActivityType { struct bes__ActivityDocumentType bes__ActivityDocument; /* required element of type bes:ActivityDocumentType */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__TerminateActivitiesResponseType #define SOAP_TYPE_bes__TerminateActivitiesResponseType (77) /* bes:TerminateActivitiesResponseType */ struct bes__TerminateActivitiesResponseType { int __sizeResponse; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* sequence of elements */ struct bes__TerminateActivityResponseType *Response; /* optional element of type bes:TerminateActivityResponseType */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__GetFactoryAttributesDocumentType #define SOAP_TYPE_bes__GetFactoryAttributesDocumentType (80) /* bes:GetFactoryAttributesDocumentType */ struct bes__GetFactoryAttributesDocumentType { int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__NotAuthorizedFaultType #define SOAP_TYPE_bes__NotAuthorizedFaultType (82) /* bes:NotAuthorizedFaultType */ struct bes__NotAuthorizedFaultType { int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__NotAcceptingNewActivitiesFaultType #define SOAP_TYPE_bes__NotAcceptingNewActivitiesFaultType (83) /* bes:NotAcceptingNewActivitiesFaultType */ struct bes__NotAcceptingNewActivitiesFaultType { int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__UnsupportedFeatureFaultType #define SOAP_TYPE_bes__UnsupportedFeatureFaultType (84) /* bes:UnsupportedFeatureFaultType */ struct bes__UnsupportedFeatureFaultType { int __sizeFeature; /* sequence of elements */ char **Feature; /* optional element of type xsd:string */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__CantApplyOperationToCurrentStateFaultType #define SOAP_TYPE_bes__CantApplyOperationToCurrentStateFaultType (85) /* bes:CantApplyOperationToCurrentStateFaultType */ struct bes__CantApplyOperationToCurrentStateFaultType { struct bes__ActivityStatusType *ActivityStatus; /* required element of type bes:ActivityStatusType */ char *Message; /* required element of type xsd:string */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__OperationWillBeAppliedEventuallyFaultType #define SOAP_TYPE_bes__OperationWillBeAppliedEventuallyFaultType (86) /* bes:OperationWillBeAppliedEventuallyFaultType */ struct bes__OperationWillBeAppliedEventuallyFaultType { struct bes__ActivityStatusType *ActivityStatus; /* required element of type bes:ActivityStatusType */ char *Message; /* required element of type xsd:string */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__InvalidActivityIdentifierFaultType #define SOAP_TYPE_bes__InvalidActivityIdentifierFaultType (87) /* bes:InvalidActivityIdentifierFaultType */ struct bes__InvalidActivityIdentifierFaultType { char *Message; /* required element of type xsd:string */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__InvalidRequestMessageFaultType #define SOAP_TYPE_bes__InvalidRequestMessageFaultType (88) /* bes:InvalidRequestMessageFaultType */ struct bes__InvalidRequestMessageFaultType { int __sizeInvalidElement; /* sequence of elements */ char **InvalidElement; /* optional element of type xsd:string */ char *Message; /* required element of type xsd:string */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__BasicResourceAttributesDocumentType #define SOAP_TYPE_bes__BasicResourceAttributesDocumentType (89) /* bes:BasicResourceAttributesDocumentType */ struct bes__BasicResourceAttributesDocumentType { char *ResourceName; /* optional element of type xsd:string */ struct jsdl__OperatingSystem_USCOREType *OperatingSystem; /* optional element of type jsdl:OperatingSystem_Type */ struct jsdl__CPUArchitecture_USCOREType *CPUArchitecture; /* optional element of type jsdl:CPUArchitecture_Type */ double *CPUCount; /* optional element of type xsd:double */ double *CPUSpeed; /* optional element of type xsd:double */ double *PhysicalMemory; /* optional element of type xsd:double */ double *VirtualMemory; /* optional element of type xsd:double */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__FactoryResourceAttributesDocumentType #define SOAP_TYPE_bes__FactoryResourceAttributesDocumentType (90) /* bes:FactoryResourceAttributesDocumentType */ struct bes__FactoryResourceAttributesDocumentType { struct bes__BasicResourceAttributesDocumentType *bes__BasicResourceAttributesDocument; /* optional element of type bes:BasicResourceAttributesDocumentType */ enum xsd__boolean IsAcceptingNewActivities; /* required element of type xsd:boolean */ char *CommonName; /* optional element of type xsd:string */ char *LongDescription; /* optional element of type xsd:string */ LONG64 TotalNumberOfActivities; /* required element of type xsd:long */ int __sizeActivityReference; /* sequence of elements */ struct wsa__EndpointReferenceType *ActivityReference; /* optional element of type wsa:EndpointReferenceType */ LONG64 TotalNumberOfContainedResources; /* required element of type xsd:long */ int __sizeContainedResource; /* sequence of elements */ struct soap_dom_element *ContainedResource; /* optional element of type xsd:anyType */ int __sizeNamingProfile; /* sequence of elements */ char **NamingProfile; /* required element of type xsd:anyURI */ int __sizeBESExtension; /* sequence of elements */ char **BESExtension; /* optional element of type xsd:anyURI */ char *LocalResourceManagerType; /* required element of type xsd:anyURI */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__ActivityStatusType #define SOAP_TYPE_bes__ActivityStatusType (92) /* bes:ActivityStatusType */ struct bes__ActivityStatusType { int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; enum bes__ActivityStateEnumeration state; /* required attribute of type bes:ActivityStateEnumeration */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__GetActivityStatusResponseType #define SOAP_TYPE_bes__GetActivityStatusResponseType (93) /* bes:GetActivityStatusResponseType */ struct bes__GetActivityStatusResponseType { struct wsa__EndpointReferenceType *ActivityIdentifier; /* required element of type wsa:EndpointReferenceType */ struct bes__ActivityStatusType *bes__ActivityStatus; /* optional element of type bes:ActivityStatusType */ struct soap_dom_element *Fault; /* optional element of type xsd:anyType */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__GetActivityDocumentResponseType #define SOAP_TYPE_bes__GetActivityDocumentResponseType (94) /* bes:GetActivityDocumentResponseType */ struct bes__GetActivityDocumentResponseType { struct wsa__EndpointReferenceType *ActivityIdentifier; /* required element of type wsa:EndpointReferenceType */ struct jsdl__JobDefinition_USCOREType *JobDefinition; /* optional element of type jsdl:JobDefinition_Type */ struct soap_dom_element *Fault; /* optional element of type xsd:anyType */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_bes__TerminateActivityResponseType #define SOAP_TYPE_bes__TerminateActivityResponseType (95) /* bes:TerminateActivityResponseType */ struct bes__TerminateActivityResponseType { struct wsa__EndpointReferenceType *ActivityIdentifier; /* required element of type wsa:EndpointReferenceType */ enum xsd__boolean Cancelled; /* required element of type xsd:boolean */ struct soap_dom_element *Fault; /* optional element of type xsd:anyType */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__EndpointReferenceType #define SOAP_TYPE_wsa__EndpointReferenceType (96) /* wsa:EndpointReferenceType */ struct wsa__EndpointReferenceType { struct wsa__AttributedURIType *Address; /* required element of type wsa:AttributedURIType */ struct wsa__ReferenceParametersType *wsa__ReferenceParameters; /* optional element of type wsa:ReferenceParametersType */ struct wsa__MetadataType *wsa__Metadata; /* optional element of type wsa:MetadataType */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__ReferenceParametersType #define SOAP_TYPE_wsa__ReferenceParametersType (97) /* wsa:ReferenceParametersType */ struct wsa__ReferenceParametersType { int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__MetadataType #define SOAP_TYPE_wsa__MetadataType (98) /* wsa:MetadataType */ struct wsa__MetadataType { int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__ProblemActionType #define SOAP_TYPE_wsa__ProblemActionType (103) /* wsa:ProblemActionType */ struct wsa__ProblemActionType { struct wsa__AttributedURIType *wsa__Action; /* optional element of type wsa:AttributedURIType */ char *SoapAction; /* optional element of type xsd:anyURI */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__Range_USCOREType #define SOAP_TYPE_jsdl__Range_USCOREType (106) /* jsdl:Range_Type */ struct jsdl__Range_USCOREType { struct jsdl__Boundary_USCOREType *LowerBound; /* required element of type jsdl:Boundary_Type */ struct jsdl__Boundary_USCOREType *UpperBound; /* required element of type jsdl:Boundary_Type */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__RangeValue_USCOREType #define SOAP_TYPE_jsdl__RangeValue_USCOREType (107) /* jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType { struct jsdl__Boundary_USCOREType *UpperBoundedRange; /* optional element of type jsdl:Boundary_Type */ struct jsdl__Boundary_USCOREType *LowerBoundedRange; /* optional element of type jsdl:Boundary_Type */ int __sizeExact; /* sequence of elements */ struct jsdl__Exact_USCOREType *Exact; /* optional element of type jsdl:Exact_Type */ int __sizeRange; /* sequence of elements */ struct jsdl__Range_USCOREType *Range; /* optional element of type jsdl:Range_Type */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__JobDefinition_USCOREType #define SOAP_TYPE_jsdl__JobDefinition_USCOREType (108) /* jsdl:JobDefinition_Type */ struct jsdl__JobDefinition_USCOREType { struct jsdl__JobDescription_USCOREType *jsdl__JobDescription; /* required element of type jsdl:JobDescription_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; char *id; /* optional attribute of type xsd:ID */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__JobDescription_USCOREType #define SOAP_TYPE_jsdl__JobDescription_USCOREType (109) /* jsdl:JobDescription_Type */ struct jsdl__JobDescription_USCOREType { struct jsdl__JobIdentification_USCOREType *jsdl__JobIdentification; /* optional element of type jsdl:JobIdentification_Type */ struct jsdl__Application_USCOREType *jsdl__Application; /* optional element of type jsdl:Application_Type */ struct jsdl__Resources_USCOREType *jsdl__Resources; /* optional element of type jsdl:Resources_Type */ int __sizeDataStaging; /* sequence of elements */ struct jsdl__DataStaging_USCOREType *jsdl__DataStaging; /* optional element of type jsdl:DataStaging_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__JobIdentification_USCOREType #define SOAP_TYPE_jsdl__JobIdentification_USCOREType (110) /* jsdl:JobIdentification_Type */ struct jsdl__JobIdentification_USCOREType { char *jsdl__JobName; /* optional element of type xsd:string */ char *jsdl__Description; /* optional element of type jsdl:Description_Type */ int __sizeJobAnnotation; /* sequence of elements */ char **jsdl__JobAnnotation; /* optional element of type xsd:string */ int __sizeJobProject; /* sequence of elements */ char **jsdl__JobProject; /* optional element of type xsd:string */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__Application_USCOREType #define SOAP_TYPE_jsdl__Application_USCOREType (111) /* jsdl:Application_Type */ struct jsdl__Application_USCOREType { char *jsdl__ApplicationName; /* optional element of type xsd:string */ char *jsdl__ApplicationVersion; /* optional element of type xsd:string */ char *jsdl__Description; /* optional element of type jsdl:Description_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__Resources_USCOREType #define SOAP_TYPE_jsdl__Resources_USCOREType (112) /* jsdl:Resources_Type */ struct jsdl__Resources_USCOREType { struct jsdl__CandidateHosts_USCOREType *jsdl__CandidateHosts; /* optional element of type jsdl:CandidateHosts_Type */ int __sizeFileSystem; /* sequence of elements */ struct jsdl__FileSystem_USCOREType *jsdl__FileSystem; /* optional element of type jsdl:FileSystem_Type */ enum xsd__boolean *jsdl__ExclusiveExecution; /* optional element of type xsd:boolean */ struct jsdl__OperatingSystem_USCOREType *jsdl__OperatingSystem; /* optional element of type jsdl:OperatingSystem_Type */ struct jsdl__CPUArchitecture_USCOREType *jsdl__CPUArchitecture; /* optional element of type jsdl:CPUArchitecture_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualCPUSpeed; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualCPUTime; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualCPUCount; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualNetworkBandwidth; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualPhysicalMemory; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualVirtualMemory; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__IndividualDiskSpace; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__TotalCPUTime; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__TotalCPUCount; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__TotalPhysicalMemory; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__TotalVirtualMemory; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__TotalDiskSpace; /* optional element of type jsdl:RangeValue_Type */ struct jsdl__RangeValue_USCOREType *jsdl__TotalResourceCount; /* optional element of type jsdl:RangeValue_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__CandidateHosts_USCOREType #define SOAP_TYPE_jsdl__CandidateHosts_USCOREType (113) /* jsdl:CandidateHosts_Type */ struct jsdl__CandidateHosts_USCOREType { int __sizeHostName; /* sequence of elements */ char **jsdl__HostName; /* required element of type xsd:string */ }; #endif #ifndef SOAP_TYPE_jsdl__CPUArchitecture_USCOREType #define SOAP_TYPE_jsdl__CPUArchitecture_USCOREType (114) /* jsdl:CPUArchitecture_Type */ struct jsdl__CPUArchitecture_USCOREType { enum jsdl__ProcessorArchitectureEnumeration jsdl__CPUArchitectureName; /* required element of type jsdl:ProcessorArchitectureEnumeration */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__FileSystem_USCOREType #define SOAP_TYPE_jsdl__FileSystem_USCOREType (115) /* jsdl:FileSystem_Type */ struct jsdl__FileSystem_USCOREType { enum jsdl__FileSystemTypeEnumeration *jsdl__FileSystemType; /* optional element of type jsdl:FileSystemTypeEnumeration */ char *jsdl__Description; /* optional element of type jsdl:Description_Type */ char *jsdl__MountPoint; /* optional element of type xsd:string */ struct jsdl__RangeValue_USCOREType *jsdl__DiskSpace; /* optional element of type jsdl:RangeValue_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; char *name; /* required attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__OperatingSystem_USCOREType #define SOAP_TYPE_jsdl__OperatingSystem_USCOREType (116) /* jsdl:OperatingSystem_Type */ struct jsdl__OperatingSystem_USCOREType { struct jsdl__OperatingSystemType_USCOREType *jsdl__OperatingSystemType; /* optional element of type jsdl:OperatingSystemType_Type */ char *jsdl__OperatingSystemVersion; /* optional element of type xsd:string */ char *jsdl__Description; /* optional element of type jsdl:Description_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__OperatingSystemType_USCOREType #define SOAP_TYPE_jsdl__OperatingSystemType_USCOREType (117) /* jsdl:OperatingSystemType_Type */ struct jsdl__OperatingSystemType_USCOREType { enum jsdl__OperatingSystemTypeEnumeration jsdl__OperatingSystemName; /* required element of type jsdl:OperatingSystemTypeEnumeration */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__DataStaging_USCOREType #define SOAP_TYPE_jsdl__DataStaging_USCOREType (118) /* jsdl:DataStaging_Type */ struct jsdl__DataStaging_USCOREType { char *jsdl__FileName; /* required element of type xsd:string */ char *jsdl__FilesystemName; /* optional element of type xsd:NCName */ enum jsdl__CreationFlagEnumeration jsdl__CreationFlag; /* required element of type jsdl:CreationFlagEnumeration */ enum xsd__boolean *jsdl__DeleteOnTermination; /* optional element of type xsd:boolean */ struct jsdl__SourceTarget_USCOREType *jsdl__Source; /* optional element of type jsdl:SourceTarget_Type */ struct jsdl__SourceTarget_USCOREType *jsdl__Target; /* optional element of type jsdl:SourceTarget_Type */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; char *name; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__SourceTarget_USCOREType #define SOAP_TYPE_jsdl__SourceTarget_USCOREType (119) /* jsdl:SourceTarget_Type */ struct jsdl__SourceTarget_USCOREType { char *jsdl__URI; /* optional element of type xsd:anyURI */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_app__HPCProfileApplication_USCOREType #define SOAP_TYPE_app__HPCProfileApplication_USCOREType (125) /* app:HPCProfileApplication_Type */ struct app__HPCProfileApplication_USCOREType { struct app__FileName_USCOREType *app__Executable; /* optional element of type app:FileName_Type */ int __sizeArgument; /* sequence of elements */ struct app__Argument_USCOREType *app__Argument; /* optional element of type app:Argument_Type */ struct app__FileName_USCOREType *app__Input; /* optional element of type app:FileName_Type */ struct app__FileName_USCOREType *app__Output; /* optional element of type app:FileName_Type */ struct app__FileName_USCOREType *app__Error; /* optional element of type app:FileName_Type */ struct app__DirectoryName_USCOREType *app__WorkingDirectory; /* optional element of type app:DirectoryName_Type */ int __sizeEnvironment; /* sequence of elements */ struct app__Environment_USCOREType *app__Environment; /* optional element of type app:Environment_Type */ struct app__UserName_USCOREType *app__UserName; /* optional element of type app:UserName_Type */ char *name; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__POSIXApplication_USCOREType #define SOAP_TYPE_posix__POSIXApplication_USCOREType (133) /* posix:POSIXApplication_Type */ struct posix__POSIXApplication_USCOREType { struct posix__FileName_USCOREType *posix__Executable; /* optional element of type posix:FileName_Type */ int __sizeArgument; /* sequence of elements */ struct posix__Argument_USCOREType *posix__Argument; /* optional element of type posix:Argument_Type */ struct posix__FileName_USCOREType *posix__Input; /* optional element of type posix:FileName_Type */ struct posix__FileName_USCOREType *posix__Output; /* optional element of type posix:FileName_Type */ struct posix__FileName_USCOREType *posix__Error; /* optional element of type posix:FileName_Type */ struct posix__DirectoryName_USCOREType *posix__WorkingDirectory; /* optional element of type posix:DirectoryName_Type */ int __sizeEnvironment; /* sequence of elements */ struct posix__Environment_USCOREType *posix__Environment; /* optional element of type posix:Environment_Type */ struct posix__Limits_USCOREType *posix__WallTimeLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__FileSizeLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__CoreDumpLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__DataSegmentLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__LockedMemoryLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__MemoryLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__OpenDescriptorsLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__PipeSizeLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__StackSizeLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__CPUTimeLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__ProcessCountLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__VirtualMemoryLimit; /* optional element of type posix:Limits_Type */ struct posix__Limits_USCOREType *posix__ThreadCountLimit; /* optional element of type posix:Limits_Type */ struct posix__UserName_USCOREType *posix__UserName; /* optional element of type posix:UserName_Type */ struct posix__GroupName_USCOREType *posix__GroupName; /* optional element of type posix:GroupName_Type */ char *name; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__RelatesToType #define SOAP_TYPE_wsa__RelatesToType (99) /* Primitive wsa:RelatesToType schema type: */ struct wsa__RelatesToType { char *__item; char *RelationshipType; /* optional attribute of type wsa:RelationshipTypeOpenEnum */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__AttributedURIType #define SOAP_TYPE_wsa__AttributedURIType (100) /* Primitive wsa:AttributedURIType schema type: */ struct wsa__AttributedURIType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__AttributedUnsignedLongType #define SOAP_TYPE_wsa__AttributedUnsignedLongType (101) /* Primitive wsa:AttributedUnsignedLongType schema type: */ struct wsa__AttributedUnsignedLongType { ULONG64 __item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_wsa__AttributedQNameType #define SOAP_TYPE_wsa__AttributedQNameType (102) /* Primitive wsa:AttributedQNameType schema type: */ struct wsa__AttributedQNameType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__Boundary_USCOREType #define SOAP_TYPE_jsdl__Boundary_USCOREType (104) /* Primitive jsdl:Boundary_Type schema type: */ struct jsdl__Boundary_USCOREType { double __item; enum xsd__boolean *exclusiveBound; /* optional attribute of type xsd:boolean */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_jsdl__Exact_USCOREType #define SOAP_TYPE_jsdl__Exact_USCOREType (105) /* Primitive jsdl:Exact_Type schema type: */ struct jsdl__Exact_USCOREType { double __item; double *epsilon; /* optional attribute of type xsd:double */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_app__Environment_USCOREType #define SOAP_TYPE_app__Environment_USCOREType (120) /* Primitive app:Environment_Type schema type: */ struct app__Environment_USCOREType { char *__item; char *name; /* required attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_app__Argument_USCOREType #define SOAP_TYPE_app__Argument_USCOREType (121) /* Primitive app:Argument_Type schema type: */ struct app__Argument_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_app__FileName_USCOREType #define SOAP_TYPE_app__FileName_USCOREType (122) /* Primitive app:FileName_Type schema type: */ struct app__FileName_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_app__DirectoryName_USCOREType #define SOAP_TYPE_app__DirectoryName_USCOREType (123) /* Primitive app:DirectoryName_Type schema type: */ struct app__DirectoryName_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_app__UserName_USCOREType #define SOAP_TYPE_app__UserName_USCOREType (124) /* Primitive app:UserName_Type schema type: */ struct app__UserName_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__Environment_USCOREType #define SOAP_TYPE_posix__Environment_USCOREType (126) /* Primitive posix:Environment_Type schema type: */ struct posix__Environment_USCOREType { char *__item; char *name; /* required attribute of type xsd:NCName */ char *filesystemName; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__Argument_USCOREType #define SOAP_TYPE_posix__Argument_USCOREType (127) /* Primitive posix:Argument_Type schema type: */ struct posix__Argument_USCOREType { char *__item; char *filesystemName; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__FileName_USCOREType #define SOAP_TYPE_posix__FileName_USCOREType (128) /* Primitive posix:FileName_Type schema type: */ struct posix__FileName_USCOREType { char *__item; char *filesystemName; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__DirectoryName_USCOREType #define SOAP_TYPE_posix__DirectoryName_USCOREType (129) /* Primitive posix:DirectoryName_Type schema type: */ struct posix__DirectoryName_USCOREType { char *__item; char *filesystemName; /* optional attribute of type xsd:NCName */ struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__Limits_USCOREType #define SOAP_TYPE_posix__Limits_USCOREType (130) /* Primitive posix:Limits_Type schema type: */ struct posix__Limits_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__UserName_USCOREType #define SOAP_TYPE_posix__UserName_USCOREType (131) /* Primitive posix:UserName_Type schema type: */ struct posix__UserName_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_posix__GroupName_USCOREType #define SOAP_TYPE_posix__GroupName_USCOREType (132) /* Primitive posix:GroupName_Type schema type: */ struct posix__GroupName_USCOREType { char *__item; struct soap_dom_attribute __anyAttribute; /* external */ /* optional attribute of type xsd:anyAttribute */ }; #endif #ifndef SOAP_TYPE_SOAP_ENV__Header #define SOAP_TYPE_SOAP_ENV__Header (300) /* SOAP Header: */ struct SOAP_ENV__Header { struct _wsse__Security *wsse__Security; /* mustUnderstand */ struct wsa__AttributedURIType wsa__MessageID; /* optional element of type wsa:MessageID */ struct wsa__RelatesToType *wsa__RelatesTo; /* optional element of type wsa:RelatesTo */ struct wsa__EndpointReferenceType *wsa__From; /* optional element of type wsa:From */ struct wsa__EndpointReferenceType *wsa__ReplyTo; /* optional element of type wsa:ReplyTo */ struct wsa__EndpointReferenceType *wsa__FaultTo; /* optional element of type wsa:FaultTo */ struct wsa__AttributedURIType wsa__To; /* optional element of type wsa:To */ struct wsa__AttributedURIType wsa__Action; /* optional element of type wsa:Action */ int __size; /* sequence of elements <-any> */ struct soap_dom_element *__any; }; #endif #ifndef SOAP_TYPE_SOAP_ENV__Detail #define SOAP_TYPE_SOAP_ENV__Detail (306) /* SOAP-ENV:Detail */ struct SOAP_ENV__Detail { struct bes__InvalidRequestMessageFaultType *bes__InvalidRequestMessageFault; /* optional element of type bes:InvalidRequestMessageFaultType */ struct bes__NotAcceptingNewActivitiesFaultType *bes__NotAcceptingNewActivitiesFault; /* optional element of type bes:NotAcceptingNewActivitiesFaultType */ struct bes__NotAuthorizedFaultType *bes__NotAuthorizedFault; /* optional element of type bes:NotAuthorizedFaultType */ struct bes__UnsupportedFeatureFaultType *bes__UnsupportedFeatureFault; /* optional element of type bes:UnsupportedFeatureFaultType */ int __type; /* any type of element (defined below) */ void *fault; /* transient */ struct soap_dom_element __any; /* external */ }; #endif #ifndef SOAP_TYPE___bes__CreateActivity #define SOAP_TYPE___bes__CreateActivity (316) /* Operation wrapper: */ struct __bes__CreateActivity { struct bes__CreateActivityType *bes__CreateActivity; /* optional element of type bes:CreateActivityType */ }; #endif #ifndef SOAP_TYPE___bes__GetActivityStatuses #define SOAP_TYPE___bes__GetActivityStatuses (319) /* Operation wrapper: */ struct __bes__GetActivityStatuses { struct bes__GetActivityStatusesType bes__GetActivityStatuses; /* required element of type bes:GetActivityStatusesType */ }; #endif #ifndef SOAP_TYPE___bes__TerminateActivities #define SOAP_TYPE___bes__TerminateActivities (322) /* Operation wrapper: */ struct __bes__TerminateActivities { struct bes__TerminateActivitiesType bes__TerminateActivities; /* required element of type bes:TerminateActivitiesType */ }; #endif #ifndef SOAP_TYPE___bes__GetActivityDocuments #define SOAP_TYPE___bes__GetActivityDocuments (325) /* Operation wrapper: */ struct __bes__GetActivityDocuments { struct bes__GetActivityDocumentsType bes__GetActivityDocuments; /* required element of type bes:GetActivityDocumentsType */ }; #endif #ifndef SOAP_TYPE___bes__GetFactoryAttributesDocument #define SOAP_TYPE___bes__GetFactoryAttributesDocument (329) /* Operation wrapper: */ struct __bes__GetFactoryAttributesDocument { struct bes__GetFactoryAttributesDocumentType *bes__GetFactoryAttributesDocument; /* optional element of type bes:GetFactoryAttributesDocumentType */ }; #endif #ifndef SOAP_TYPE_SOAP_ENV__Code #define SOAP_TYPE_SOAP_ENV__Code (330) /* SOAP Fault Code: */ struct SOAP_ENV__Code { char *SOAP_ENV__Value; /* optional element of type xsd:QName */ struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ }; #endif #ifndef SOAP_TYPE_SOAP_ENV__Reason #define SOAP_TYPE_SOAP_ENV__Reason (332) /* SOAP-ENV:Reason */ struct SOAP_ENV__Reason { char *SOAP_ENV__Text; /* optional element of type xsd:string */ }; #endif #ifndef SOAP_TYPE_SOAP_ENV__Fault #define SOAP_TYPE_SOAP_ENV__Fault (333) /* SOAP Fault: */ struct SOAP_ENV__Fault { char *faultcode; /* optional element of type xsd:QName */ char *faultstring; /* optional element of type xsd:string */ char *faultactor; /* optional element of type xsd:string */ struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ char *SOAP_ENV__Node; /* optional element of type xsd:string */ char *SOAP_ENV__Role; /* optional element of type xsd:string */ struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ }; #endif /******************************************************************************\ * * * Types with Custom Serializers * * * \******************************************************************************/ #ifndef SOAP_TYPE_xsd__anyType #define SOAP_TYPE_xsd__anyType (62) typedef struct soap_dom_element xsd__anyType; #endif #ifndef SOAP_TYPE_xsd__anyAttribute #define SOAP_TYPE_xsd__anyAttribute (64) typedef struct soap_dom_attribute xsd__anyAttribute; #endif /******************************************************************************\ * * * Typedefs * * * \******************************************************************************/ #ifndef SOAP_TYPE__QName #define SOAP_TYPE__QName (5) typedef char *_QName; #endif #ifndef SOAP_TYPE__XML #define SOAP_TYPE__XML (6) typedef char *_XML; #endif #ifndef SOAP_TYPE_xsd__ID #define SOAP_TYPE_xsd__ID (65) typedef char *xsd__ID; #endif #ifndef SOAP_TYPE_xsd__NCName #define SOAP_TYPE_xsd__NCName (66) typedef char *xsd__NCName; #endif #ifndef SOAP_TYPE_xsd__anyURI #define SOAP_TYPE_xsd__anyURI (67) typedef char *xsd__anyURI; #endif #ifndef SOAP_TYPE_xsd__nonNegativeInteger #define SOAP_TYPE_xsd__nonNegativeInteger (69) typedef char *xsd__nonNegativeInteger; #endif #ifndef SOAP_TYPE_xsd__normalizedString #define SOAP_TYPE_xsd__normalizedString (70) typedef char *xsd__normalizedString; #endif #ifndef SOAP_TYPE_wsa__RelationshipTypeOpenEnum #define SOAP_TYPE_wsa__RelationshipTypeOpenEnum (134) typedef char *wsa__RelationshipTypeOpenEnum; #endif #ifndef SOAP_TYPE_wsa__FaultCodesOpenEnumType #define SOAP_TYPE_wsa__FaultCodesOpenEnumType (135) typedef char *wsa__FaultCodesOpenEnumType; #endif #ifndef SOAP_TYPE_jsdl__Description_USCOREType #define SOAP_TYPE_jsdl__Description_USCOREType (143) typedef char *jsdl__Description_USCOREType; #endif #ifndef SOAP_TYPE__bes__CreateActivity #define SOAP_TYPE__bes__CreateActivity (187) typedef struct bes__CreateActivityType _bes__CreateActivity; #endif #ifndef SOAP_TYPE__bes__CreateActivityResponse #define SOAP_TYPE__bes__CreateActivityResponse (188) typedef struct bes__CreateActivityResponseType _bes__CreateActivityResponse; #endif #ifndef SOAP_TYPE__bes__GetActivityStatuses #define SOAP_TYPE__bes__GetActivityStatuses (189) typedef struct bes__GetActivityStatusesType _bes__GetActivityStatuses; #endif #ifndef SOAP_TYPE__bes__GetActivityStatusesResponse #define SOAP_TYPE__bes__GetActivityStatusesResponse (190) typedef struct bes__GetActivityStatusesResponseType _bes__GetActivityStatusesResponse; #endif #ifndef SOAP_TYPE__bes__TerminateActivities #define SOAP_TYPE__bes__TerminateActivities (191) typedef struct bes__TerminateActivitiesType _bes__TerminateActivities; #endif #ifndef SOAP_TYPE__bes__TerminateActivitiesResponse #define SOAP_TYPE__bes__TerminateActivitiesResponse (192) typedef struct bes__TerminateActivitiesResponseType _bes__TerminateActivitiesResponse; #endif #ifndef SOAP_TYPE__bes__GetActivityDocuments #define SOAP_TYPE__bes__GetActivityDocuments (193) typedef struct bes__GetActivityDocumentsType _bes__GetActivityDocuments; #endif #ifndef SOAP_TYPE__bes__GetActivityDocumentsResponse #define SOAP_TYPE__bes__GetActivityDocumentsResponse (194) typedef struct bes__GetActivityDocumentsResponseType _bes__GetActivityDocumentsResponse; #endif #ifndef SOAP_TYPE__bes__GetFactoryAttributesDocument #define SOAP_TYPE__bes__GetFactoryAttributesDocument (195) typedef struct bes__GetFactoryAttributesDocumentType _bes__GetFactoryAttributesDocument; #endif #ifndef SOAP_TYPE__bes__GetFactoryAttributesDocumentResponse #define SOAP_TYPE__bes__GetFactoryAttributesDocumentResponse (196) typedef struct bes__GetFactoryAttributesDocumentResponseType _bes__GetFactoryAttributesDocumentResponse; #endif #ifndef SOAP_TYPE__bes__NotAuthorizedFault #define SOAP_TYPE__bes__NotAuthorizedFault (197) typedef struct bes__NotAuthorizedFaultType _bes__NotAuthorizedFault; #endif #ifndef SOAP_TYPE__bes__NotAcceptingNewActivitiesFault #define SOAP_TYPE__bes__NotAcceptingNewActivitiesFault (198) typedef struct bes__NotAcceptingNewActivitiesFaultType _bes__NotAcceptingNewActivitiesFault; #endif #ifndef SOAP_TYPE__bes__UnsupportedFeatureFault #define SOAP_TYPE__bes__UnsupportedFeatureFault (199) typedef struct bes__UnsupportedFeatureFaultType _bes__UnsupportedFeatureFault; #endif #ifndef SOAP_TYPE__bes__CantApplyOperationToCurrentStateFault #define SOAP_TYPE__bes__CantApplyOperationToCurrentStateFault (200) typedef struct bes__CantApplyOperationToCurrentStateFaultType _bes__CantApplyOperationToCurrentStateFault; #endif #ifndef SOAP_TYPE__bes__OperationWillBeAppliedEventuallyFault #define SOAP_TYPE__bes__OperationWillBeAppliedEventuallyFault (201) typedef struct bes__OperationWillBeAppliedEventuallyFaultType _bes__OperationWillBeAppliedEventuallyFault; #endif #ifndef SOAP_TYPE__bes__InvalidActivityIdentifierFault #define SOAP_TYPE__bes__InvalidActivityIdentifierFault (202) typedef struct bes__InvalidActivityIdentifierFaultType _bes__InvalidActivityIdentifierFault; #endif #ifndef SOAP_TYPE__bes__InvalidRequestMessageFault #define SOAP_TYPE__bes__InvalidRequestMessageFault (203) typedef struct bes__InvalidRequestMessageFaultType _bes__InvalidRequestMessageFault; #endif #ifndef SOAP_TYPE__bes__BasicResourceAttributesDocument #define SOAP_TYPE__bes__BasicResourceAttributesDocument (204) typedef struct bes__BasicResourceAttributesDocumentType _bes__BasicResourceAttributesDocument; #endif #ifndef SOAP_TYPE__bes__FactoryResourceAttributesDocument #define SOAP_TYPE__bes__FactoryResourceAttributesDocument (205) typedef struct bes__FactoryResourceAttributesDocumentType _bes__FactoryResourceAttributesDocument; #endif #ifndef SOAP_TYPE__bes__ActivityDocument #define SOAP_TYPE__bes__ActivityDocument (206) typedef struct bes__ActivityDocumentType _bes__ActivityDocument; #endif #ifndef SOAP_TYPE__bes__ActivityStatus #define SOAP_TYPE__bes__ActivityStatus (207) typedef struct bes__ActivityStatusType _bes__ActivityStatus; #endif #ifndef SOAP_TYPE__wsa__EndpointReference #define SOAP_TYPE__wsa__EndpointReference (208) typedef struct wsa__EndpointReferenceType _wsa__EndpointReference; #endif #ifndef SOAP_TYPE__wsa__ReferenceParameters #define SOAP_TYPE__wsa__ReferenceParameters (209) typedef struct wsa__ReferenceParametersType _wsa__ReferenceParameters; #endif #ifndef SOAP_TYPE__wsa__Metadata #define SOAP_TYPE__wsa__Metadata (210) typedef struct wsa__MetadataType _wsa__Metadata; #endif #ifndef SOAP_TYPE__wsa__MessageID #define SOAP_TYPE__wsa__MessageID (211) typedef struct wsa__AttributedURIType _wsa__MessageID; #endif #ifndef SOAP_TYPE__wsa__RelatesTo #define SOAP_TYPE__wsa__RelatesTo (212) typedef struct wsa__RelatesToType _wsa__RelatesTo; #endif #ifndef SOAP_TYPE__wsa__ReplyTo #define SOAP_TYPE__wsa__ReplyTo (213) typedef struct wsa__EndpointReferenceType _wsa__ReplyTo; #endif #ifndef SOAP_TYPE__wsa__From #define SOAP_TYPE__wsa__From (214) typedef struct wsa__EndpointReferenceType _wsa__From; #endif #ifndef SOAP_TYPE__wsa__FaultTo #define SOAP_TYPE__wsa__FaultTo (215) typedef struct wsa__EndpointReferenceType _wsa__FaultTo; #endif #ifndef SOAP_TYPE__wsa__To #define SOAP_TYPE__wsa__To (216) typedef struct wsa__AttributedURIType _wsa__To; #endif #ifndef SOAP_TYPE__wsa__Action #define SOAP_TYPE__wsa__Action (217) typedef struct wsa__AttributedURIType _wsa__Action; #endif #ifndef SOAP_TYPE__wsa__RetryAfter #define SOAP_TYPE__wsa__RetryAfter (218) typedef struct wsa__AttributedUnsignedLongType _wsa__RetryAfter; #endif #ifndef SOAP_TYPE__wsa__ProblemHeaderQName #define SOAP_TYPE__wsa__ProblemHeaderQName (219) typedef struct wsa__AttributedQNameType _wsa__ProblemHeaderQName; #endif #ifndef SOAP_TYPE__wsa__ProblemIRI #define SOAP_TYPE__wsa__ProblemIRI (220) typedef struct wsa__AttributedURIType _wsa__ProblemIRI; #endif #ifndef SOAP_TYPE__wsa__ProblemAction #define SOAP_TYPE__wsa__ProblemAction (221) typedef struct wsa__ProblemActionType _wsa__ProblemAction; #endif #ifndef SOAP_TYPE__wsa__IsReferenceParameter #define SOAP_TYPE__wsa__IsReferenceParameter (222) typedef enum xsd__boolean _wsa__IsReferenceParameter; #endif #ifndef SOAP_TYPE__jsdl__JobDefinition #define SOAP_TYPE__jsdl__JobDefinition (223) typedef struct jsdl__JobDefinition_USCOREType _jsdl__JobDefinition; #endif #ifndef SOAP_TYPE__jsdl__JobDescription #define SOAP_TYPE__jsdl__JobDescription (224) typedef struct jsdl__JobDescription_USCOREType _jsdl__JobDescription; #endif #ifndef SOAP_TYPE__jsdl__JobIdentification #define SOAP_TYPE__jsdl__JobIdentification (225) typedef struct jsdl__JobIdentification_USCOREType _jsdl__JobIdentification; #endif #ifndef SOAP_TYPE__jsdl__JobName #define SOAP_TYPE__jsdl__JobName (226) typedef char *_jsdl__JobName; #endif #ifndef SOAP_TYPE__jsdl__Description #define SOAP_TYPE__jsdl__Description (227) typedef char *_jsdl__Description; #endif #ifndef SOAP_TYPE__jsdl__JobAnnotation #define SOAP_TYPE__jsdl__JobAnnotation (228) typedef char *_jsdl__JobAnnotation; #endif #ifndef SOAP_TYPE__jsdl__JobProject #define SOAP_TYPE__jsdl__JobProject (229) typedef char *_jsdl__JobProject; #endif #ifndef SOAP_TYPE__jsdl__Application #define SOAP_TYPE__jsdl__Application (230) typedef struct jsdl__Application_USCOREType _jsdl__Application; #endif #ifndef SOAP_TYPE__jsdl__ApplicationName #define SOAP_TYPE__jsdl__ApplicationName (231) typedef char *_jsdl__ApplicationName; #endif #ifndef SOAP_TYPE__jsdl__ApplicationVersion #define SOAP_TYPE__jsdl__ApplicationVersion (232) typedef char *_jsdl__ApplicationVersion; #endif #ifndef SOAP_TYPE__jsdl__Resources #define SOAP_TYPE__jsdl__Resources (233) typedef struct jsdl__Resources_USCOREType _jsdl__Resources; #endif #ifndef SOAP_TYPE__jsdl__CandidateHosts #define SOAP_TYPE__jsdl__CandidateHosts (234) typedef struct jsdl__CandidateHosts_USCOREType _jsdl__CandidateHosts; #endif #ifndef SOAP_TYPE__jsdl__HostName #define SOAP_TYPE__jsdl__HostName (235) typedef char *_jsdl__HostName; #endif #ifndef SOAP_TYPE__jsdl__OperatingSystem #define SOAP_TYPE__jsdl__OperatingSystem (236) typedef struct jsdl__OperatingSystem_USCOREType _jsdl__OperatingSystem; #endif #ifndef SOAP_TYPE__jsdl__OperatingSystemType #define SOAP_TYPE__jsdl__OperatingSystemType (237) typedef struct jsdl__OperatingSystemType_USCOREType _jsdl__OperatingSystemType; #endif #ifndef SOAP_TYPE__jsdl__OperatingSystemVersion #define SOAP_TYPE__jsdl__OperatingSystemVersion (238) typedef char *_jsdl__OperatingSystemVersion; #endif #ifndef SOAP_TYPE__jsdl__OperatingSystemName #define SOAP_TYPE__jsdl__OperatingSystemName (239) typedef enum jsdl__OperatingSystemTypeEnumeration _jsdl__OperatingSystemName; #endif #ifndef SOAP_TYPE__jsdl__ExclusiveExecution #define SOAP_TYPE__jsdl__ExclusiveExecution (240) typedef enum xsd__boolean _jsdl__ExclusiveExecution; #endif #ifndef SOAP_TYPE__jsdl__CPUArchitecture #define SOAP_TYPE__jsdl__CPUArchitecture (241) typedef struct jsdl__CPUArchitecture_USCOREType _jsdl__CPUArchitecture; #endif #ifndef SOAP_TYPE__jsdl__CPUArchitectureName #define SOAP_TYPE__jsdl__CPUArchitectureName (242) typedef enum jsdl__ProcessorArchitectureEnumeration _jsdl__CPUArchitectureName; #endif #ifndef SOAP_TYPE__jsdl__FileSystem #define SOAP_TYPE__jsdl__FileSystem (243) typedef struct jsdl__FileSystem_USCOREType _jsdl__FileSystem; #endif #ifndef SOAP_TYPE__jsdl__FileSystemType #define SOAP_TYPE__jsdl__FileSystemType (244) typedef enum jsdl__FileSystemTypeEnumeration _jsdl__FileSystemType; #endif #ifndef SOAP_TYPE__jsdl__MountPoint #define SOAP_TYPE__jsdl__MountPoint (245) typedef char *_jsdl__MountPoint; #endif #ifndef SOAP_TYPE__jsdl__DiskSpace #define SOAP_TYPE__jsdl__DiskSpace (246) typedef struct jsdl__RangeValue_USCOREType _jsdl__DiskSpace; #endif #ifndef SOAP_TYPE__jsdl__IndividualCPUTime #define SOAP_TYPE__jsdl__IndividualCPUTime (247) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualCPUTime; #endif #ifndef SOAP_TYPE__jsdl__IndividualCPUSpeed #define SOAP_TYPE__jsdl__IndividualCPUSpeed (248) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualCPUSpeed; #endif #ifndef SOAP_TYPE__jsdl__IndividualCPUCount #define SOAP_TYPE__jsdl__IndividualCPUCount (249) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualCPUCount; #endif #ifndef SOAP_TYPE__jsdl__IndividualPhysicalMemory #define SOAP_TYPE__jsdl__IndividualPhysicalMemory (250) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualPhysicalMemory; #endif #ifndef SOAP_TYPE__jsdl__IndividualVirtualMemory #define SOAP_TYPE__jsdl__IndividualVirtualMemory (251) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualVirtualMemory; #endif #ifndef SOAP_TYPE__jsdl__IndividualNetworkBandwidth #define SOAP_TYPE__jsdl__IndividualNetworkBandwidth (252) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualNetworkBandwidth; #endif #ifndef SOAP_TYPE__jsdl__IndividualDiskSpace #define SOAP_TYPE__jsdl__IndividualDiskSpace (253) typedef struct jsdl__RangeValue_USCOREType _jsdl__IndividualDiskSpace; #endif #ifndef SOAP_TYPE__jsdl__TotalCPUTime #define SOAP_TYPE__jsdl__TotalCPUTime (254) typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalCPUTime; #endif #ifndef SOAP_TYPE__jsdl__TotalCPUCount #define SOAP_TYPE__jsdl__TotalCPUCount (255) typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalCPUCount; #endif #ifndef SOAP_TYPE__jsdl__TotalPhysicalMemory #define SOAP_TYPE__jsdl__TotalPhysicalMemory (256) typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalPhysicalMemory; #endif #ifndef SOAP_TYPE__jsdl__TotalVirtualMemory #define SOAP_TYPE__jsdl__TotalVirtualMemory (257) typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalVirtualMemory; #endif #ifndef SOAP_TYPE__jsdl__TotalDiskSpace #define SOAP_TYPE__jsdl__TotalDiskSpace (258) typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalDiskSpace; #endif #ifndef SOAP_TYPE__jsdl__TotalResourceCount #define SOAP_TYPE__jsdl__TotalResourceCount (259) typedef struct jsdl__RangeValue_USCOREType _jsdl__TotalResourceCount; #endif #ifndef SOAP_TYPE__jsdl__DataStaging #define SOAP_TYPE__jsdl__DataStaging (260) typedef struct jsdl__DataStaging_USCOREType _jsdl__DataStaging; #endif #ifndef SOAP_TYPE__jsdl__FileName #define SOAP_TYPE__jsdl__FileName (261) typedef char *_jsdl__FileName; #endif #ifndef SOAP_TYPE__jsdl__FilesystemName #define SOAP_TYPE__jsdl__FilesystemName (262) typedef char *_jsdl__FilesystemName; #endif #ifndef SOAP_TYPE__jsdl__CreationFlag #define SOAP_TYPE__jsdl__CreationFlag (263) typedef enum jsdl__CreationFlagEnumeration _jsdl__CreationFlag; #endif #ifndef SOAP_TYPE__jsdl__DeleteOnTermination #define SOAP_TYPE__jsdl__DeleteOnTermination (264) typedef enum xsd__boolean _jsdl__DeleteOnTermination; #endif #ifndef SOAP_TYPE__jsdl__Source #define SOAP_TYPE__jsdl__Source (265) typedef struct jsdl__SourceTarget_USCOREType _jsdl__Source; #endif #ifndef SOAP_TYPE__jsdl__Target #define SOAP_TYPE__jsdl__Target (266) typedef struct jsdl__SourceTarget_USCOREType _jsdl__Target; #endif #ifndef SOAP_TYPE__jsdl__URI #define SOAP_TYPE__jsdl__URI (267) typedef char *_jsdl__URI; #endif #ifndef SOAP_TYPE__app__HPCProfileApplication #define SOAP_TYPE__app__HPCProfileApplication (268) typedef struct app__HPCProfileApplication_USCOREType _app__HPCProfileApplication; #endif #ifndef SOAP_TYPE__app__Executable #define SOAP_TYPE__app__Executable (269) typedef struct app__FileName_USCOREType _app__Executable; #endif #ifndef SOAP_TYPE__app__Argument #define SOAP_TYPE__app__Argument (270) typedef struct app__Argument_USCOREType _app__Argument; #endif #ifndef SOAP_TYPE__app__Input #define SOAP_TYPE__app__Input (271) typedef struct app__FileName_USCOREType _app__Input; #endif #ifndef SOAP_TYPE__app__Output #define SOAP_TYPE__app__Output (272) typedef struct app__FileName_USCOREType _app__Output; #endif #ifndef SOAP_TYPE__app__Error #define SOAP_TYPE__app__Error (273) typedef struct app__FileName_USCOREType _app__Error; #endif #ifndef SOAP_TYPE__app__WorkingDirectory #define SOAP_TYPE__app__WorkingDirectory (274) typedef struct app__DirectoryName_USCOREType _app__WorkingDirectory; #endif #ifndef SOAP_TYPE__app__Environment #define SOAP_TYPE__app__Environment (275) typedef struct app__Environment_USCOREType _app__Environment; #endif #ifndef SOAP_TYPE__app__UserName #define SOAP_TYPE__app__UserName (276) typedef struct app__UserName_USCOREType _app__UserName; #endif #ifndef SOAP_TYPE__posix__POSIXApplication #define SOAP_TYPE__posix__POSIXApplication (277) typedef struct posix__POSIXApplication_USCOREType _posix__POSIXApplication; #endif #ifndef SOAP_TYPE__posix__Executable #define SOAP_TYPE__posix__Executable (278) typedef struct posix__FileName_USCOREType _posix__Executable; #endif #ifndef SOAP_TYPE__posix__Argument #define SOAP_TYPE__posix__Argument (279) typedef struct posix__Argument_USCOREType _posix__Argument; #endif #ifndef SOAP_TYPE__posix__Input #define SOAP_TYPE__posix__Input (280) typedef struct posix__FileName_USCOREType _posix__Input; #endif #ifndef SOAP_TYPE__posix__Output #define SOAP_TYPE__posix__Output (281) typedef struct posix__FileName_USCOREType _posix__Output; #endif #ifndef SOAP_TYPE__posix__Error #define SOAP_TYPE__posix__Error (282) typedef struct posix__FileName_USCOREType _posix__Error; #endif #ifndef SOAP_TYPE__posix__WorkingDirectory #define SOAP_TYPE__posix__WorkingDirectory (283) typedef struct posix__DirectoryName_USCOREType _posix__WorkingDirectory; #endif #ifndef SOAP_TYPE__posix__Environment #define SOAP_TYPE__posix__Environment (284) typedef struct posix__Environment_USCOREType _posix__Environment; #endif #ifndef SOAP_TYPE__posix__WallTimeLimit #define SOAP_TYPE__posix__WallTimeLimit (285) typedef struct posix__Limits_USCOREType _posix__WallTimeLimit; #endif #ifndef SOAP_TYPE__posix__FileSizeLimit #define SOAP_TYPE__posix__FileSizeLimit (286) typedef struct posix__Limits_USCOREType _posix__FileSizeLimit; #endif #ifndef SOAP_TYPE__posix__CoreDumpLimit #define SOAP_TYPE__posix__CoreDumpLimit (287) typedef struct posix__Limits_USCOREType _posix__CoreDumpLimit; #endif #ifndef SOAP_TYPE__posix__DataSegmentLimit #define SOAP_TYPE__posix__DataSegmentLimit (288) typedef struct posix__Limits_USCOREType _posix__DataSegmentLimit; #endif #ifndef SOAP_TYPE__posix__LockedMemoryLimit #define SOAP_TYPE__posix__LockedMemoryLimit (289) typedef struct posix__Limits_USCOREType _posix__LockedMemoryLimit; #endif #ifndef SOAP_TYPE__posix__MemoryLimit #define SOAP_TYPE__posix__MemoryLimit (290) typedef struct posix__Limits_USCOREType _posix__MemoryLimit; #endif #ifndef SOAP_TYPE__posix__OpenDescriptorsLimit #define SOAP_TYPE__posix__OpenDescriptorsLimit (291) typedef struct posix__Limits_USCOREType _posix__OpenDescriptorsLimit; #endif #ifndef SOAP_TYPE__posix__PipeSizeLimit #define SOAP_TYPE__posix__PipeSizeLimit (292) typedef struct posix__Limits_USCOREType _posix__PipeSizeLimit; #endif #ifndef SOAP_TYPE__posix__StackSizeLimit #define SOAP_TYPE__posix__StackSizeLimit (293) typedef struct posix__Limits_USCOREType _posix__StackSizeLimit; #endif #ifndef SOAP_TYPE__posix__CPUTimeLimit #define SOAP_TYPE__posix__CPUTimeLimit (294) typedef struct posix__Limits_USCOREType _posix__CPUTimeLimit; #endif #ifndef SOAP_TYPE__posix__ProcessCountLimit #define SOAP_TYPE__posix__ProcessCountLimit (295) typedef struct posix__Limits_USCOREType _posix__ProcessCountLimit; #endif #ifndef SOAP_TYPE__posix__VirtualMemoryLimit #define SOAP_TYPE__posix__VirtualMemoryLimit (296) typedef struct posix__Limits_USCOREType _posix__VirtualMemoryLimit; #endif #ifndef SOAP_TYPE__posix__ThreadCountLimit #define SOAP_TYPE__posix__ThreadCountLimit (297) typedef struct posix__Limits_USCOREType _posix__ThreadCountLimit; #endif #ifndef SOAP_TYPE__posix__UserName #define SOAP_TYPE__posix__UserName (298) typedef struct posix__UserName_USCOREType _posix__UserName; #endif #ifndef SOAP_TYPE__posix__GroupName #define SOAP_TYPE__posix__GroupName (299) typedef struct posix__GroupName_USCOREType _posix__GroupName; #endif /******************************************************************************\ * * * Typedef Synonyms * * * \******************************************************************************/ typedef enum wsu__tTimestampFault wsu__tTimestampFault; typedef enum wsse__FaultcodeEnum wsse__FaultcodeEnum; typedef enum bes__ActivityStateEnumeration bes__ActivityStateEnumeration; typedef enum wsa__RelationshipType wsa__RelationshipType; typedef enum wsa__FaultCodesType wsa__FaultCodesType; typedef enum jsdl__ProcessorArchitectureEnumeration jsdl__ProcessorArchitectureEnumeration; typedef enum jsdl__OperatingSystemTypeEnumeration jsdl__OperatingSystemTypeEnumeration; typedef enum jsdl__FileSystemTypeEnumeration jsdl__FileSystemTypeEnumeration; typedef enum jsdl__CreationFlagEnumeration jsdl__CreationFlagEnumeration; typedef struct _wsu__Timestamp _wsu__Timestamp; typedef struct _wsse__UsernameToken _wsse__UsernameToken; typedef struct _wsse__BinarySecurityToken _wsse__BinarySecurityToken; typedef struct _wsse__Reference _wsse__Reference; typedef struct _wsse__Embedded _wsse__Embedded; typedef struct _wsse__KeyIdentifier _wsse__KeyIdentifier; typedef struct _wsse__SecurityTokenReference _wsse__SecurityTokenReference; typedef struct ds__SignatureType ds__SignatureType; typedef struct _c14n__InclusiveNamespaces _c14n__InclusiveNamespaces; typedef struct ds__TransformType ds__TransformType; typedef struct ds__KeyInfoType ds__KeyInfoType; typedef struct ds__SignedInfoType ds__SignedInfoType; typedef struct ds__CanonicalizationMethodType ds__CanonicalizationMethodType; typedef struct ds__SignatureMethodType ds__SignatureMethodType; typedef struct ds__ReferenceType ds__ReferenceType; typedef struct ds__TransformsType ds__TransformsType; typedef struct ds__DigestMethodType ds__DigestMethodType; typedef struct ds__KeyValueType ds__KeyValueType; typedef struct ds__RetrievalMethodType ds__RetrievalMethodType; typedef struct ds__X509DataType ds__X509DataType; typedef struct ds__X509IssuerSerialType ds__X509IssuerSerialType; typedef struct ds__DSAKeyValueType ds__DSAKeyValueType; typedef struct ds__RSAKeyValueType ds__RSAKeyValueType; typedef struct _wsse__Security _wsse__Security; typedef struct _wsse__Password _wsse__Password; typedef struct bes__CreateActivityType bes__CreateActivityType; typedef struct bes__TerminateActivitiesResponseType bes__TerminateActivitiesResponseType; typedef struct bes__GetFactoryAttributesDocumentType bes__GetFactoryAttributesDocumentType; typedef struct bes__NotAuthorizedFaultType bes__NotAuthorizedFaultType; typedef struct bes__NotAcceptingNewActivitiesFaultType bes__NotAcceptingNewActivitiesFaultType; typedef struct bes__UnsupportedFeatureFaultType bes__UnsupportedFeatureFaultType; typedef struct bes__CantApplyOperationToCurrentStateFaultType bes__CantApplyOperationToCurrentStateFaultType; typedef struct bes__OperationWillBeAppliedEventuallyFaultType bes__OperationWillBeAppliedEventuallyFaultType; typedef struct bes__InvalidActivityIdentifierFaultType bes__InvalidActivityIdentifierFaultType; typedef struct bes__InvalidRequestMessageFaultType bes__InvalidRequestMessageFaultType; typedef struct bes__BasicResourceAttributesDocumentType bes__BasicResourceAttributesDocumentType; typedef struct bes__FactoryResourceAttributesDocumentType bes__FactoryResourceAttributesDocumentType; typedef struct bes__ActivityStatusType bes__ActivityStatusType; typedef struct bes__GetActivityStatusResponseType bes__GetActivityStatusResponseType; typedef struct bes__GetActivityDocumentResponseType bes__GetActivityDocumentResponseType; typedef struct bes__TerminateActivityResponseType bes__TerminateActivityResponseType; typedef struct wsa__EndpointReferenceType wsa__EndpointReferenceType; typedef struct wsa__ReferenceParametersType wsa__ReferenceParametersType; typedef struct wsa__MetadataType wsa__MetadataType; typedef struct wsa__ProblemActionType wsa__ProblemActionType; typedef struct jsdl__Range_USCOREType jsdl__Range_USCOREType; typedef struct jsdl__RangeValue_USCOREType jsdl__RangeValue_USCOREType; typedef struct jsdl__JobDefinition_USCOREType jsdl__JobDefinition_USCOREType; typedef struct jsdl__JobDescription_USCOREType jsdl__JobDescription_USCOREType; typedef struct jsdl__JobIdentification_USCOREType jsdl__JobIdentification_USCOREType; typedef struct jsdl__Application_USCOREType jsdl__Application_USCOREType; typedef struct jsdl__Resources_USCOREType jsdl__Resources_USCOREType; typedef struct jsdl__CandidateHosts_USCOREType jsdl__CandidateHosts_USCOREType; typedef struct jsdl__CPUArchitecture_USCOREType jsdl__CPUArchitecture_USCOREType; typedef struct jsdl__FileSystem_USCOREType jsdl__FileSystem_USCOREType; typedef struct jsdl__OperatingSystem_USCOREType jsdl__OperatingSystem_USCOREType; typedef struct jsdl__OperatingSystemType_USCOREType jsdl__OperatingSystemType_USCOREType; typedef struct jsdl__DataStaging_USCOREType jsdl__DataStaging_USCOREType; typedef struct jsdl__SourceTarget_USCOREType jsdl__SourceTarget_USCOREType; typedef struct app__HPCProfileApplication_USCOREType app__HPCProfileApplication_USCOREType; typedef struct posix__POSIXApplication_USCOREType posix__POSIXApplication_USCOREType; typedef struct wsa__RelatesToType wsa__RelatesToType; typedef struct wsa__AttributedURIType wsa__AttributedURIType; typedef struct wsa__AttributedUnsignedLongType wsa__AttributedUnsignedLongType; typedef struct wsa__AttributedQNameType wsa__AttributedQNameType; typedef struct jsdl__Boundary_USCOREType jsdl__Boundary_USCOREType; typedef struct jsdl__Exact_USCOREType jsdl__Exact_USCOREType; typedef struct app__Environment_USCOREType app__Environment_USCOREType; typedef struct app__Argument_USCOREType app__Argument_USCOREType; typedef struct app__FileName_USCOREType app__FileName_USCOREType; typedef struct app__DirectoryName_USCOREType app__DirectoryName_USCOREType; typedef struct app__UserName_USCOREType app__UserName_USCOREType; typedef struct posix__Environment_USCOREType posix__Environment_USCOREType; typedef struct posix__Argument_USCOREType posix__Argument_USCOREType; typedef struct posix__FileName_USCOREType posix__FileName_USCOREType; typedef struct posix__DirectoryName_USCOREType posix__DirectoryName_USCOREType; typedef struct posix__Limits_USCOREType posix__Limits_USCOREType; typedef struct posix__UserName_USCOREType posix__UserName_USCOREType; typedef struct posix__GroupName_USCOREType posix__GroupName_USCOREType; /******************************************************************************\ * * * Externals * * * \******************************************************************************/ extern struct SOAP_ENV__Header SOAP_ENV__Header; /******************************************************************************\ * * * Stubs * * * \******************************************************************************/ SOAP_FMAC5 int SOAP_FMAC6 soap_call___bes__CreateActivity(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct bes__CreateActivityType *bes__CreateActivity, struct bes__CreateActivityResponseType *bes__CreateActivityResponse); SOAP_FMAC5 int SOAP_FMAC6 soap_call___bes__GetActivityStatuses(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct bes__GetActivityStatusesType bes__GetActivityStatuses, struct bes__GetActivityStatusesResponseType *bes__GetActivityStatusesResponse); SOAP_FMAC5 int SOAP_FMAC6 soap_call___bes__TerminateActivities(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct bes__TerminateActivitiesType bes__TerminateActivities, struct bes__TerminateActivitiesResponseType *bes__TerminateActivitiesResponse); SOAP_FMAC5 int SOAP_FMAC6 soap_call___bes__GetActivityDocuments(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct bes__GetActivityDocumentsType bes__GetActivityDocuments, struct bes__GetActivityDocumentsResponseType *bes__GetActivityDocumentsResponse); SOAP_FMAC5 int SOAP_FMAC6 soap_call___bes__GetFactoryAttributesDocument(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct bes__GetFactoryAttributesDocumentType *bes__GetFactoryAttributesDocument, struct bes__GetFactoryAttributesDocumentResponseType *bes__GetFactoryAttributesDocumentResponse); #ifdef __cplusplus } #endif #endif /* End of soapStub.h */