cURL / Mailing Lists / curl-library / Single Mail

curl-library

Please help in understanding the response from W2K8 server

From: <nitin.mittal_at_rsa.com>
Date: Wed, 27 Jan 2010 00:12:37 -0500

HI,

I am tryinh to POST a Subscribe SOAP request to a Windows 2008 Server.

The output I get on my std:out is:

* About to connect() to 10.31.251.161 port 5985 (#0)
* Trying 10.31.251.161... * connected
* Connected to 10.31.251.161 (10.31.251.161) port 5985 (#0)
* Server auth using Basic with user 'administrator'
> POST /wsman HTTP/1.1
Authorization: Basic YWRtaW5pc3RyYXRvcjpjb2xsZWN0QDM0NQ==
Host: 10.31.251.161:5985
Accept: */*
Content-Type: text/xml
Content-Length: 1748
Expect: 100-continue

< HTTP/1.1 100 Continue
< HTTP/1.1 415
< Server: Microsoft-HTTPAPI/2.0
< Date: Wed, 27 Jan 2010 05:08:24 GMT
< Connection: close
< Content-Length: 0
<
* Closing connection #0

Could anyone tell the meaning of this output?

What I expected was, the response from the server in the form of an XML
containing some relevant data.

Thanks
Nitin

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-01-27