identificacion= CODIGO QUE ME GENERA
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
identificador:
password:
SOAP
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
POST /ws_mb_b2c/mb_tranb2c_v0.asmx HTTP/1.1
Host: marcablancab2ct.toolfactory.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://marcablancat.iberojet.es/transacciones/identificacion"
<?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>
<identificacion xmlns="http://marcablancat.iberojet.es/transacciones">
<identificador>string</identificador>
<password>string</password>
</identificacion>
</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>
<identificacionResponse xmlns="http://marcablancat.iberojet.es/transacciones">
<identificacionResult>xml</identificacionResult>
</identificacionResponse>
</soap:Body>
</soap:Envelope>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ws_mb_b2c/mb_tranb2c_v0.asmx/identificacion HTTP/1.1
Host: marcablancab2ct.toolfactory.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length
identificador=string&password=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0"?>
xml
POR FAVOR AYUDA