BackstageWS
单击此处,获取完整的操作列表。
CreateCompanyDataBase
注册用户创建数据库
测试
测试窗体只能用于使用基元类型作为参数的方法。SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /BackstageWS.asmx HTTP/1.1 Host: qyyapi.dxda.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/CreateCompanyDataBase" <?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> <CreateCompanyDataBase xmlns="http://tempuri.org/"> <objEntity> <ID>int</ID> <Company_ID>string</Company_ID> <Company_Name>string</Company_Name> <RegisterID>string</RegisterID> <User_PWD>string</User_PWD> <Contacts>string</Contacts> <Mobile>string</Mobile> <Email>string</Email> <Telephone>string</Telephone> <QQ>string</QQ> <IsChecked>boolean</IsChecked> <Create_Time>dateTime</Create_Time> <Checked_Status>string</Checked_Status> <Company_Addr>string</Company_Addr> <Come_From>string</Come_From> <Inviter>string</Inviter> <PhoneCode>string</PhoneCode> <UserType>string</UserType> <Entity_ID>string</Entity_ID> <Registration_No>string</Registration_No> <Exec_Step>string</Exec_Step> <Error_Msg>string</Error_Msg> <Reg_Status>string</Reg_Status> <Inviter_User>string</Inviter_User> <Inviter_Mobile>string</Inviter_Mobile> <Inviter_Com_Type>int</Inviter_Com_Type> <if_temple_power>string</if_temple_power> <business_type>string</business_type> <user_1>string</user_1> <user_2>string</user_2> <BP_ID>string</BP_ID> </objEntity> </CreateCompanyDataBase> </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> <CreateCompanyDataBaseResponse xmlns="http://tempuri.org/"> <CreateCompanyDataBaseResult> <ResState>Success or Fail or SysErrorMsg or Error or Confirm</ResState> <ResMessage>string</ResMessage> <extendObj /> </CreateCompanyDataBaseResult> </CreateCompanyDataBaseResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /BackstageWS.asmx HTTP/1.1 Host: qyyapi.dxda.com 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> <CreateCompanyDataBase xmlns="http://tempuri.org/"> <objEntity> <ID>int</ID> <Company_ID>string</Company_ID> <Company_Name>string</Company_Name> <RegisterID>string</RegisterID> <User_PWD>string</User_PWD> <Contacts>string</Contacts> <Mobile>string</Mobile> <Email>string</Email> <Telephone>string</Telephone> <QQ>string</QQ> <IsChecked>boolean</IsChecked> <Create_Time>dateTime</Create_Time> <Checked_Status>string</Checked_Status> <Company_Addr>string</Company_Addr> <Come_From>string</Come_From> <Inviter>string</Inviter> <PhoneCode>string</PhoneCode> <UserType>string</UserType> <Entity_ID>string</Entity_ID> <Registration_No>string</Registration_No> <Exec_Step>string</Exec_Step> <Error_Msg>string</Error_Msg> <Reg_Status>string</Reg_Status> <Inviter_User>string</Inviter_User> <Inviter_Mobile>string</Inviter_Mobile> <Inviter_Com_Type>int</Inviter_Com_Type> <if_temple_power>string</if_temple_power> <business_type>string</business_type> <user_1>string</user_1> <user_2>string</user_2> <BP_ID>string</BP_ID> </objEntity> </CreateCompanyDataBase> </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> <CreateCompanyDataBaseResponse xmlns="http://tempuri.org/"> <CreateCompanyDataBaseResult> <ResState>Success or Fail or SysErrorMsg or Error or Confirm</ResState> <ResMessage>string</ResMessage> <extendObj /> </CreateCompanyDataBaseResult> </CreateCompanyDataBaseResponse> </soap12:Body> </soap12:Envelope>