So, to get started, I am not using any kind of web service. Right now I don’t know much about an application that receives XML, other than getting it. Great help there I know. I did not write the recipient application, but my company has no useful ways to test the XML transfer phase.
I basically want to send an XML document like this ...
<H2HXmlRequest class="myClass">
<Call>
<CallerID></CallerID>
<Duration>0</Duration>
</Call>
<Terminal>
<CancelDate></CancelDate>
<ClerkLoginTime></ClerkLoginTime>
</Terminal>
<Transaction>
<AcceptedCurrency></AcceptedCurrency>
<AccountId>6208700003</AccountId>
</Transaction>
</H2HXmlRequest>
... to an application that I really don't know much about. It was not invented, and with the proper help, I could find out more information. But what I want to do is come up with some kind of C # Forms application that can accept this request above, send it using IP and port and hopefully see something.