Re: [U2] SOAP Submission Issues

2010-07-27 Thread Wally Terhune
Not my area of expertise, but I wonder if this issue from the 7.2.6 readme applies: Issue 12972 - Problem Description UniBasic -- Prior to this release, a secure CallHTTP (https), or Secure SOAP connection through a proxy server failed with HTTP error 400. The secure HTTP request to the proxy

Re: [U2] 24 X 7 MV systems

2010-07-27 Thread Wols Lists
On 26/07/10 23:17, Tony Gravagno wrote: As another Sequoia anecdote: An IT manager was surprised one day by a FedEx delivery of a motherboard. Apparently his system has lost a CPU and phoned to Support to get a new one, though no one at the company had noticed yet. The instructions were

Re: [U2] SOAP Submission Issues

2010-07-27 Thread Don
In the meanwhile, can't you manually add the host header using setRequestHeader function: ReturnCode = setRequestHeader(RequestHandle,'host','www.host.com') ReturnCode 0 - Success 1 - invalid request handle 2 - Invalid header (incompatible with method) 3 - Invalid header value -- from the Ud7.1