Thanks Tim, that sounds much easier.
I created a simple script that does to HTTP post, but am getting an error. I can manually create the request string in a browser (
http://.../Service.asmx/GetName?strDoma ... rSSN4=9999) and it returns what I'm expecting, but when I run it via TeleFlow, I get the following in the log:
2009/06/19 09:59:47.000: Sending request: 'POST /tfws/Service.asmx/GetName HTTP/1.0
User-Agent: TeleFlow
Accept: */*
Host: xxxxxxxxxxxxxxx:80 (don't want to share this publicly)
Content-Length: 56
strDomain=woodfin&strAccountNumber=00010000&strSSN4=9354'
2009/06/19 09:59:47.000: Request successful, waiting for response
2009/06/19 09:59:47.078: ERROR: 'HTTP/1.1 500 Internal Server Error
Connection: close
Date: Fri, 19 Jun 2009 14:54:41 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/plain; charset=utf-8
Content-Length: 213
System.InvalidOperationException: Request format is invalid: .
at System.Web.Services.Protocols.HttpServerProtocol.ReadParameters()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
Any ideas what I'm doing wrong? I'd be happy to email the entire log file and what I've specifying in the HTTP step.
Thanks,
Eric