THURSDAY, AUGUST 07, 2008




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, SOA Services - XWebServices.com


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) ::

LoadLead SOAP Method

DESCRIPTION:

Returns a specific Lead.

PARAMETER(S):

strLeadID - String. The identifier for the Lead record requested.

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:

XML String, representing the Lead record requested. 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="71fb721fa0894d3e991b64e76eef6c54" 
 Date_Created="2004-08-07T11:37:00">
 <Source_Identifier>jane</Source_Identifier>
 <Description>Our demo Lead's Description
     would go here.</Description>
 <Body>The entire Body of our Lead would go here.</Body>
</Lead>

If the Lead record requested was never entered or is no longer in the system, the method will return the <Lead> root node with only the Lead_ID identifier. An example is provided below:

<Lead Lead_ID="e1b282a580de4174b9a8afd08f59b24a" />

All non-XML strings returned by this method should be considered errors.

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