Secure
Click here for a complete list of operations.
AddOrder
This method is used for adding an order for the MMPC portal via webservice.
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/secure/secure.asmx HTTP/1.1
Host: www.mmpc.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.mmpc.org/AddOrder"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddOrder xmlns="https://www.mmpc.org/">
<client_id>string</client_id>
<center_id>string</center_id>
<fname>string</fname>
<lname>string</lname>
<phone>string</phone>
<phone_ext>string</phone_ext>
<email>string</email>
<vet_name>string</vet_name>
<vet_phone>string</vet_phone>
<vet_phone_ext>string</vet_phone_ext>
<vet_email>string</vet_email>
<desired_date>string</desired_date>
<funding_source_id>string</funding_source_id>
<mice>string</mice>
<tissue>string</tissue>
<provided_tissue_id>string</provided_tissue_id>
<expected_no_mice>string</expected_no_mice>
<age_animals>string</age_animals>
<gender>string</gender>
<current_diet>string</current_diet>
<requested_diet>string</requested_diet>
<current_house>string</current_house>
<cage_numbers>string</cage_numbers>
<strain_name>string</strain_name>
<background_strain_id>string</background_strain_id>
<backcross_history_id>string</backcross_history_id>
<genetic_manipulation_ids>string</genetic_manipulation_ids>
<tissue_distribution_id>string</tissue_distribution_id>
<tissue_ids>string</tissue_ids>
<research_area_ids>string</research_area_ids>
<affected_locus>string</affected_locus>
<biomedical_research>string</biomedical_research>
<preliminary_phenotype>string</preliminary_phenotype>
<special_instructions>string</special_instructions>
<catalog_item_ids>string</catalog_item_ids>
<order_guid>string</order_guid>
<accept>string</accept>
<guid>string</guid>
</AddOrder>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddOrderResponse xmlns="https://www.mmpc.org/">
<AddOrderResult>string</AddOrderResult>
</AddOrderResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/secure/secure.asmx HTTP/1.1
Host: www.mmpc.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddOrder xmlns="https://www.mmpc.org/">
<client_id>string</client_id>
<center_id>string</center_id>
<fname>string</fname>
<lname>string</lname>
<phone>string</phone>
<phone_ext>string</phone_ext>
<email>string</email>
<vet_name>string</vet_name>
<vet_phone>string</vet_phone>
<vet_phone_ext>string</vet_phone_ext>
<vet_email>string</vet_email>
<desired_date>string</desired_date>
<funding_source_id>string</funding_source_id>
<mice>string</mice>
<tissue>string</tissue>
<provided_tissue_id>string</provided_tissue_id>
<expected_no_mice>string</expected_no_mice>
<age_animals>string</age_animals>
<gender>string</gender>
<current_diet>string</current_diet>
<requested_diet>string</requested_diet>
<current_house>string</current_house>
<cage_numbers>string</cage_numbers>
<strain_name>string</strain_name>
<background_strain_id>string</background_strain_id>
<backcross_history_id>string</backcross_history_id>
<genetic_manipulation_ids>string</genetic_manipulation_ids>
<tissue_distribution_id>string</tissue_distribution_id>
<tissue_ids>string</tissue_ids>
<research_area_ids>string</research_area_ids>
<affected_locus>string</affected_locus>
<biomedical_research>string</biomedical_research>
<preliminary_phenotype>string</preliminary_phenotype>
<special_instructions>string</special_instructions>
<catalog_item_ids>string</catalog_item_ids>
<order_guid>string</order_guid>
<accept>string</accept>
<guid>string</guid>
</AddOrder>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<AddOrderResponse xmlns="https://www.mmpc.org/">
<AddOrderResult>string</AddOrderResult>
</AddOrderResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /webservices/secure/secure.asmx/AddOrder?client_id=string¢er_id=string&fname=string&lname=string&phone=string&phone_ext=string&email=string&vet_name=string&vet_phone=string&vet_phone_ext=string&vet_email=string&desired_date=string&funding_source_id=string&mice=string&tissue=string&provided_tissue_id=string&expected_no_mice=string&age_animals=string&gender=string¤t_diet=string&requested_diet=string¤t_house=string&cage_numbers=string&strain_name=string&background_strain_id=string&backcross_history_id=string&genetic_manipulation_ids=string&tissue_distribution_id=string&tissue_ids=string&research_area_ids=string&affected_locus=string&biomedical_research=string&preliminary_phenotype=string&special_instructions=string&catalog_item_ids=string&order_guid=string&accept=string&guid=string HTTP/1.1 Host: www.mmpc.org
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="https://www.mmpc.org/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/secure/secure.asmx/AddOrder HTTP/1.1 Host: www.mmpc.org Content-Type: application/x-www-form-urlencoded Content-Length: length client_id=string¢er_id=string&fname=string&lname=string&phone=string&phone_ext=string&email=string&vet_name=string&vet_phone=string&vet_phone_ext=string&vet_email=string&desired_date=string&funding_source_id=string&mice=string&tissue=string&provided_tissue_id=string&expected_no_mice=string&age_animals=string&gender=string¤t_diet=string&requested_diet=string¤t_house=string&cage_numbers=string&strain_name=string&background_strain_id=string&backcross_history_id=string&genetic_manipulation_ids=string&tissue_distribution_id=string&tissue_ids=string&research_area_ids=string&affected_locus=string&biomedical_research=string&preliminary_phenotype=string&special_instructions=string&catalog_item_ids=string&order_guid=string&accept=string&guid=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="https://www.mmpc.org/">string</string>