HTTP POST, GET and SOAP

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2007
Posts: 28
Reputation: sniper1983 is an unknown quantity at this point 
Solved Threads: 0
sniper1983 sniper1983 is offline Offline
Light Poster

HTTP POST, GET and SOAP

 
0
  #1
Dec 13th, 2007
Hi..

I'm having a little trouble using a webservice from vb classic. I have tried to access other webservices on the net successfully but cannot access my own the right way. After some time of debugging I have found out that it might be the access to the webservice on the server that might be the problem. I can open the asmx-file when compiling on webdeveloper 2008 an get the possibility to use soap 1.1, 1.2 and HTTP POST in here. On the server though it only shows the possibility of soap 1.1 and 1.2. The HTTP part is missing. I was wundering if the server must be configured to allow HTTP GET and HTTP POST..?
Through my code to connect to the server I use a
SoapRequest =Server.CreateObject("MSXML2.XMLHTTP") and
SoapRequest.Open "GET",SoapURL , False

Does this mean that I need to have the option of HTTP GET or is SOAP using it's own so I don't need to enable GET..?

- Dan
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC