Skip to content

Commit

Permalink
Use specified namespace instead of ns1. Refs #8538.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Apr 8, 2014
1 parent bc1936c commit d0ce080
Show file tree
Hide file tree
Showing 6 changed files with 1,294 additions and 1,290 deletions.
@@ -1,5 +1,5 @@
/* ICatDOIDOIPortBindingProxy.h
Generated by gSOAP 2.8.15 from ICatDOI.h
Generated by gSOAP 2.8.15 from ICatDOIService.h
Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved.
The generated code is released under ONE of the following licenses:
Expand Down Expand Up @@ -65,16 +65,16 @@ class SOAP_CMAC DOIPortBindingProxy : public soap
#endif

/// Web service operation 'registerInvestigationDOI' (returns error code or SOAP_OK)
virtual int registerInvestigationDOI(ns1__registerInvestigationDOI *ns1__registerInvestigationDOI_, ns1__registerInvestigationDOIResponse *ns1__registerInvestigationDOIResponse_) { return this->registerInvestigationDOI(NULL, NULL, ns1__registerInvestigationDOI_, ns1__registerInvestigationDOIResponse_); }
virtual int registerInvestigationDOI(const char *endpoint, const char *soap_action, ns1__registerInvestigationDOI *ns1__registerInvestigationDOI_, ns1__registerInvestigationDOIResponse *ns1__registerInvestigationDOIResponse_);
virtual int registerInvestigationDOI(ICatDOI1__registerInvestigationDOI *ICatDOI1__registerInvestigationDOI_, ICatDOI1__registerInvestigationDOIResponse *ICatDOI1__registerInvestigationDOIResponse_) { return this->registerInvestigationDOI(NULL, NULL, ICatDOI1__registerInvestigationDOI_, ICatDOI1__registerInvestigationDOIResponse_); }
virtual int registerInvestigationDOI(const char *endpoint, const char *soap_action, ICatDOI1__registerInvestigationDOI *ICatDOI1__registerInvestigationDOI_, ICatDOI1__registerInvestigationDOIResponse *ICatDOI1__registerInvestigationDOIResponse_);

/// Web service operation 'registerDatafileDOI' (returns error code or SOAP_OK)
virtual int registerDatafileDOI(ns1__registerDatafileDOI *ns1__registerDatafileDOI_, ns1__registerDatafileDOIResponse *ns1__registerDatafileDOIResponse_) { return this->registerDatafileDOI(NULL, NULL, ns1__registerDatafileDOI_, ns1__registerDatafileDOIResponse_); }
virtual int registerDatafileDOI(const char *endpoint, const char *soap_action, ns1__registerDatafileDOI *ns1__registerDatafileDOI_, ns1__registerDatafileDOIResponse *ns1__registerDatafileDOIResponse_);
virtual int registerDatafileDOI(ICatDOI1__registerDatafileDOI *ICatDOI1__registerDatafileDOI_, ICatDOI1__registerDatafileDOIResponse *ICatDOI1__registerDatafileDOIResponse_) { return this->registerDatafileDOI(NULL, NULL, ICatDOI1__registerDatafileDOI_, ICatDOI1__registerDatafileDOIResponse_); }
virtual int registerDatafileDOI(const char *endpoint, const char *soap_action, ICatDOI1__registerDatafileDOI *ICatDOI1__registerDatafileDOI_, ICatDOI1__registerDatafileDOIResponse *ICatDOI1__registerDatafileDOIResponse_);

/// Web service operation 'registerDatasetDOI' (returns error code or SOAP_OK)
virtual int registerDatasetDOI(ns1__registerDatasetDOI *ns1__registerDatasetDOI_, ns1__registerDatasetDOIResponse *ns1__registerDatasetDOIResponse_) { return this->registerDatasetDOI(NULL, NULL, ns1__registerDatasetDOI_, ns1__registerDatasetDOIResponse_); }
virtual int registerDatasetDOI(const char *endpoint, const char *soap_action, ns1__registerDatasetDOI *ns1__registerDatasetDOI_, ns1__registerDatasetDOIResponse *ns1__registerDatasetDOIResponse_);
virtual int registerDatasetDOI(ICatDOI1__registerDatasetDOI *ICatDOI1__registerDatasetDOI_, ICatDOI1__registerDatasetDOIResponse *ICatDOI1__registerDatasetDOIResponse_) { return this->registerDatasetDOI(NULL, NULL, ICatDOI1__registerDatasetDOI_, ICatDOI1__registerDatasetDOIResponse_); }
virtual int registerDatasetDOI(const char *endpoint, const char *soap_action, ICatDOI1__registerDatasetDOI *ICatDOI1__registerDatasetDOI_, ICatDOI1__registerDatasetDOIResponse *ICatDOI1__registerDatasetDOIResponse_);
};

} // namespace ICatDOI
Expand Down

0 comments on commit d0ce080

Please sign in to comment.