sniper1983 0 Light Poster

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.