RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Steve Long
getting data returned? Is there another way to specify the HTTP version to use? Steve From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP Call in Unidata Date: Sun, 20 Jan 2008 16:05:16 + Hi Steve - you need to turn on protocol logging - this captures all

RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Symeon Breen
PROTECTED] On Behalf Of Steve Long Sent: 21 January 2008 17:41 To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP Call in Unidata Thanks Simon, that helped a ton! The SOAP request is being constructed properly, but one thing I noticed is the POST reads HTTP\1.0. The default on my system

RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Steve Long
Perfect! I've got it working. Thanks for your help Symeon. Steve From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP Call in Unidata Date: Mon, 21 Jan 2008 20:07:34 + Hi Steve - you have to set the HTTP Default parameter called VERSION TO 1.1. - I Cant

RE: [U2] SOAP Call in Unidata

2008-01-20 Thread Symeon Breen
Hi Steve - you need to turn on protocol logging - this captures all the http request and response. Before the soap/http stuff do err= protocolLogging(logfile.log, ON, 10) and at the end do err= protocolLogging(logfile.log, OFF, 10) The output is in logfile.log. Rgds Symeon -Original