Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > SOAP Message with attachment is the best solution?

Reply
Thread Tools

SOAP Message with attachment is the best solution?

 
 
cristms@hotmail.com
Guest
Posts: n/a
 
      05-11-2005
Hi there.

I'd like to know, if anyone knows how should i send a XML file, located
in server folder, to a web service. The purpose is to send and receive
XML files that can have a large of data, so i think that it could not
use a string variable. Do i have other possible scenarios? I have find
some information in the net that tells me that the best solution is use
SOAP messages with attachments using WSE, it is correct?

Thanks a lot.

Cristovao

 
Reply With Quote
 
 
 
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      05-11-2005
wrote in news:1115814263.481263.118400
@g49g2000cwa.googlegroups.com:
> I'd like to know, if anyone knows how should i send a XML file, located
> in server folder, to a web service. The purpose is to send and receive
> XML files that can have a large of data, so i think that it could not
> use a string variable. Do i have other possible scenarios? I have find
> some information in the net that tells me that the best solution is use
> SOAP messages with attachments using WSE, it is correct?


If you only want to send a raw file, XML or other, webservices are not your
best option. You would do better to use FTP, or HTTP PUT or POST if you need
something that is more firewall friendly.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
 
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
How to add SOAP header to a SOAP message? Peter van der veen ASP .Net Web Services 6 11-14-2006 06:44 PM
how to use servlet to receive message (not soap message) John Java 8 03-28-2005 01:39 PM
Problem with streaming a DIME attachment with SOAP Ipsita ASP .Net 3 10-29-2004 04:50 AM
writing a SOAP message service, how do I get the attachment from a message? rabbits77 Java 0 02-26-2004 08:52 PM
Problem of using apache soap to consume WSE 2.0 soap attachment Mullin Yu ASP .Net Web Services 0 10-08-2003 08:09 AM



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