Inputs
POST http://www.xignite.com/xHelp.asmx HTTP/1.1
Host: www.xignite.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.xignite.com/services/AddIPAddress"
<?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:Header>
<Header xmlns="http://www.xignite.com/services/">
<Username>string</Username>
<Password>string</Password>
<Tracer>string</Tracer>
</Header>
</soap:Header>
<soap:Body>
<AddIPAddress xmlns="http://www.xignite.com/services/">
<Username>string</Username>
<NewIPAddress>string</NewIPAddress>
</AddIPAddress>
</soap:Body>
</soap:Envelope>
Outputs
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>
<AddIPAddressResponse xmlns="http://www.xignite.com/services/">
<AddIPAddressResult>
<Registrations>
<UserRegistration>
<ServiceName>string</ServiceName>
<OperationName>string</OperationName>
<IP>string</IP>
<RemainingRequests>int</RemainingRequests>
<PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType>
<PeriodsAllowed>int</PeriodsAllowed>
<Action>None or Inserted or Deleted or Updated or Success or Failure
</Action>
<Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status>
<SubscriptionName>string</SubscriptionName>
<MaxRequests>int</MaxRequests>
<RequestCount>int</RequestCount>
<TotalRequestCount>int</TotalRequestCount>
<Updated>boolean</Updated>
</UserRegistration>
<UserRegistration>
<ServiceName>string</ServiceName>
<OperationName>string</OperationName>
<IP>string</IP>
<RemainingRequests>int</RemainingRequests>
<PeriodType>Day or Week or Month or Quarter or Year or Total</PeriodType>
<PeriodsAllowed>int</PeriodsAllowed>
<Action>None or Inserted or Deleted or Updated or Success or Failure
</Action>
<Status>Registered or Subscribed or Unregistered or NeverRegistered
or AlreadyRegistered or Undefined</Status>
<SubscriptionName>string</SubscriptionName>
<MaxRequests>int</MaxRequests>
<RequestCount>int</RequestCount>
<TotalRequestCount>int</TotalRequestCount>
<Updated>boolean</Updated>
</UserRegistration>
</Registrations>
</AddIPAddressResult>
</AddIPAddressResponse>
</soap:Body>
</soap:Envelope>