Re: Communicating over the internet



Hi Lauren,

It sounds like you're asking how to get an .Asp page to send an
XML document to maybe a service that is running? You mentioned
CGI, but I'm thinking along the lines that CGI is any environment
that can accept some form of data and process it. This includes,
but is not limited to, Perl, IIS (.Asp), ColdFusion, and as well as
other technologies.

Knowing how the running program interfaces / interracts with things
could be helpful. The name of the running program might help. If the
running program is something you created and control would help
us understand what's going on.

It's hard to guess at what's going on in this case. It's like asking what's
the best fruit to go with your vegetable.

--
Jim Carlock
Please post replies to newsgroup.

"Lauren" <lburr@xxxxxxxxxxxxxxxxxxxxx> wrote:
Thank you for the reply. I have found several articles that look like they
will be very helpful. I think the problem I'm having is that my DLL is
running the the IIS security context and is very limited in what it can do.
Lauren

"Jim Carlock" <anonymous@localhost> wrote in message
news:%23fvGelONFHA.3076@xxxxxxxxxxxxxxxxxxxxxxx
> I don't know how familiar you are with what's going on...
>
> Have you looked into using a winsock control to the server's port
> 80?
>
> I haven't really looked at the following page, but I've looked at other
> things at vbip.com. They have some great tutorials and such. They
> show you how to use the winsock control to download webpages...
>
> http://www.vbip.com/winsock/winsock_http_02_01.asp
>
> Once the html file is downloaded you can parse it and extract what's
> inside the <xml start and stop tags.
>
> --
> Jim Carlock
> Please post replies to newsgroup.
>
> "Lauren" <lburr@xxxxxxxxxxxxxxxxxxxxx> wrote:
> I am using VB6 W2K or XP for the client and W2K running IIS for the web
> server. I need to be able to send an xml document to a service on the
> server and get an xml doc back. I am hoping someone can point me in the
> right direction as to which technology I should use. I am thinking maybe
an
> ASP webpage on the server side and the internet transfer control on the
> client side. Or maybe CGI? .Net is not an option. I have managed to use
> the internet transfer control to get a file from the server but that
really
> doesn't do the job, I need to send the doc to a running program and get a
> reply. Can someone point me in the right direction?
>
> Thanks for any advice
> Lauren
>
>
>



.



Relevant Pages

  • Re: how do I post XML from an ASP.NET app to another web applicati
    ... does not naturally support post as a XMLDocument. ... to post XML document to a remote url endpoint by using javascript + XMLHTTP ... Would you provide some more info on what the target server application ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQLServer CE Files
    ... SQL Server CE can be seen as a .sdf monolithical file with a .DLL ... create an XML document -on the filesystem- by translating ... folder to be visible to Activesync. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: XML Transform
    ... same database. ... I have a table that has the XSLT and the information level ... we have 3 XSLT that we apply to the XML Document received). ... Is SQL Server ...
    (microsoft.public.sqlserver.xml)
  • application communication in xml without webservices?
    ... how it can communicate with other applications. ... A server application is responsible for being the middleman ... The server then needs to gather the response from application B ... All I really want to do is pass an xml document between applications ...
    (microsoft.public.dotnet.framework.aspnet.webservices)

Loading