cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: cURL XML Post

From: Reginald Baugh <reginald.baugh_at_gmail.com>
Date: Fri, 1 Jul 2011 09:59:51 -0400

Greetings;

Correct lol, I should have stated that I wasn't receiving the expected
results. I want to at least confirm that I am able to log into the server.
The server's documentation stated that I should receive this:

<?xml version="1.0" encoding="utf-8"?><responses><response
requesttype="login"
completedsuccessfully="true"><messages /><content>

Also, in the server feedback, did you see any errors with my request
parameters? Or issues with the single/double quotes?

Thanks again!
Reginald

On Thu, Jun 30, 2011 at 4:15 PM, Dan Fandrich <dan_at_coneharvesters.com>wrote:

> On Thu, Jun 30, 2011 at 02:51:25PM -0400, Reginald Baugh wrote:
> > Thank you for your prompt feedback previously. I have removed the
> double
> > quotes embedded within the XML string. I also use, --trace-ascii.
> >
> > I still am not receiving Responses from the server.
>
> > 017b:
> > <= Recv header, 17 bytes (0x11)
> > 0000: HTTP/1.1 200 OK
> > <= Recv header, 37 bytes (0x25)
> > 0000: Date: Thu, 30 Jun 2011 18:42:28 GMT
> > <= Recv header, 27 bytes (0x1b)
> > 0000: Server: Microsoft-IIS/6.0
> > <= Recv header, 23 bytes (0x17)
> > 0000: X-Powered-By: ASP.NET
> > <= Recv header, 16 bytes (0x10)
> > 0000: X-AL-Server: 3
> > <= Recv header, 29 bytes (0x1d)
> > 0000: X-AspNet-Version: 2.0.50727
> > <= Recv header, 24 bytes (0x18)
> > 0000: Cache-Control: private
> > <= Recv header, 24 bytes (0x18)
> > 0000: Content-Type: text/xml
> > <= Recv header, 20 bytes (0x14)
> > 0000: Content-Length: 54
> > <= Recv header, 2 bytes (0x2)
> > 0000:
> > <= Recv data, 54 bytes (0x36)
> > 0000: ...<?xml version="1.0" encoding="utf-8"?><responses />
> > â ©â â <?xml version="1.0" encoding="utf-8"?><responses />== Info:
> Connection
>
> This looks like a response to me.
>
> > #0 to host www.medicaid.al
> > abamaservices.org left intact
> > == Info: Closing connection #0
> > == Info: SSLv3, TLS alert, Client hello (1):
> > => Send SSL data, 2 bytes (0x2)
> > 0000: ..
>
> >>> Dan
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-07-01