Consume Web Service using Business Connector

Hello,

Just want to ask if anyone of you has successfully configured an SAP Business Connector to semd out XML string from SAP to an external webservice via HTTP Post. For example the web service is
[URL]http://www.webservicex.net/airport.asmx?op=GetAirportInformationByCountry[/URL]

Then SAP Business Connector to get the XML string from SAP. Let say this is the XML string

<?xml version="1.0" encoding="utf-8"?>Singapore[/URL]

The XML string contains the country = Singapore. This will invoke the web service and will be returned with the following XML response.

<?xml version="1.0" encoding="utf-8"?>

<NewDataSet[/URL]>

XSP SINGAPORE SELETAR Singapore SG 776 -8 5354 35 1 22 0 N 103 58 0 E

Then this XML response will be sent back to SAP and translated to ABAP. Let me know what is the best way to achieve this using SAP Buisiness Connector. I am new to this application and would need some advise. Thank you very much.

Tony