Global Phone V3:SOAP

From Melissa Data Wiki
Jump to navigation Jump to search

← Global Phone V3 Reference

Global Phone V3 Navigation
Introduction
Licensing
Input/Output
Request Fields
Response Fields
Examples
REST XML
REST JSON
Batch XML
Batch JSON
SOAP
Result Codes
Result Code Use
Global Phone Result Codes
Sample Code



SOAP Request

ReqGlobalPhone.Records.RequestRecord As New GlobalPhone.Records.RequestRecord
ResInternatioanl.Records.ResponseRecord As New GlobalPhone.Records.ResponseRecord
GlobalPhoneClient As New GlobalPhone.Service
ReqGlobalPhone.TransmissionReference = string
ReqGlobalPhone.CustomerID = string
ReqGlobalPhone.Records.RequestRecord(99)
ReqGlobalPhone.Records.RequestRecord.RecordID = string
ReqGlobalPhone.Records.RequestRecord.PhoneNumber = string
ReqGlobalPhone.Records.RequestRecord.Country = string
ReqGlobalPhone.Records.RequestRecord.CountryOfOrigin = string 
ResGlobalPhone = GlobalPhoneClient.Post(ReqGlobalPhone)
GlobalPhoneClient.Dispose()


SOAP Response

string = RespGlobalPhone.Version
string = RespGlobalPhone.TransmissionReference
string = RespGlobalPhone.TransimissionResults
string = RespGlobalPhone.Records.ResponseRecord.RecordID
string = RespGlobalPhone.Records.ResponseRecord.Results
string = RespGlobalPhone.Records.ResponseRecord.PhoneNumber
string = RespGlobalPhone.Records.ResponseRecord.PhoneInternationalPrefix
string = RespGlobalPhone.Records.ResponseRecord.PhoneCountryDialingCode
string = RespGlobalPhone.Records.ResponseRecord.PhoneNationPrefix
string = RespGlobalPhone.Records.ResponseRecord.PhoneNationalDestinationCode
string = RespGlobalPhone.Records.ResponseRecord.PhoneSubscriberNumber
string = RespGlobalPhone.Records.ResponseRecord.Locality
string = RespGlobalPhone.Records.ResponseRecord.AdministrativeArea
string = RespGlobalPhone.Records.ResponseRecord.CountryName
string = RespGlobalPhone.Records.ResponseRecord.DST
string = RespGlobalPhone.Records.ResponseRecord.UTC
string = RespGlobalPhone.Records.ResponseRecord.Language
string = RespGlobalPhone.Records.ResponseRecord.Latitude
string = RespGlobalPhone.Records.ResponseRecord.Longitude