BNEnetforumxml
Click here for a complete list of operations.
WEBCommitteeGet
Returns committee information.
Test
The test form is only available for requests from the local machine.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 /xweb/secure/bnenetforumxml.asmx HTTP/1.1 Host: netforum.sema.org Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.avectra.com/2005/WEBCommitteeGet" <?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:Header> <AuthorizationToken xmlns="http://www.avectra.com/2005/"> <Token>string</Token> </AuthorizationToken> </soap:Header> <soap:Body> <WEBCommitteeGet xmlns="http://www.avectra.com/2005/"> <key>guid</key> </WEBCommitteeGet> </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:Header> <AuthorizationToken xmlns="http://www.avectra.com/2005/"> <Token>string</Token> </AuthorizationToken> </soap:Header> <soap:Body> <WEBCommitteeGetResponse xmlns="http://www.avectra.com/2005/"> <WEBCommitteeGetResult> <CurrentKey /> <Committee> <cmt_key /> <cmt_asn_code /> <cmt_code /> <cmt_ctp_code /> <cmt_name /> <cmt_begin_date /> <cmt_end_date /> <cmt_add_date /> <cmt_add_user /> <cmt_change_date /> <cmt_change_user /> <cmt_delete_flag /> <cmt_key_ext /> <cmt_entity_key /> <cmt_parent_key /> <cmt_description /> <cmt_html_description /> <cmt_region /> <cmt_cst_key /> </Committee> <Parent_Committee> <cmp__cmt_key /> <cmp__cmt_asn_code /> <cmp__cmt_code /> <cmp__cmt_ctp_code /> <cmp__cmt_name /> <cmp__cmt_begin_date /> <cmp__cmt_end_date /> <cmp__cmt_add_date /> <cmp__cmt_add_user /> <cmp__cmt_change_date /> <cmp__cmt_change_user /> <cmp__cmt_delete_flag /> <cmp__cmt_key_ext /> <cmp__cmt_entity_key /> <cmp__cmt_parent_key /> <cmp__cmt_description /> <cmp__cmt_html_description /> <cmp__cmt_region /> <cmp__cmt_cst_key /> </Parent_Committee> <Customer> <cst_key /> <cst_type /> <cst_name_cp /> <cst_sort_name_dn /> <cst_ind_full_name_dn /> <cst_org_name_dn /> <cst_ixo_title_dn /> <cst_pref_comm_meth /> <cst_bio /> <cst_add_date /> <cst_add_user /> <cst_change_date /> <cst_change_user /> <cst_delete_flag /> <cst_recno /> <cst_id /> <cst_key_ext /> <cst_email_text_only /> <cst_credit_limit /> <cst_src_key /> <cst_src_code /> <cst_tax_exempt_flag /> <cst_tax_id /> <cst_cxa_key /> <cst_no_email_flag /> <cst_cxa_billing_key /> <cst_eml_address_dn /> <cst_eml_key /> <cst_no_phone_flag /> <cst_phn_number_complete_dn /> <cst_cph_key /> <cst_no_fax_flag /> <cst_fax_number_complete_dn /> <cst_cfx_key /> <cst_ixo_key /> <cst_no_web_flag /> <cst_oldid /> <cst_member_flag /> <cst_url_code_dn /> <cst_parent_cst_key /> <cst_url_key /> <cst_no_msg_flag /> <cst_msg_handle_dn /> <cst_web_login /> <cst_web_password /> <cst_entity_key /> <cst_msg_key /> <cst_no_mail_flag /> <cst_web_start_date /> <cst_web_end_date /> <cst_web_force_password_change /> <cst_web_login_disabled_flag /> <cst_comment /> <cst_credit_hold_flag /> <cst_credit_hold_reason /> <cst_web_forgot_password_status /> <cst_old_cxa_key /> <cst_last_email_date /> <cst_no_promotional_material_ext /> <cst_no_publish_flag /> <cst_sin_key /> <cst_ttl_key /> <cst_jfn_key /> <cst_cur_key /> <cst_attribute_1 /> <cst_attribute_2 /> <cst_salutation_1 /> <cst_salutation_2 /> <cst_merge_cst_key /> <cst_salutation_3 /> <cst_salutation_4 /> <cst_default_recognize_as /> <cst_score /> <cst_score_normalized /> <cst_score_trend /> <cst_vault_account /> <cst_exclude_from_social_flag /> <cst_social_score /> <cst_ptin /> <cst_aicpa_member_id /> <cst_vendor_code /> <cst_salt /> <cst_sca_key /> <cst_iterations /> <cst_web_password_change_date /> <cst_web_failed_login_count /> <cst_pri_member_flag_ext /> <cst_web_last_failed_login_date /> <cst_web_login_locked_flag /> </Customer> <Committee_Participant> <cmc_key /> <cmc_start_date /> <cmc_end_date /> <cmc_cst_key /> <cmc_add_date /> <cmc_add_user /> <cmc_change_date /> <cmc_change_user /> <cmc_delete_flag /> <cmc_key_ext /> <cmc_status /> <cmc_cmt_key /> <cmc_voting_flag /> <cmc_cxa_key /> <cmc_cph_key /> <cmc_eml_key /> <cmc_cfx_key /> <cmc_url_key /> <cmc_pref_comm_meth /> <cmc_rank /> <cmc_entity_key /> <cmc_funded_flag /> <cmc_status_date /> <cmc_cop_key /> <cmc_nom_key /> <cmc_renewable_flag /> <cmc_csu_key /> </Committee_Participant> </WEBCommitteeGetResult> </WEBCommitteeGetResponse> </soap:Body> </soap:Envelope>