i have a response back from a post to a webservice
how do i use this reponse even capture it and write it out to the user of the website
asp.net c#
<?xml version="1.0"?>
-<service_reques ts> -<request> <account_id/> <service_reques t_id>586</service_request _id> <service_noti ce/> <attributes/> </request> </service_request s>
i need to show the user the web reference returned in a nice format
how do i use this reponse even capture it and write it out to the user of the website
asp.net c#
<?xml version="1.0"?>
-<service_reques ts> -<request> <account_id/> <service_reques t_id>586</service_request _id> <service_noti ce/> <attributes/> </request> </service_request s>
i need to show the user the web reference returned in a nice format