Service
Click here for a complete list of operations.
update_ach
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 /Service.asmx HTTP/1.1
Host: www.achievers.bsu.edu.eg
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://achievers/update_ach"
<?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>
<update_ach xmlns="http://achievers/">
<Label>string</Label>
<TextBox2>string</TextBox2>
<DateTimePicker>string</DateTimePicker>
<TextBox3>string</TextBox3>
<ComboBox7>string</ComboBox7>
<ComboBox6>string</ComboBox6>
<ComboBox9>string</ComboBox9>
<TextBox1>string</TextBox1>
<ComboBox8>string</ComboBox8>
</update_ach>
</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>
<update_achResponse xmlns="http://achievers/">
<update_achResult />
</update_achResponse>
</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 /Service.asmx HTTP/1.1
Host: www.achievers.bsu.edu.eg
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>
<update_ach xmlns="http://achievers/">
<Label>string</Label>
<TextBox2>string</TextBox2>
<DateTimePicker>string</DateTimePicker>
<TextBox3>string</TextBox3>
<ComboBox7>string</ComboBox7>
<ComboBox6>string</ComboBox6>
<ComboBox9>string</ComboBox9>
<TextBox1>string</TextBox1>
<ComboBox8>string</ComboBox8>
</update_ach>
</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>
<update_achResponse xmlns="http://achievers/">
<update_achResult />
</update_achResponse>
</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 /Service.asmx/update_ach?Label=string&TextBox2=string&DateTimePicker=string&TextBox3=string&ComboBox7=string&ComboBox6=string&ComboBox9=string&TextBox1=string&ComboBox8=string HTTP/1.1 Host: www.achievers.bsu.edu.eg
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <anyType xmlns="http://achievers/" />
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Service.asmx/update_ach HTTP/1.1 Host: www.achievers.bsu.edu.eg Content-Type: application/x-www-form-urlencoded Content-Length: length Label=string&TextBox2=string&DateTimePicker=string&TextBox3=string&ComboBox7=string&ComboBox6=string&ComboBox9=string&TextBox1=string&ComboBox8=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <anyType xmlns="http://achievers/" />