LicenceProtector-ASP.Net-WebService
Click here for a complete list of operations.
SendCustomerinfo
Test
The test form is only available for requests from the local machine.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 /lptest/lpws.asmx HTTP/1.1
Host: registerserver.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.mirage-systems.de/SendCustomerinfo"
<?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>
<SendCustomerinfo xmlns="http://www.mirage-systems.de/">
<cust>
<Ticket>string</Ticket>
<CompanyName>string</CompanyName>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Salutation>string</Salutation>
<AcademicTitle>string</AcademicTitle>
<JobTitle>string</JobTitle>
<StreetAddress1>string</StreetAddress1>
<StreetAddress2>string</StreetAddress2>
<ZIP>string</ZIP>
<City>string</City>
<State>string</State>
<Country>string</Country>
<Phone1>string</Phone1>
<Phone2>string</Phone2>
<EMail>string</EMail>
<Language>string</Language>
<WebAddress>string</WebAddress>
<Newsletter1>boolean</Newsletter1>
<Newsletter2>boolean</Newsletter2>
<Newsletter3>boolean</Newsletter3>
<Newsletter4>boolean</Newsletter4>
<Customer1>string</Customer1>
<Customer2>string</Customer2>
<EntryKey>string</EntryKey>
<Projectname>string</Projectname>
</cust>
</SendCustomerinfo>
</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>
<SendCustomerinfoResponse xmlns="http://www.mirage-systems.de/">
<SendCustomerinfoResult>int</SendCustomerinfoResult>
</SendCustomerinfoResponse>
</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 /lptest/lpws.asmx HTTP/1.1
Host: registerserver.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>
<SendCustomerinfo xmlns="http://www.mirage-systems.de/">
<cust>
<Ticket>string</Ticket>
<CompanyName>string</CompanyName>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Salutation>string</Salutation>
<AcademicTitle>string</AcademicTitle>
<JobTitle>string</JobTitle>
<StreetAddress1>string</StreetAddress1>
<StreetAddress2>string</StreetAddress2>
<ZIP>string</ZIP>
<City>string</City>
<State>string</State>
<Country>string</Country>
<Phone1>string</Phone1>
<Phone2>string</Phone2>
<EMail>string</EMail>
<Language>string</Language>
<WebAddress>string</WebAddress>
<Newsletter1>boolean</Newsletter1>
<Newsletter2>boolean</Newsletter2>
<Newsletter3>boolean</Newsletter3>
<Newsletter4>boolean</Newsletter4>
<Customer1>string</Customer1>
<Customer2>string</Customer2>
<EntryKey>string</EntryKey>
<Projectname>string</Projectname>
</cust>
</SendCustomerinfo>
</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>
<SendCustomerinfoResponse xmlns="http://www.mirage-systems.de/">
<SendCustomerinfoResult>int</SendCustomerinfoResult>
</SendCustomerinfoResponse>
</soap12:Body>
</soap12:Envelope>