Re: I: Fw: Can i make a call to nay server via xmlrpc
Gaetano Giunta <[email protected]> Tue, 19 Jun 2007 14:48:21 +0200
| Newsgroups | gmane.comp.php.xml-rpc |
|---|---|
| Message-ID | <[email protected]> |
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 >> ----- Original Message ----- From: sanjeevp To: >> [email protected] 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] >> >> >> > >