WebServer


Click here for a complete list of operations.

agent_chgBieMing

更新货代别名

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
port_ls:
port_lq:
port_wh:
port_rzy:
port_rze:
port_rzs:
agent_name:
agent_id:
user_id:
user_name:

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 /WebServer.asmx HTTP/1.1
Host: www.lbport.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/agent_chgBieMing"

<?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>
    <agent_chgBieMing xmlns="http://tempuri.org/">
      <port_ls>string</port_ls>
      <port_lq>string</port_lq>
      <port_wh>string</port_wh>
      <port_rzy>string</port_rzy>
      <port_rze>string</port_rze>
      <port_rzs>string</port_rzs>
      <agent_name>string</agent_name>
      <agent_id>string</agent_id>
      <user_id>string</user_id>
      <user_name>string</user_name>
    </agent_chgBieMing>
  </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>
    <agent_chgBieMingResponse xmlns="http://tempuri.org/">
      <agent_chgBieMingResult>string</agent_chgBieMingResult>
    </agent_chgBieMingResponse>
  </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 /WebServer.asmx HTTP/1.1
Host: www.lbport.net
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>
    <agent_chgBieMing xmlns="http://tempuri.org/">
      <port_ls>string</port_ls>
      <port_lq>string</port_lq>
      <port_wh>string</port_wh>
      <port_rzy>string</port_rzy>
      <port_rze>string</port_rze>
      <port_rzs>string</port_rzs>
      <agent_name>string</agent_name>
      <agent_id>string</agent_id>
      <user_id>string</user_id>
      <user_name>string</user_name>
    </agent_chgBieMing>
  </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>
    <agent_chgBieMingResponse xmlns="http://tempuri.org/">
      <agent_chgBieMingResult>string</agent_chgBieMingResult>
    </agent_chgBieMingResponse>
  </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 /WebServer.asmx/agent_chgBieMing?port_ls=string&port_lq=string&port_wh=string&port_rzy=string&port_rze=string&port_rzs=string&agent_name=string&agent_id=string&user_id=string&user_name=string HTTP/1.1
Host: www.lbport.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.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 /WebServer.asmx/agent_chgBieMing HTTP/1.1
Host: www.lbport.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

port_ls=string&port_lq=string&port_wh=string&port_rzy=string&port_rze=string&port_rzs=string&agent_name=string&agent_id=string&user_id=string&user_name=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="http://tempuri.org/">string</string>