Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > pulling data frm disconnected system.

Reply
Thread Tools

pulling data frm disconnected system.

 
 
anil kumar.m
Guest
Posts: n/a
 
      10-08-2004
hi Gurus.
i have a requirement like pulling data from disconnected system.
y disconnected system means....cleint is not authorising us to connect to
his system becoz its in secured zone,so i can't connect to the system via
HTTP(TCP/IP).
is there any other way to connect to that system
can webservices do the same for me,if not what is the work around for
this.looking forword for ur help.pls help me out.

regards
mak



 
Reply With Quote
 
 
 
 
Saurabh Nandu
Guest
Posts: n/a
 
      10-08-2004
if the system is disconnected then how can you connect to it ? Whats the way
the system can be accessed from outside.

If you have system with no network connections allowed then definately you
CANNOT pull data out of it !

XML Web Services work over HTTP (usually) hence if HTTP Access is turned off
then you can't use Web Services also !
 
Reply With Quote
 
 
 
 
chelala_cu@yahoo.com
Guest
Posts: n/a
 
      10-14-2004
IS there a possible solution using email ? smtp/pop3 or imap? how can
be done?

 
Reply With Quote
 
Chris Barber
Guest
Posts: n/a
 
      10-16-2004
'disconnected' usually means not available to communicate with (either permanently or periodically).

You could set up a batch job to email out with CSV files as attachments (or XML).

Depends on why the system is 'isolated' in the first place.

If it's on an ethernet then you should talk to them about obtaining a specific user login for the
(database?).

Chris.

"anil kumar.m" <> wrote in message
news:%...
hi Gurus.
i have a requirement like pulling data from disconnected system.
y disconnected system means....cleint is not authorising us to connect to
his system becoz its in secured zone,so i can't connect to the system via
HTTP(TCP/IP).
is there any other way to connect to that system
can webservices do the same for me,if not what is the work around for
this.looking forword for ur help.pls help me out.

regards
mak





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.777 / Virus Database: 524 - Release Date: 14/10/2004


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant access TreeView Node frm Btn Click event after populating frm another click even chandrajit_in ASP .Net 0 01-03-2008 10:45 AM
OT? Where to find .frm files for Extensis' Photoframe Ron Digital Photography 0 12-29-2004 01:26 AM
frm["custom"] vs frm.getAttribute("custom")? F. Da Costa Javascript 3 01-30-2004 11:54 AM
No sound frm Micro 9 but is on real 1 gary Computer Support 0 01-09-2004 02:16 PM
Need help! Sample not working in frm 1.1 Catherine Jones ASP .Net 0 12-24-2003 03:59 AM



Advertisments