WebService


Click here for a complete list of operations.

AvisosDigitalGroup

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Nombre:
Apellidos:
Email:
Phone:
Adress:
Lat:
Lnt:
Utm_Content:
Utm_Source:
Utm_Medium:
Utm_Campaign:
Version:
Password:

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 /WebServiceGilmar.asmx HTTP/1.1
Host: ws.gilmar.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.gilmar.es/AvisosDigitalGroup"

<?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>
    <AvisosDigitalGroup xmlns="http://ws.gilmar.es/">
      <Nombre>string</Nombre>
      <Apellidos>string</Apellidos>
      <Email>string</Email>
      <Phone>string</Phone>
      <Adress>string</Adress>
      <Lat>string</Lat>
      <Lnt>string</Lnt>
      <Utm_Content>string</Utm_Content>
      <Utm_Source>string</Utm_Source>
      <Utm_Medium>string</Utm_Medium>
      <Utm_Campaign>string</Utm_Campaign>
      <Version>string</Version>
      <Password>string</Password>
    </AvisosDigitalGroup>
  </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>
    <AvisosDigitalGroupResponse xmlns="http://ws.gilmar.es/">
      <AvisosDigitalGroupResult>string</AvisosDigitalGroupResult>
    </AvisosDigitalGroupResponse>
  </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 /WebServiceGilmar.asmx HTTP/1.1
Host: ws.gilmar.es
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>
    <AvisosDigitalGroup xmlns="http://ws.gilmar.es/">
      <Nombre>string</Nombre>
      <Apellidos>string</Apellidos>
      <Email>string</Email>
      <Phone>string</Phone>
      <Adress>string</Adress>
      <Lat>string</Lat>
      <Lnt>string</Lnt>
      <Utm_Content>string</Utm_Content>
      <Utm_Source>string</Utm_Source>
      <Utm_Medium>string</Utm_Medium>
      <Utm_Campaign>string</Utm_Campaign>
      <Version>string</Version>
      <Password>string</Password>
    </AvisosDigitalGroup>
  </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>
    <AvisosDigitalGroupResponse xmlns="http://ws.gilmar.es/">
      <AvisosDigitalGroupResult>string</AvisosDigitalGroupResult>
    </AvisosDigitalGroupResponse>
  </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 /WebServiceGilmar.asmx/AvisosDigitalGroup?Nombre=string&Apellidos=string&Email=string&Phone=string&Adress=string&Lat=string&Lnt=string&Utm_Content=string&Utm_Source=string&Utm_Medium=string&Utm_Campaign=string&Version=string&Password=string HTTP/1.1
Host: ws.gilmar.es
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://ws.gilmar.es/">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 /WebServiceGilmar.asmx/AvisosDigitalGroup HTTP/1.1
Host: ws.gilmar.es
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Nombre=string&Apellidos=string&Email=string&Phone=string&Adress=string&Lat=string&Lnt=string&Utm_Content=string&Utm_Source=string&Utm_Medium=string&Utm_Campaign=string&Version=string&Password=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://ws.gilmar.es/">string</string>