Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Please Advice. What´s the right path? plain file vs xml file

Reply
Thread Tools

Please Advice. What´s the right path? plain file vs xml file

 
 
Jorge Luzarraga Castro
Guest
Posts: n/a
 
      09-07-2004
Hello Everybody!

I´d like that you give me some advice on what the right approach to import
some data from one system to another is. I know that a webservice fits
perfectly to intercommunicate two different systems but it is said that
unfortunately it is slower than to load a plain txt file via a stored
procedure.

What should I do? To keep loading the data from a plain text file or to
change the aproach and consume a webservice developed in the other system to
load the data I need.


TIA


Jorge.


 
Reply With Quote
 
 
 
 
Denis Kondratyev
Guest
Posts: n/a
 
      09-07-2004
Imho XML is a best approach in many cases (and imho in your situation too),
but I dont use web services always because its "cooool". Check requarements
for you system: how many data u must import - 1 MB or 10 GB? what
environments for your system - intranet or internet, homogeny or heterogenic
system? security requirements?



Denis Kondratyev


"Jorge Luzarraga Castro" <> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:...
> Hello Everybody!
>
> I´d like that you give me some advice on what the right approach to

import
> some data from one system to another is. I know that a webservice fits
> perfectly to intercommunicate two different systems but it is said that
> unfortunately it is slower than to load a plain txt file via a stored
> procedure.
>
> What should I do? To keep loading the data from a plain text file or to
> change the aproach and consume a webservice developed in the other system

to
> load the data I need.
>
>
> TIA
>
>
> Jorge.
>
>



 
Reply With Quote
 
 
 
 
Jorge Luzarraga Castro
Guest
Posts: n/a
 
      09-07-2004
Dennis, Thanks for your reply.

Here are some extra considerations:

The initial load is going to be the heaviest, but next loads are gonna be
under 1 MB.
Both of the systems have their own database schema on different servers.
Both of the systems are on top of the .NET Platform and using MSSQLServe 2K.
Both of the systems are part of the same intranet.


Given all of this, is it still good choice to consume a webservice to load
data?


TIA

Jorge Luzarraga


"Denis Kondratyev" <nospam-> escribió en el mensaje
news:chl80q$ovu$...
> Imho XML is a best approach in many cases (and imho in your situation

too),
> but I dont use web services always because its "cooool". Check

requarements
> for you system: how many data u must import - 1 MB or 10 GB? what
> environments for your system - intranet or internet, homogeny or

heterogenic
> system? security requirements?
>
>
>
> Denis Kondratyev
>
>
> "Jorge Luzarraga Castro" <> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ ×

ÎÏ×ÏÓÔÑÈ
> ÓÌÅÄÕÀÝÅÅ: news:...
> > Hello Everybody!
> >
> > I´d like that you give me some advice on what the right approach to

> import
> > some data from one system to another is. I know that a webservice fits
> > perfectly to intercommunicate two different systems but it is said that
> > unfortunately it is slower than to load a plain txt file via a stored
> > procedure.
> >
> > What should I do? To keep loading the data from a plain text file or to
> > change the aproach and consume a webservice developed in the other

system
> to
> > load the data I need.
> >
> >
> > TIA
> >
> >
> > Jorge.
> >
> >

>
>



 
Reply With Quote
 
Denis Kondratyev
Guest
Posts: n/a
 
      09-08-2004
Imho with 1 MB data u dont have performance troubles with web services via
intranet. For initial load u can use DTS if amount of data is big.


"Jorge Luzarraga Castro" <> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:...
> Dennis, Thanks for your reply.
>


> Here are some extra considerations:
>
> The initial load is going to be the heaviest, but next loads are gonna be
> under 1 MB.
> Both of the systems have their own database schema on different servers.
> Both of the systems are on top of the .NET Platform and using MSSQLServe

2K.
> Both of the systems are part of the same intranet.
>
>
> Given all of this, is it still good choice to consume a webservice to load
> data?
>
>
> TIA
>
> Jorge Luzarraga
>



 
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
Converting xls or plain text file to xml sweetpotatop@yahoo.com XML 2 07-03-2008 05:08 PM
extract plain-text from xml-file / remove all tags peter pilsl XML 1 11-18-2007 09:51 PM
If this isn't the right group, please direct me to the right one =?ISO-8859-1?Q?R=F4g=EAr?= Computer Support 2 07-23-2007 09:31 PM
Plain text file to xml file convert mahesh Java 2 02-17-2007 01:48 PM
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57