TUESDAY, FEBRUARY 07, 2012




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?

SOAP METHODS



LOADLEAD

PROCESSLEAD

LOADLEADS

LOADLEADSPAGED

LOADLEADSBYDATERANGE

LOADLEADSBYDATERANGE
PAGED


LOADLEADSBYSOURCE

LOADLEADSBYSOURCE
PAGED


LOADLEADSBYSOURCE
ANDDATERANGE


LOADLEADSBYSOURCE
ANDDATERANGEPAGED




Web Services, SOA Solutions & Services, Cloud Computing - XWebServices Inc.


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





XWEBLEAD


Documentation


FAQs


Implementation Guides


Forum


Pricing






SEARCH









HOME  ::  WEB SERVICES  ::  XWEBLEAD  ::  DOCUMENTATION

:: Web Services :: XWebLead ::
:: Documentation (Version 1) ::

ProcessLead SOAP Method

DESCRIPTION:

Performs data manipulation on individual Lead records.

PARAMETER(S):

strXML - XML String, representing the Lead record to be added, updated or deleted. To view the validating XSD Schema, please click here (opens in a new window). An example is provided here (opens in a new window) or below:

<Lead Lead_ID="6d2c11532aeb47c299f2d9c9fd7cc5b3">
 <Source_Identifier>jack</Source_Identifier>
 <Description>Our demo lead's Description would go here.</Description>
 <Body>The entire Body of our lead would go here.</Body>
</Lead>

To delete a Lead record from the system, the XML string must consist of only the root element and the Lead_ID attribute, with the identifier of the record to be deleted as the attribute's value. Do not provide any of the root node's child elements. An example is provided below:

<Lead Lead_ID="17" />

SOAP HEADERS:

LoginName - String. The "Login Name" you chose during the registration process.
Password - String. Your account's "Password".

NOTE***: SOAP Headers are required for authentication

RETURNS:

String, representing any errors that may have occurred during the data manipulation process. If the operation succeeded without any errors, the method will not generate a result.

ERROR(S):

If the system encounters an error, the method will return one the following messages instead of the expected XML string:

Error: Unable to authenticate. Your username and/or password are invalid. - authentication errors.
Error: You have not yet registered for this service. - authorization errors.
Error: A database error has occurred. Please try again later. - catastrophic database errors.
Error: System error. Unable to process the request. - catastrophic system errors.

ADDITIONAL SUPPORT RESOURCES:



HOME
WEB SERVICES
SOA SOLUTIONS
SOA SERVICES
MY ACCOUNT
ABOUT US