Title: Message

I have seen the Http Content scan. What I am having trouble with is a use an HTTP Post of XML to a website with an expected return.

Does WUG Do this and can it be done? here is an example:

At this URL

http://10.10.10.10/msoc/lotsacable3.asp?msoid=1099100000

I need to send a post of:

<?xml version="1.0"?><G2B VERSION="3.0"><TRACKING>12345</TRACKING><TRANSACTION_TYPE>S</TRANSACTION_TYPE>

<MESSAGE_TYPE>SERVICE</MESSAGE_TYPE><AFFILIATE>

<ID>900000</ID><ASSOC>CSR</ASSOC><G2B_VERSION>3.0</G2B_VERSION></AFFILIATE>

<ADDRESS><PREDIR/><PRIM_RANGE>12007</PRIM_RANGE><PRIM_NAME>Spring Brook</PRIM_NAME>

<SUFFIX>DR</SUFFIX><POSTDIR/><UNIT_DESIG/><SEC_RANGE/><CITY>Eagle River</CITY>

<STATE>AK</STATE><ZIP>99577</ZIP><ZIP4>7549</ZIP4><COUNTRY>US</COUNTRY>

</ADDRESS><PRIVACY_NOTICE>OPT_OUT</PRIVACY_NOTICE><REQUEST><HSD/COUNTRY>><VIDEO><SVOD/><DIGITAL/><HDTV/></VIDEO></REQUEST></G2B>

and expect:

<?xml version = "1.0"?><G2B VERSION="3.0">

can this be done?

Reply via email to