X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fbinding%2FSAML1SOAPClient.h;h=c0396498ba48fdfaeeaf06577c1983490251b7f1;hp=832603de42e66326ffb446c4bcfd8d2f7195b55f;hb=d46f52f440aa8225cc9d3a4608567c54d06d357e;hpb=fe9e5f936dae2f52fba1ed32416f1b2bc4db38d9 diff --git a/saml/saml1/binding/SAML1SOAPClient.h b/saml/saml1/binding/SAML1SOAPClient.h index 832603d..c039649 100644 --- a/saml/saml1/binding/SAML1SOAPClient.h +++ b/saml/saml1/binding/SAML1SOAPClient.h @@ -59,10 +59,11 @@ namespace opensaml { *

The request will be freed by the client object regardless of the outcome. * * @param request SAML request to send - * @param peer peer to send message to, expressed in metadata criteria terms + * @param from identity of sending application + * @param to peer to send message to, expressed in metadata criteria terms * @param endpoint URL of endpoint to recieve message */ - virtual void sendSAML(Request* request, saml2md::MetadataCredentialCriteria& peer, const char* endpoint); + virtual void sendSAML(Request* request, const char* from, saml2md::MetadataCredentialCriteria& to, const char* endpoint); /** * Specialized method for receiving SAML 1.x responses. The SOAP layer will be