I am using this to post xml data to a site (the xml data is in the variable strPost) and it should generate an xml response. however all it does is open the default html page saying "Contract Enquiry requests following the Origo XML standard should be sent to this service using the "post" method." which is what it says if you just navigate to the page without posting any data...Code:Me.WebBrowser1.Navigate "HTTPS://testext2.scoteq.co.uk/cenq/ContractEnquiryServlet", , , strPost, "POST HTTP/1.1 Content-Type: text/xml"


Reply With Quote