J
J.D.
Hello,
I am working on a client project and they have a connection to a catalog
system that passes data back and forth as xml over http
The format of the data is as follow(s)
I have worked on projects where you call a webservice and that returns xml
back to a calling page, but this is not a webservice and I was wondering if
any one had any experience with reading xml over http request, where
apparently this returned as a web page. If you could reply to this post I
would really appreciate it. Thanks.
I am working on a client project and they have a connection to a catalog
system that passes data back and forth as xml over http
The format of the data is as follow(s)
<?xml version="1.0"?>
<customer-redemption>
<partner-client>USA</partner-client>
<partner-client-participant-id>
<user-name>69</user-name>
<password>xxxxxxxxxx</password>
<user-handle>dko</user-handle>
</partner-client-participant-id>
<redemption>
<order-number>410416</order-number>
<ship-to>
<first-name>ERT</first-name>
<middle-name></middle-name>
<last-name>KO</last-name>
<address-line-1>station
dental</address-line-1>
<address-line-2>167 road 24 ste.
6</address-line-2>
<city>bobs your uncle</city>
<state-code>TX</state-code>
<postal-code>99999</postal-code>
<postal-code-ext></postal-code-ext>
<country-code>USA</country-code>
</ship-to>
<total-points-spent>18182</total-points-spent>
<date-time>2006-03-17 09:54:05.0</date-time>
<item-redeemed>
<item-number>203089</item-number>
<item-description>Pro Line Golf Ball
Retriever</item-description>
<qty>1</qty>
<price>18182.0</price>
<line-number>1</line-number>
</item-redeemed>
</redemption>
</customer-redemption>
I have worked on projects where you call a webservice and that returns xml
back to a calling page, but this is not a webservice and I was wondering if
any one had any experience with reading xml over http request, where
apparently this returned as a web page. If you could reply to this post I
would really appreciate it. Thanks.