Hi Robert, > If they give you a .NET application, where the business logic > of this > process is compiled into a dll, you won't be able to see what is > going on. > If it is just an > executable, > you will have to reverse engineer the whole thing.
Actually, not true. Following is a tool to see the code for compiled .NET assemblies. http://www.aisto.com/roeder/dotnet/ (Use the top tool, Reflector for .NET) Hope this helps. Scott Cadillac, Email: [EMAIL PROTECTED] http://scott.cadillac.bz > -- > > Robert Garcia > President - BigHead Technology > VP Application Development - eventpix.com > 13653 West Park Dr > Magalia, Ca 95954 > ph: 530.645.4040 x222 fax: 530.645.4040 > [EMAIL PROTECTED] - [EMAIL PROTECTED] > http://bighead.net/ - http://eventpix.com/ > > On Aug 29, 2006, at 11:25 AM, Roland Dumas wrote: > > > frustration: > > > > this is choicepoint age verification system. I say "give me sample > > and rules for forming the query and an example and rules for the > > return XML and I'll figure it out" > > > > they say, "here, install this .NET application" > > > > So, I'm going down the infinite regression of technies to find one > > who knows how it works... > > > > stay tuned. I know I'll need help once I get my example. > > > > On Aug 28, 2006, at 1:13 PM, Scott Cadillac wrote: > > > >> Hi Roland, > >> > >> Building an array from XML can be done a few different ways, and > >> it will depend heavily on the shape/design of the XML you have to > >> work with. > >> > >> Can you post more info? > >> > >> > >> Scott Cadillac, > >> Email: [EMAIL PROTECTED] > >> http://scott.cadillac.bz > >> > >> > >>> -----Original Message----- > >>> From: Roland Dumas [mailto:[EMAIL PROTECTED] > >>> Sent: Monday, August 28, 2006 1:37 PM > >>> To: WiTango List List > >>> Subject: Witango-Talk: XML to array? > >>> > >>> ok, apologies if this is ancient history, but first time for me. > >>> > >>> I will be connecting to a service and passing it some > variables, and > >>> it responds with an XML file. How does one parse an XML > file into an > >>> array? > >>> ______________________________________________________________ > >>> __________ > >>> TO UNSUBSCRIBE: Go to > http://www.witango.com/developer/maillist.taf > >>> > >> > >> > _____________________________________________________________________ > >> ___ > >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > >> > > > > > ______________________________________________________________ > ________ > > __ > > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
