Discussion:
I: [phpxmlrpc] Fw: Can i make a call to nay server via xmlrpc
Gaetano Giunta
2007-06-19 18:53:11 UTC
Permalink
Sorry, the message you are posting has noting to do with the xmlrpc format.
I think you should ask for help on some SOAP forum.
BTW: the xmlrpc specification is available here: http://xmlrpc.com

Bye
Gaetano
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
Loading...