How to call the web services using HTTP POST or GET?
Some developers prefer working with Web Services as XML Documents (HTTP) rather than instances of objects (SOAP). The advantage of such approach is that one can readily apply an XSL Stylesheet to the result of the request to reformat the output. This can be done directly in an ASPX page without much coding. There are two things to consider when using this approach: • If you used a Dynamic IP registration, you should place your requests using the GET protocol and qualify them with the optional ‘Header_Username’ parameter populated with the email address you provided at registration. This is needed because SOAP Headers and Cookies will not work with this approach. If you are using Static IP registration, this step is not required. If you use POST, you must simply add the ‘Header_Username=YourEmailAddress’ to the parameter pairs you post. • You should be aware that the resulting document is defined with “http://www.xignite.com/services” as its default namespace. Therefore all XML manipula