Service


Click here for a complete list of operations.

insert_achievements

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
id_ach:
type:
name:
datee:
description:
status:
subordination:
sorting:
sect:
admin:
facul:
sect_facul:
admin_facul:
id_user:
login:
entrydate:
sort_stra:

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/insert_achievements"

<?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>
    <insert_achievements xmlns="http://achievers/">
      <id_ach>string</id_ach>
      <type>string</type>
      <name>string</name>
      <datee>string</datee>
      <description>string</description>
      <status>string</status>
      <subordination>string</subordination>
      <sorting>string</sorting>
      <sect>string</sect>
      <admin>string</admin>
      <facul>string</facul>
      <sect_facul>string</sect_facul>
      <admin_facul>string</admin_facul>
      <id_user>string</id_user>
      <login>string</login>
      <entrydate>string</entrydate>
      <sort_stra>string</sort_stra>
    </insert_achievements>
  </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>
    <insert_achievementsResponse xmlns="http://achievers/">
      <insert_achievementsResult />
    </insert_achievementsResponse>
  </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>
    <insert_achievements xmlns="http://achievers/">
      <id_ach>string</id_ach>
      <type>string</type>
      <name>string</name>
      <datee>string</datee>
      <description>string</description>
      <status>string</status>
      <subordination>string</subordination>
      <sorting>string</sorting>
      <sect>string</sect>
      <admin>string</admin>
      <facul>string</facul>
      <sect_facul>string</sect_facul>
      <admin_facul>string</admin_facul>
      <id_user>string</id_user>
      <login>string</login>
      <entrydate>string</entrydate>
      <sort_stra>string</sort_stra>
    </insert_achievements>
  </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>
    <insert_achievementsResponse xmlns="http://achievers/">
      <insert_achievementsResult />
    </insert_achievementsResponse>
  </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/insert_achievements?id_ach=string&type=string&name=string&datee=string&description=string&status=string&subordination=string&sorting=string&sect=string&admin=string&facul=string&sect_facul=string&admin_facul=string&id_user=string&login=string&entrydate=string&sort_stra=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/insert_achievements HTTP/1.1
Host: www.achievers.bsu.edu.eg
Content-Type: application/x-www-form-urlencoded
Content-Length: length

id_ach=string&type=string&name=string&datee=string&description=string&status=string&subordination=string&sorting=string&sect=string&admin=string&facul=string&sect_facul=string&admin_facul=string&id_user=string&login=string&entrydate=string&sort_stra=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/" />