SOAP/XML services use data bindings contractually bound by WSDL and auto- generated by wsdl2h and soapcpp2 (see Service Bindings). Plain data bindings are adopted from XML schemas as part of the WSDL types section or when running wsdl2h on a set of schemas to produce non-SOAP-based XML data bindings.
The following readers and writers are C/C++ data type (de)serializers auto- generated by wsdl2h and soapcpp2. Run soapcpp2 on this file to generate the (de)serialization code, which is stored in soapC.c[pp]. Include "soapH.h" in your code to import these data type and function declarations. Only use the soapcpp2-generated files in your project build. Do not include the wsdl2h- generated .h file in your code.
Data can be read and deserialized from:
- an int file descriptor, using soap->recvfd = fd
- a socket, using soap->socket = (int)...
- a C++ stream (istream, stringstream), using soap->is = (istream*)...
- a C string, using soap->is = (const char*)...
- any input, using the soap->frecv() callback
Data can be serialized and written to:
- an int file descriptor, using soap->sendfd = (int)...
- a socket, using soap->socket = (int)...
- a C++ stream (ostream, stringstream), using soap->os = (ostream*)...
- a C string, using soap->os = (const char**)...
- any output, using the soap->fsend() callback
The following options are available for (de)serialization control:
- soap->encodingStyle = NULL; to remove SOAP 1.1/1.2 encodingStyle
- soap_mode(soap, SOAP_XML_TREE); XML without id-ref (no cycles!)
- soap_mode(soap, SOAP_XML_GRAPH); XML with id-ref (including cycles)
- soap_set_namespaces(soap, struct Namespace *nsmap); to set xmlns bindings
Top-level root elements of schema "http://docs.oasis-open.org/ws-sx/ws-trust/200512/"
- <wst:RequestSecurityToken> _wst__RequestSecurityToken
- <wst:TokenType> _wst__TokenType
soap_POST_send__wst__TokenType(
struct soap*,
const char *URL,
_wst__TokenType*);
- <wst:RequestType> _wst__RequestType
- <wst:RequestSecurityTokenResponse> _wst__RequestSecurityTokenResponse
- <wst:RequestedSecurityToken> _wst__RequestedSecurityToken
- <wst:BinarySecret> _wst__BinarySecret
- <wst:Claims> _wst__Claims
soap_GET__wst__Claims(
struct soap*,
const char *URL,
_wst__Claims*);
soap_PUT__wst__Claims(
struct soap*,
const char *URL,
_wst__Claims*);
soap_POST_send__wst__Claims(
struct soap*,
const char *URL,
_wst__Claims*);
- <wst:Entropy> _wst__Entropy
soap_GET__wst__Entropy(
struct soap*,
const char *URL,
_wst__Entropy*);
soap_PUT__wst__Entropy(
struct soap*,
const char *URL,
_wst__Entropy*);
soap_POST_send__wst__Entropy(
struct soap*,
const char *URL,
_wst__Entropy*);
- <wst:Lifetime> _wst__Lifetime
soap_GET__wst__Lifetime(
struct soap*,
const char *URL,
_wst__Lifetime*);
soap_PUT__wst__Lifetime(
struct soap*,
const char *URL,
_wst__Lifetime*);
soap_POST_send__wst__Lifetime(
struct soap*,
const char *URL,
_wst__Lifetime*);
- <wst:RequestSecurityTokenCollection> _wst__RequestSecurityTokenCollection
- <wst:RequestSecurityTokenResponseCollection> _wst__RequestSecurityTokenResponseCollection
- <wst:ComputedKey> _wst__ComputedKey
- <wst:RequestedAttachedReference> _wst__RequestedAttachedReference
- <wst:RequestedUnattachedReference> _wst__RequestedUnattachedReference
- <wst:RequestedProofToken> _wst__RequestedProofToken
- <wst:IssuedTokens> _wst__IssuedTokens
- <wst:RenewTarget> _wst__RenewTarget
- <wst:AllowPostdating> _wst__AllowPostdating
- <wst:Renewing> _wst__Renewing
soap_GET__wst__Renewing(
struct soap*,
const char *URL,
_wst__Renewing*);
soap_PUT__wst__Renewing(
struct soap*,
const char *URL,
_wst__Renewing*);
soap_POST_send__wst__Renewing(
struct soap*,
const char *URL,
_wst__Renewing*);
- <wst:CancelTarget> _wst__CancelTarget
- <wst:RequestedTokenCancelled> _wst__RequestedTokenCancelled
- <wst:ValidateTarget> _wst__ValidateTarget
- <wst:Status> _wst__Status
soap_GET__wst__Status(
struct soap*,
const char *URL,
_wst__Status*);
soap_PUT__wst__Status(
struct soap*,
const char *URL,
_wst__Status*);
soap_POST_send__wst__Status(
struct soap*,
const char *URL,
_wst__Status*);
- <wst:SignChallenge> _wst__SignChallenge
- <wst:SignChallengeResponse> _wst__SignChallengeResponse
- <wst:Challenge> _wst__Challenge
soap_POST_send__wst__Challenge(
struct soap*,
const char *URL,
_wst__Challenge*);
- <wst:BinaryExchange> _wst__BinaryExchange
- <wst:RequestKET> _wst__RequestKET
soap_POST_send__wst__RequestKET(
struct soap*,
const char *URL,
_wst__RequestKET*);
- <wst:KeyExchangeToken> _wst__KeyExchangeToken
- <wst:Authenticator> _wst__Authenticator
- <wst:CombinedHash> _wst__CombinedHash
- <wst:OnBehalfOf> _wst__OnBehalfOf
soap_POST_send__wst__OnBehalfOf(
struct soap*,
const char *URL,
_wst__OnBehalfOf*);
- <wst:Issuer> _wst__Issuer
soap_GET__wst__Issuer(
struct soap*,
const char *URL,
_wst__Issuer*);
soap_PUT__wst__Issuer(
struct soap*,
const char *URL,
_wst__Issuer*);
soap_POST_send__wst__Issuer(
struct soap*,
const char *URL,
_wst__Issuer*);
- <wst:AuthenticationType> _wst__AuthenticationType
- <wst:KeyType> _wst__KeyType
soap_GET__wst__KeyType(
struct soap*,
const char *URL,
_wst__KeyType*);
soap_PUT__wst__KeyType(
struct soap*,
const char *URL,
_wst__KeyType*);
soap_POST_send__wst__KeyType(
struct soap*,
const char *URL,
_wst__KeyType*);
- <wst:KeySize> _wst__KeySize
soap_GET__wst__KeySize(
struct soap*,
const char *URL,
_wst__KeySize*);
soap_PUT__wst__KeySize(
struct soap*,
const char *URL,
_wst__KeySize*);
soap_POST_send__wst__KeySize(
struct soap*,
const char *URL,
_wst__KeySize*);
- <wst:SignatureAlgorithm> _wst__SignatureAlgorithm
- <wst:EncryptionAlgorithm> _wst__EncryptionAlgorithm
- <wst:CanonicalizationAlgorithm> _wst__CanonicalizationAlgorithm
- <wst:ComputedKeyAlgorithm> _wst__ComputedKeyAlgorithm
- <wst:Encryption> _wst__Encryption
soap_POST_send__wst__Encryption(
struct soap*,
const char *URL,
_wst__Encryption*);
- <wst:ProofEncryption> _wst__ProofEncryption
- <wst:UseKey> _wst__UseKey
soap_GET__wst__UseKey(
struct soap*,
const char *URL,
_wst__UseKey*);
soap_PUT__wst__UseKey(
struct soap*,
const char *URL,
_wst__UseKey*);
soap_POST_send__wst__UseKey(
struct soap*,
const char *URL,
_wst__UseKey*);
- <wst:KeyWrapAlgorithm> _wst__KeyWrapAlgorithm
- <wst:SignWith> _wst__SignWith
soap_GET__wst__SignWith(
struct soap*,
const char *URL,
_wst__SignWith*);
soap_PUT__wst__SignWith(
struct soap*,
const char *URL,
_wst__SignWith*);
soap_POST_send__wst__SignWith(
struct soap*,
const char *URL,
_wst__SignWith*);
- <wst:EncryptWith> _wst__EncryptWith
- <wst:DelegateTo> _wst__DelegateTo
soap_POST_send__wst__DelegateTo(
struct soap*,
const char *URL,
_wst__DelegateTo*);
- <wst:Forwardable> _wst__Forwardable
- <wst:Delegatable> _wst__Delegatable
- <wst:Participants> _wst__Participants
Top-level root element "http://www.w3.org/2001/04/xmlenc#":CipherData of type "http://www.w3.org/2001/04/xmlenc#":CipherDataType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code. Top-level root element "http://www.w3.org/2001/04/xmlenc#":CipherReference of type "http://www.w3.org/2001/04/xmlenc#":CipherReferenceType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code. Top-level root element "http://www.w3.org/2001/04/xmlenc#":EncryptedData of type "http://www.w3.org/2001/04/xmlenc#":EncryptedDataType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code. Top-level root element "http://www.w3.org/2001/04/xmlenc#":EncryptedKey of type "http://www.w3.org/2001/04/xmlenc#":EncryptedKeyType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code. Top-level root element "http://www.w3.org/2001/04/xmlenc#":AgreementMethod of type "http://www.w3.org/2001/04/xmlenc#":AgreementMethodType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code. Top-level root element "http://www.w3.org/2001/04/xmlenc#":EncryptionProperties of type "http://www.w3.org/2001/04/xmlenc#":EncryptionPropertiesType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code. Top-level root element "http://www.w3.org/2001/04/xmlenc#":EncryptionProperty of type "http://www.w3.org/2001/04/xmlenc#":EncryptionPropertyType. Note: use wsdl2h option -g to auto-generate a top-level root element declaration and processing code.
SOAP/XML services use data bindings contractually bound by WSDL and auto- generated by wsdl2h and soapcpp2 (see Service Bindings). Plain data bindings are adopted from XML schemas as part of the WSDL types section or when running wsdl2h on a set of schemas to produce non-SOAP-based XML data bindings.
The following readers and writers are C/C++ data type (de)serializers auto- generated by wsdl2h and soapcpp2. Run soapcpp2 on this file to generate the (de)serialization code, which is stored in soapC.c[pp]. Include "soapH.h" in your code to import these data type and function declarations. Only use the soapcpp2-generated files in your project build. Do not include the wsdl2h- generated .h file in your code.
XML content can be retrieved from:
- a file descriptor, using soap->recvfd = fd
- a socket, using soap->socket = ...
- a C++ stream, using soap->is = ...
- a buffer, using the soap->frecv() callback
XML content can be stored to:
- a file descriptor, using soap->sendfd = fd
- a socket, using soap->socket = ...
- a C++ stream, using soap->os = ...
- a buffer, using the soap->fsend() callback
Top-level root elements of schema "http://www.w3.org/2001/04/xmlenc#"
- <xenc:CipherData> (use wsdl2h option -g to auto-generate)
- <xenc:CipherReference> (use wsdl2h option -g to auto-generate)
- <xenc:EncryptedData> (use wsdl2h option -g to auto-generate)
- <xenc:EncryptedKey> (use wsdl2h option -g to auto-generate)
- <xenc:AgreementMethod> (use wsdl2h option -g to auto-generate)
- <xenc:ReferenceList> _xenc__ReferenceList
- <xenc:EncryptionProperties> (use wsdl2h option -g to auto-generate)
- <xenc:EncryptionProperty> (use wsdl2h option -g to auto-generate)
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":SecurityContextToken of XSD type "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":SecurityContextTokenType.
- Note
- Use wsdl2h option -g to auto-generate a top-level root element declaration and processing code.
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Identifier of XSD type xs:anyURI.
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Instance of XSD type xs:string.
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":DerivedKeyToken of XSD type "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":DerivedKeyTokenType.
- Note
- Use wsdl2h option -g to auto-generate a top-level root element declaration and processing code.
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Name of XSD type xs:anyURI.
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Label of XSD type xs:string.
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Nonce of XSD type xs:base64Binary.
Top-level attribute "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Instance of simpleType xs:string.
Top-level attribute "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Nonce of simpleType xs:base64Binary.
Top-level attribute "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512":Length of simpleType xs:unsignedLong.
- Note
- Use wsdl2h option -g to auto-generate a top-level attribute declaration and processing code.
SOAP/XML services use data bindings contractually bound by WSDL and auto- generated by wsdl2h and soapcpp2 (see Service Bindings). Plain data bindings are adopted from XML schemas as part of the WSDL types section or when running wsdl2h on a set of schemas to produce non-SOAP-based XML data bindings.
The following readers and writers are C/C++ data type (de)serializers auto- generated by wsdl2h and soapcpp2. Run soapcpp2 on this file to generate the (de)serialization code, which is stored in soapC.c[pp]. Include "soapH.h" in your code to import these data type and function declarations. Only use the soapcpp2-generated files in your project build. Do not include the wsdl2h- generated .h file in your code.
Data can be read in XML and deserialized from:
- a file descriptor, using soap->recvfd = fd
- a socket, using soap->socket = ...
- a C++ stream, using soap->is = ...
- a buffer, using the soap->frecv() callback
Data can be serialized in XML and written to:
- a file descriptor, using soap->sendfd = fd
- a socket, using soap->socket = ...
- a C++ stream, using soap->os = ...
- a buffer, using the soap->fsend() callback
The following options are available for (de)serialization control:
- soap->encodingStyle = NULL; to remove SOAP 1.1/1.2 encodingStyle
- soap_mode(soap, SOAP_XML_TREE); XML without id-ref (no cycles!)
- soap_mode(soap, SOAP_XML_GRAPH); XML with id-ref (including cycles)
- soap_set_namespaces(soap, struct Namespace *nsmap); to set xmlns bindings
Top-level root elements of schema "http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512"
- <SecurityContextToken> (use wsdl2h option -g to auto-generate)
- <Identifier> _wsc__Identifier
soap_read__wsc__Identifier(struct soap*, char*);
soap_write__wsc__Identifier(struct soap*, char*);
- <Instance> _wsc__Instance
soap_read__wsc__Instance(struct soap*, char*);
soap_write__wsc__Instance(struct soap*, char*);
- <DerivedKeyToken> (use wsdl2h option -g to auto-generate)
- <Name> _wsc__Name
soap_read__wsc__Name(struct soap*, char*);
soap_write__wsc__Name(struct soap*, char*);
- <Label> _wsc__Label
soap_read__wsc__Label(struct soap*, char*);
soap_write__wsc__Label(struct soap*, char*);
- <Nonce> _wsc__Nonce
soap_read__wsc__Nonce(struct soap*, char*);
soap_write__wsc__Nonce(struct soap*, char*);
SOAP/XML services use data bindings contractually bound by WSDL and auto- generated by wsdl2h and soapcpp2 (see Service Bindings). Plain data bindings are adopted from XML schemas as part of the WSDL types section or when running wsdl2h on a set of schemas to produce non-SOAP-based XML data bindings.
The following readers and writers are C/C++ data type (de)serializers auto- generated by wsdl2h and soapcpp2. Run soapcpp2 on this file to generate the (de)serialization code, which is stored in soapC.c[pp]. Include "soapH.h" in your code to import these data type and function declarations. Only use the soapcpp2-generated files in your project build. Do not include the wsdl2h- generated .h file in your code.
Data can be read and deserialized from:
- an int file descriptor, using soap->recvfd = fd
- a socket, using soap->socket = (int)...
- a C++ stream (istream, stringstream), using soap->is = (istream*)...
- a C string, using soap->is = (const char*)...
- any input, using the soap->frecv() callback
Data can be serialized and written to:
- an int file descriptor, using soap->sendfd = (int)...
- a socket, using soap->socket = (int)...
- a C++ stream (ostream, stringstream), using soap->os = (ostream*)...
- a C string, using soap->os = (const char**)...
- any output, using the soap->fsend() callback
The following options are available for (de)serialization control:
- soap->encodingStyle = NULL; to remove SOAP 1.1/1.2 encodingStyle
- soap_mode(soap, SOAP_XML_TREE); XML without id-ref (no cycles!)
- soap_mode(soap, SOAP_XML_GRAPH); XML with id-ref (including cycles)
- soap_set_namespaces(soap, struct Namespace *nsmap); to set xmlns bindings
Top-level root elements of schema "urn:oasis:names:tc:SAML:1.0:assertion"
- <saml1:AssertionIDReference> _saml1__AssertionIDReference
- <saml1:Assertion> _saml1__Assertion
- <saml1:Conditions> _saml1__Conditions
- <saml1:Condition> _saml1__Condition
- <saml1:AudienceRestrictionCondition> _saml1__AudienceRestrictionCondition
- <saml1:Audience> _saml1__Audience
soap_POST_send__saml1__Audience(
struct soap*,
const char *URL,
_saml1__Audience*);
- <saml1:DoNotCacheCondition> _saml1__DoNotCacheCondition
- <saml1:Advice> _saml1__Advice
soap_GET__saml1__Advice(
struct soap*,
const char *URL,
_saml1__Advice*);
soap_PUT__saml1__Advice(
struct soap*,
const char *URL,
_saml1__Advice*);
soap_POST_send__saml1__Advice(
struct soap*,
const char *URL,
_saml1__Advice*);
- <saml1:Statement> _saml1__Statement
- <saml1:SubjectStatement> _saml1__SubjectStatement
- <saml1:Subject> _saml1__Subject
soap_POST_send__saml1__Subject(
struct soap*,
const char *URL,
_saml1__Subject*);
- <saml1:NameIdentifier> _saml1__NameIdentifier
- <saml1:SubjectConfirmation> _saml1__SubjectConfirmation
- <saml1:SubjectConfirmationData> _saml1__SubjectConfirmationData
- <saml1:ConfirmationMethod> _saml1__ConfirmationMethod
- <saml1:AuthenticationStatement> _saml1__AuthenticationStatement
- <saml1:SubjectLocality> _saml1__SubjectLocality
- <saml1:AuthorityBinding> _saml1__AuthorityBinding
- <saml1:AuthorizationDecisionStatement> _saml1__AuthorizationDecisionStatement
- <saml1:Action> _saml1__Action
soap_GET__saml1__Action(
struct soap*,
const char *URL,
_saml1__Action*);
soap_PUT__saml1__Action(
struct soap*,
const char *URL,
_saml1__Action*);
soap_POST_send__saml1__Action(
struct soap*,
const char *URL,
_saml1__Action*);
- <saml1:Evidence> _saml1__Evidence
soap_POST_send__saml1__Evidence(
struct soap*,
const char *URL,
_saml1__Evidence*);
- <saml1:AttributeStatement> _saml1__AttributeStatement
- <saml1:AttributeDesignator> _saml1__AttributeDesignator
- <saml1:Attribute> _saml1__Attribute
- <saml1:AttributeValue> _saml1__AttributeValue
SOAP/XML services use data bindings contractually bound by WSDL and auto- generated by wsdl2h and soapcpp2 (see Service Bindings). Plain data bindings are adopted from XML schemas as part of the WSDL types section or when running wsdl2h on a set of schemas to produce non-SOAP-based XML data bindings.
The following readers and writers are C/C++ data type (de)serializers auto- generated by wsdl2h and soapcpp2. Run soapcpp2 on this file to generate the (de)serialization code, which is stored in soapC.c[pp]. Include "soapH.h" in your code to import these data type and function declarations. Only use the soapcpp2-generated files in your project build. Do not include the wsdl2h- generated .h file in your code.
Data can be read and deserialized from:
- an int file descriptor, using soap->recvfd = fd
- a socket, using soap->socket = (int)...
- a C++ stream (istream, stringstream), using soap->is = (istream*)...
- a C string, using soap->is = (const char*)...
- any input, using the soap->frecv() callback
Data can be serialized and written to:
- an int file descriptor, using soap->sendfd = (int)...
- a socket, using soap->socket = (int)...
- a C++ stream (ostream, stringstream), using soap->os = (ostream*)...
- a C string, using soap->os = (const char**)...
- any output, using the soap->fsend() callback
The following options are available for (de)serialization control:
- soap->encodingStyle = NULL; to remove SOAP 1.1/1.2 encodingStyle
- soap_mode(soap, SOAP_XML_TREE); XML without id-ref (no cycles!)
- soap_mode(soap, SOAP_XML_GRAPH); XML with id-ref (including cycles)
- soap_set_namespaces(soap, struct Namespace *nsmap); to set xmlns bindings
Top-level root elements of schema "urn:oasis:names:tc:SAML:2.0:assertion"
- <saml2:BaseID> _saml2__BaseID
soap_GET__saml2__BaseID(
struct soap*,
const char *URL,
_saml2__BaseID*);
soap_PUT__saml2__BaseID(
struct soap*,
const char *URL,
_saml2__BaseID*);
soap_POST_send__saml2__BaseID(
struct soap*,
const char *URL,
_saml2__BaseID*);
- <saml2:NameID> _saml2__NameID
soap_GET__saml2__NameID(
struct soap*,
const char *URL,
_saml2__NameID*);
soap_PUT__saml2__NameID(
struct soap*,
const char *URL,
_saml2__NameID*);
soap_POST_send__saml2__NameID(
struct soap*,
const char *URL,
_saml2__NameID*);
- <saml2:EncryptedID> _saml2__EncryptedID
- <saml2:Issuer> _saml2__Issuer
soap_GET__saml2__Issuer(
struct soap*,
const char *URL,
_saml2__Issuer*);
soap_PUT__saml2__Issuer(
struct soap*,
const char *URL,
_saml2__Issuer*);
soap_POST_send__saml2__Issuer(
struct soap*,
const char *URL,
_saml2__Issuer*);
- <saml2:AssertionIDRef> _saml2__AssertionIDRef
- <saml2:AssertionURIRef> _saml2__AssertionURIRef
- <saml2:Assertion> _saml2__Assertion
- <saml2:Subject> _saml2__Subject
soap_POST_send__saml2__Subject(
struct soap*,
const char *URL,
_saml2__Subject*);
- <saml2:SubjectConfirmation> _saml2__SubjectConfirmation
- <saml2:SubjectConfirmationData> _saml2__SubjectConfirmationData
- <saml2:Conditions> _saml2__Conditions
- <saml2:Condition> _saml2__Condition
- <saml2:AudienceRestriction> _saml2__AudienceRestriction
- <saml2:Audience> _saml2__Audience
soap_POST_send__saml2__Audience(
struct soap*,
const char *URL,
_saml2__Audience*);
- <saml2:OneTimeUse> _saml2__OneTimeUse
- <saml2:ProxyRestriction> _saml2__ProxyRestriction
- <saml2:Advice> _saml2__Advice
soap_GET__saml2__Advice(
struct soap*,
const char *URL,
_saml2__Advice*);
soap_PUT__saml2__Advice(
struct soap*,
const char *URL,
_saml2__Advice*);
soap_POST_send__saml2__Advice(
struct soap*,
const char *URL,
_saml2__Advice*);
- <saml2:EncryptedAssertion> _saml2__EncryptedAssertion
- <saml2:Statement> _saml2__Statement
- <saml2:AuthnStatement> _saml2__AuthnStatement
- <saml2:SubjectLocality> _saml2__SubjectLocality
- <saml2:AuthnContext> _saml2__AuthnContext
- <saml2:AuthnContextClassRef> _saml2__AuthnContextClassRef
- <saml2:AuthnContextDeclRef> _saml2__AuthnContextDeclRef
- <saml2:AuthnContextDecl> _saml2__AuthnContextDecl
- <saml2:AuthenticatingAuthority> _saml2__AuthenticatingAuthority
- <saml2:AuthzDecisionStatement> _saml2__AuthzDecisionStatement
- <saml2:Action> _saml2__Action
soap_GET__saml2__Action(
struct soap*,
const char *URL,
_saml2__Action*);
soap_PUT__saml2__Action(
struct soap*,
const char *URL,
_saml2__Action*);
soap_POST_send__saml2__Action(
struct soap*,
const char *URL,
_saml2__Action*);
- <saml2:Evidence> _saml2__Evidence
soap_POST_send__saml2__Evidence(
struct soap*,
const char *URL,
_saml2__Evidence*);
- <saml2:AttributeStatement> _saml2__AttributeStatement
- <saml2:Attribute> _saml2__Attribute
- <saml2:AttributeValue> _saml2__AttributeValue
- <saml2:EncryptedAttribute> _saml2__EncryptedAttribute
"urn:oasis:names:tc:SAML:1.0:assertion":AttributeType is a complexType with complexContent extension ...
Definition: saml1.h:476
"urn:oasis:names:tc:SAML:2.0:assertion":AuthzDecisionStatementType is a complexType with complexConte...
Definition: saml2.h:625
_XML _saml2__AuthnContextDecl
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AuthnContextDecl of XSD type xs:anyTyp...
Definition: saml2.h:798
"urn:oasis:names:tc:SAML:1.0:assertion":AudienceRestrictionConditionType is a complexType with comple...
Definition: saml1.h:389
char * _wst__AuthenticationType
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":AuthenticationType of XSD ...
Definition: wst.h:920
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":StatusType is a complexType.
Definition: wst.h:559
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectType is a complexType.
Definition: saml2.h:227
char * _wst__SignatureAlgorithm
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":SignatureAlgorithm of XSD ...
Definition: wst.h:929
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":UseKeyType is a complexType.
Definition: wst.h:691
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectLocalityType is a complexType.
Definition: saml2.h:375
char * _wst__EncryptionAlgorithm
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":EncryptionAlgorithm of XSD...
Definition: wst.h:932
"urn:oasis:names:tc:SAML:1.0:assertion":SubjectLocalityType is a complexType.
Definition: saml1.h:313
char * _saml2__Audience
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":Audience of XSD type xs:anyURI.
Definition: saml2.h:765
"urn:oasis:names:tc:SAML:1.0:assertion":SubjectConfirmationType is a complexType.
Definition: saml1.h:292
"urn:oasis:names:tc:SAML:2.0:assertion":EvidenceType is a complexType.
Definition: saml2.h:427
"urn:oasis:names:tc:SAML:1.0:assertion":SubjectType is a complexType.
Definition: saml1.h:269
char * _saml1__Audience
Top-level root element "urn:oasis:names:tc:SAML:1.0:assertion":Audience of XSD type xs:anyURI.
Definition: saml1.h:595
char * _wst__KeyType
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":KeyType of XSD type "http:...
Definition: wst.h:923
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestSecurityTokenResponseCollectionType is a c...
Definition: wst.h:401
"urn:oasis:names:tc:SAML:2.0:assertion":AuthnContextType is a complexType.
Definition: saml2.h:392
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestedTokenCancelledType is a complexType.
Definition: wst.h:527
"urn:oasis:names:tc:SAML:2.0:assertion":ProxyRestrictionType is a complexType with complexContent ext...
Definition: saml2.h:579
char * _saml2__AuthnContextClassRef
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AuthnContextClassRef of XSD type xs:an...
Definition: saml2.h:792
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":KeyExchangeTokenType is a complexType.
Definition: wst.h:615
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":SignChallengeType is a complexType.
Definition: wst.h:576
_XML _saml1__SubjectConfirmationData
Top-level root element "urn:oasis:names:tc:SAML:1.0:assertion":SubjectConfirmationData of XSD type xs...
Definition: saml1.h:619
Imported complexType "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":EntropyType from typemap "WS...
Definition: wst.h:76
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":AllowPostdatingType is a complexType.
Definition: wst.h:478
_XML _saml1__AttributeValue
Top-level root element "urn:oasis:names:tc:SAML:1.0:assertion":AttributeValue of XSD type xs:anyType.
Definition: saml1.h:652
char * _saml2__AuthenticatingAuthority
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AuthenticatingAuthority of XSD type xs...
Definition: saml2.h:801
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":BinaryExchangeType is a complexType with simpleCo...
Definition: wst.h:797
"urn:oasis:names:tc:SAML:2.0:assertion":EncryptedElementType is a complexType.
Definition: saml2.h:163
char * _wst__ComputedKey
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ComputedKey of XSD type "h...
Definition: wst.h:854
"urn:oasis:names:tc:SAML:2.0:assertion":AssertionType is a complexType.
Definition: saml2.h:182
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":BinarySecretType is a complexType with simpleCont...
Definition: wst.h:775
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":LifetimeType is a complexType.
Definition: wst.h:361
Top-level root element "http://www.w3.org/2001/04/xmlenc#":ReferenceList.
Definition: xenc.h:231
Imported complexType "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestedSecurityTokenType f...
Definition: wst.h:64
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RenewTargetType is a complexType.
Definition: wst.h:459
char * _saml2__AssertionURIRef
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AssertionURIRef of XSD type xs:anyURI.
Definition: saml2.h:741
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":CancelTargetType is a complexType.
Definition: wst.h:508
"urn:oasis:names:tc:SAML:2.0:assertion":AudienceRestrictionType is a complexType with complexContent ...
Definition: saml2.h:545
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":DelegateToType is a complexType.
Definition: wst.h:712
"urn:oasis:names:tc:SAML:1.0:assertion":SubjectStatementAbstractType is an abstract complexType with ...
Definition: saml1.h:423
"urn:oasis:names:tc:SAML:1.0:assertion":NameIdentifierType is a complexType with simpleContent.
Definition: saml1.h:440
char * _wst__Challenge
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":Challenge of XSD type xs:s...
Definition: wst.h:896
char * _saml2__AuthnContextDeclRef
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AuthnContextDeclRef of XSD type xs:any...
Definition: saml2.h:795
wsa5__EndpointReferenceType _wst__Issuer
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":Issuer of XSD type "http:/...
Definition: wst.h:917
"urn:oasis:names:tc:SAML:1.0:assertion":AuthorizationDecisionStatementType is a complexType with comp...
Definition: saml1.h:528
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestedReferenceType is a complexType.
Definition: wst.h:423
"urn:oasis:names:tc:SAML:2.0:assertion":AttributeStatementType is a complexType with complexContent e...
Definition: saml2.h:667
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestSecurityTokenCollectionType is a complexTy...
Definition: wst.h:381
char * _wst__KeyWrapAlgorithm
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":KeyWrapAlgorithm of XSD ty...
Definition: wst.h:950
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestKETType is a complexType.
Definition: wst.h:602
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestSecurityTokenResponseType is a complexType...
Definition: wst.h:285
char * _wst__TokenType
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":TokenType of XSD type xs:a...
Definition: wst.h:824
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationType is a complexType.
Definition: saml2.h:260
"urn:oasis:names:tc:SAML:2.0:assertion":ConditionAbstractType is an abstract complexType.
Definition: saml2.h:316
"urn:oasis:names:tc:SAML:1.0:assertion":ConditionAbstractType is an abstract complexType.
Definition: saml1.h:214
Imported simpleType "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestTypeOpenEnum from type...
Definition: wst.h:206
"urn:oasis:names:tc:SAML:2.0:assertion":ConditionsType is a complexType.
Definition: saml2.h:285
"urn:oasis:names:tc:SAML:2.0:assertion":BaseIDAbstractType is an abstract complexType.
Definition: saml2.h:144
"urn:oasis:names:tc:SAML:2.0:assertion":NameIDType is a complexType with simpleContent.
Definition: saml2.h:482
"urn:oasis:names:tc:SAML:1.0:assertion":ConditionsType is a complexType.
Definition: saml1.h:185
char * _wst__ComputedKeyAlgorithm
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ComputedKeyAlgorithm of XS...
Definition: wst.h:938
Imported complexType "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":AuthenticatorType from typem...
Definition: wst.h:113
char * _wst__Forwardable
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":Forwardable of XSD type xs...
Definition: wst.h:962
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ProofEncryptionType is a complexType.
Definition: wst.h:672
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ValidateTargetType is a complexType.
Definition: wst.h:540
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":OnBehalfOfType is a complexType.
Definition: wst.h:634
char * _wst__EncryptWith
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":EncryptWith of XSD type xs...
Definition: wst.h:956
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestedProofTokenType is a complexType.
Definition: wst.h:438
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":EncryptionType is a complexType.
Definition: wst.h:653
char * _wst__Delegatable
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":Delegatable of XSD type xs...
Definition: wst.h:965
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ClaimsType is a complexType.
Definition: wst.h:335
"urn:oasis:names:tc:SAML:2.0:assertion":ActionType is a complexType with simpleContent.
Definition: saml2.h:650
"urn:oasis:names:tc:SAML:2.0:assertion":AdviceType is a complexType.
Definition: saml2.h:329
_XML _saml2__AttributeValue
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AttributeValue of XSD type xs:anyType.
Definition: saml2.h:819
char * _wst__CombinedHash
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":CombinedHash of XSD type x...
Definition: wst.h:911
"urn:oasis:names:tc:SAML:2.0:assertion":SubjectConfirmationDataType is a complexType with complexCont...
Definition: saml2.h:507
"urn:oasis:names:tc:SAML:1.0:assertion":StatementAbstractType is an abstract complexType.
Definition: saml1.h:256
"urn:oasis:names:tc:SAML:2.0:assertion":AttributeType is a complexType.
Definition: saml2.h:454
char * _wst__SignWith
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":SignWith of XSD type xs:an...
Definition: wst.h:953
char * _saml1__AssertionIDReference
Top-level root element "urn:oasis:names:tc:SAML:1.0:assertion":AssertionIDReference of XSD type xs:NC...
Definition: saml1.h:580
"urn:oasis:names:tc:SAML:1.0:assertion":AttributeStatementType is a complexType with complexContent e...
Definition: saml1.h:557
"urn:oasis:names:tc:SAML:2.0:assertion":StatementAbstractType is an abstract complexType.
Definition: saml2.h:362
"urn:oasis:names:tc:SAML:2.0:assertion":AuthnStatementType is a complexType with complexContent exten...
Definition: saml2.h:600
char * _wst__RequestType
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RequestType of XSD type "h...
Definition: wst.h:827
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":RenewingType is a complexType.
Definition: wst.h:491
"urn:oasis:names:tc:SAML:1.0:assertion":AuthorityBindingType is a complexType.
Definition: saml1.h:330
"urn:oasis:names:tc:SAML:1.0:assertion":AuthenticationStatementType is a complexType with complexCont...
Definition: saml1.h:499
"http://docs.oasis-open.org/ws-sx/ws-trust/200512/":ParticipantsType is a complexType.
Definition: wst.h:731
"urn:oasis:names:tc:SAML:1.0:assertion":AttributeDesignatorType is a complexType.
Definition: saml1.h:372
"urn:oasis:names:tc:SAML:1.0:assertion":DoNotCacheConditionType is a complexType with complexContent ...
Definition: saml1.h:408
unsigned int _wst__KeySize
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":KeySize of XSD type xs:uns...
Definition: wst.h:926
"urn:oasis:names:tc:SAML:1.0:assertion":ActionType is a complexType with simpleContent.
Definition: saml1.h:459
"urn:oasis:names:tc:SAML:1.0:assertion":AdviceType is a complexType.
Definition: saml1.h:227
"urn:oasis:names:tc:SAML:1.0:assertion":AssertionType is a complexType.
Definition: saml1.h:138
"urn:oasis:names:tc:SAML:1.0:assertion":EvidenceType is a complexType.
Definition: saml1.h:349
char * _wst__CanonicalizationAlgorithm
Top-level root element "http://docs.oasis-open.org/ws-sx/ws-trust/200512/":CanonicalizationAlgorithm ...
Definition: wst.h:935
char * _saml1__ConfirmationMethod
Top-level root element "urn:oasis:names:tc:SAML:1.0:assertion":ConfirmationMethod of XSD type xs:anyU...
Definition: saml1.h:622
char * _saml2__AssertionIDRef
Top-level root element "urn:oasis:names:tc:SAML:2.0:assertion":AssertionIDRef of XSD type xs:NCName.
Definition: saml2.h:738
"urn:oasis:names:tc:SAML:2.0:assertion":OneTimeUseType is a complexType with complexContent extension...
Definition: saml2.h:564