Ernie, I was having a similar problem with a complex WS call for an internal project and eventually I ended up building a Java-based solution to deal with it. There are actually a lot of helpful tools to accomplish this sort of task in Java. I would be happy to share the solution with you if you like. Email me offlist, [EMAIL PROTECTED]
Rob Munn >Thanks everyone for helping, but maybe I should explain it a bit better. I >have to send an array of data and an array of boolean through the web >service. I know that both arrays are good but I get a mismatch error or a >paramator not found error. > >Array example of Data: >123.0 TRUE 2 334.9 FALSE 5 > >TimeOnTest=123.0 >HasDied=TRUE >SubGroup=2 > >ArrayOfBoolean Example >FALSE FALSE FALSE FALSE FALSE > >the Web service expects a total of 5 in the array. > >Thanks again! > >EP! > > >----- Original Message ----- >From: "Joe Rinehart" <[EMAIL PROTECTED]> >To: "CF-Talk" <[email protected]> >Sent: Wednesday, April 13, 2005 9:11 PM >Subject: Re: .Net Web Service HELP! > > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202880 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

