Re: [U2] XML and Accuterm

2005-08-26 Thread FFT2001
In a message dated 8/26/2005 8:42:36 AM Pacific Standard Time, [EMAIL PROTECTED] writes: the VB equivalent that you would use would be something like: Dim oXMLServer As Object Set oXMLServer = CreateObject(Msxml2.ServerXMLHTTP.3.0) The last example on the page shows how to send and

RE: [U2] XML and Accuterm

2005-08-26 Thread Glen B
) oXMLServer.send (oXMLDocument) MsgBox(oXMLServer.responseXML.xml) End Sub Glen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, August 26, 2005 11:30 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] XML and Accuterm I

RE: [U2] XML and Accuterm

2005-08-25 Thread robwills_u2list
Glen wrote: I'm pretty sure that Accuterm has no capability to perform socket connections using scripts. It has VBA(Visual Basic for Applications) capabilities, which is nothing like VB. That is not my experience. VBA is a lot like VB. I have no experience of Accuterm but if it has a

Re: [U2] XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/25/2005 12:41:26 AM Pacific Standard Time, [EMAIL PROTECTED] writes: VB including using standard Microsoft XML libraries which include methods for sending and receiving XML via HTTP Do you have example code where you do this? Thanks Will Johnson --- u2-users

RE: [U2] XML and Accuterm

2005-08-25 Thread Victor St Clair
In a message dated 8/25/2005 12:41:26 AM Pacific Standard Time, [EMAIL PROTECTED] writes: VB including using standard Microsoft XML libraries which include methods for sending and receiving XML via HTTP Do you have example code where you do this? Thanks I would also be interested in

Re: [U2] XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/24/2005 10:26:39 PM Pacific Standard Time, [EMAIL PROTECTED] writes: have the client shell out, execute the function, return data to a local file, Do you have an example of how to execute a request like that in Windows or Unix and return the result to a local file?

RE: [U2] XML and Accuterm

2005-08-25 Thread robwills_u2list
In my original post, I admitted to not actually using Accuterm. I was basically saying that if Accuterm supported VBA then it should definitely be possible to send and receive XML just as you could in VB. I've since been on the Accuterm site just to check what it can do. It does seem to have

RE: [U2] XML and Accuterm

2005-08-25 Thread Glen B
] Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 25, 2005 2:42 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] XML and Accuterm In my original post, I admitted to not actually using Accuterm. I was basically saying that if Accuterm supported VBA then it should definitely

Re: [U2] XML and Accuterm

2005-08-25 Thread FFT2001
In a message dated 8/25/05 11:49:01 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: I've since been on the Accuterm site just to check what it can do. It does seem to have the capability to use VB object libraries and here's a URL link to a page on their site which goes into a lot of

Re: [U2] XML and Accuterm

2005-08-24 Thread FFT2001
Does someone have a code example where they are sending an XML request using Accuterm scripting ? Thanks Will Johnson --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] XML and Accuterm

2005-08-24 Thread Tony Gravagno
Will wrote: Does someone have a code example where they are sending an XML request using Accuterm scripting ? Thanks An XML request for what? Can you give us an example of how you would use that? XML is just a blob of text so it's no different than any other text. AccuTerm is a good raw

Re: [U2] XML and Accuterm

2005-08-24 Thread FFT2001
In a message dated 8/24/05 1:04:59 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: An XML request for what? Can you give us an example of how you would use that? XML is just a blob of text so it's no different than any other text. Here is a name, look up this person's address, using

RE: [U2] XML and Accuterm

2005-08-24 Thread Glen B
PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 6:53 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] XML and Accuterm In a message dated 8/24/05 1:04:59 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: An XML request for what? Can you give us an example

RE: [U2] XML and Accuterm

2005-08-24 Thread Tony Gravagno
Glen hit it all on the head. Will, when you say you want AccuTerm to do something, in this case AccuTerm is doing nothing but passing the message along to some other process that will actually do the function. The only need to ever include AccuTerm or wIntegrate in a complex function is when you