BNEnetforumxml
Click here for a complete list of operations.
WEBEmailGet
Gets a customer's email info.
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/WEBEmailGet" <?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> <WEBEmailGet xmlns="http://www.avectra.com/2005/"> <key>guid</key> </WEBEmailGet> </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> <WEBEmailGetResponse xmlns="http://www.avectra.com/2005/"> <WEBEmailGetResult> <CurrentKey /> <Email> <eml_key /> <eml_address /> <eml_cst_key /> <eml_type /> <eml_add_user /> <eml_add_date /> <eml_change_user /> <eml_change_date /> <eml_delete_flag /> <eml_key_ext /> <eml_entity_key /> <eml_invalid_flag /> <eml_invalid_reason /> <eml_unlisted_flag /> <eml_no_directory_print_flag_ext /> <eml_primary /> </Email> <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> </WEBEmailGetResult> </WEBEmailGetResponse> </soap:Body> </soap:Envelope>