----- Original Message ----- 
From: sanjeevp 
To: phpxmlrpc@lists.usefulinc.com 
Sent: Friday, June 15, 2007 10:42 AM
Subject: Can i make a call to nay server via xmlrpc


I have to make a call to a serverlet
   https://www.experian.com/authentication/servlets/HttpInWalletTestXml
Which accepts xml of the following form.
<InWalletInquiryData>
<ExperianReferenceData>
<LogonId>san</LogonId>
<LogonPassword>kumar</LogonPassword>
</ExperianReferenceData>
<ConsumerInquiryData>
<SocialSecurity>899436878</SocialSecurity>
<FirstName>JOHN</FirstName>
<LastName>BREEN</LastName>
<MiddleName>WAKEFIELD</MiddleName>
<DriverLicense>
<DriverLicenseNumber>71674355</DriverLicenseNumber>
<DriverLicenseState>VT</DriverLicenseState>
</DriverLicense>
<Telephone>
<TelephoneNumber>7818945369</TelephoneNumber>
<TelephoneListedIndicator>Y</TelephoneListedIndicator>
</Telephone>
<DateOfBirth>
<YearOfBirth>1957</YearOfBirth>
</DateOfBirth>
<CurrentAddress>
<CurrentStreet>PO BOX 445</CurrentStreet>
<CurrentCity>APO</CurrentCity>
<CurrentState>AE</CurrentState>
<CurrentZipCode>09061</CurrentZipCode>
</CurrentAddress>
</ConsumerInquiryData>
<CustRefNumber>0000051775B01</CustRefNumber>
</InWalletInquiryData>
Is it possible to call this servlet.
If possible plese send me how to implement in php
With Regards
Sanjeev Kumar
Mail:- [EMAIL PROTECTED]
_______________________________________________
phpxmlrpc mailing list
phpxmlrpc@lists.usefulinc.com
http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc

Reply via email to