joking Posted August 24, 2006 Share Posted August 24, 2006 Hi,I am doing a system in which i need to post/get XML to this link: https://process.csc24seven.com/gateway/api.aspx.Lets say i wanna post this XML tag<request name=joe></request>and i should get this response<response ErrCode="000" Message="Transaction Done"></response>Can i plz get some instruction on how to do it ? Thank you Link to comment https://forums.phpfreaks.com/topic/18518-xml-postget-over-http/ Share on other sites More sharing options...
jwk811 Posted August 24, 2006 Share Posted August 24, 2006 I want to help you out here but I don't understand exactly what you are trying to do. Are you trying to get information sent to another page with a form? Link to comment https://forums.phpfreaks.com/topic/18518-xml-postget-over-http/#findComment-79738 Share on other sites More sharing options...
joking Posted August 24, 2006 Author Share Posted August 24, 2006 Hi jwk811,All i am trying to do is POST this data '<request name=joe></request>' to this link 'https://process.csc24seven.com/gateway/api.aspx'and i need to get the RESPONSE sent to me from this link. Link to comment https://forums.phpfreaks.com/topic/18518-xml-postget-over-http/#findComment-79739 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.