|
Posted by OhWhite@hotmail.com on 12/20/06 13:44
am looking at constructing a request in the following format.
I have used the following code - $result = $client->call('login',
array('username' => 'Scott', 'password' >= '****', 'softwareid' = 5,
'vendorid' = 7, 'locationid' = 9)); ,but I am unsure to where put the
request tag in my code.
Can you please assist?
The web service request must be in the format below.
soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<login
xmlns="http://www.betfair.com/publicapi/v3/BFGlobalService/">
<request>
<locationId xmlns="">0</locationId>
<password xmlns="">yyyy</password>
<productId xmlns="">0</productId>
<username xmlns="">xxx</username>
<vendorSoftwareId xmlns="">0</vendorSoftwareId>
</request>
</login>
</soap:Body>
</soap:Envelope>
Thanks,
Best Regards,
Boulent
Navigation:
[Reply to this message]
|