Will .Net Web Services support Attachments

  • Thread starter Matthew Perrins
  • Start date
M

Matthew Perrins

We have a customer who is planning to build a Rich Client with .Net and communicate with a WebSphere J2EE Application Server using Web Services. The would also like to have binary attachment support through these services. We have been able to demonstrate a Java Client calling J2EE WebServices using Web Services attachments but would like demo .Net doing the same

Thank

Matt Perrin
IBM Software Services
 
J

Jan Tielens

Take a look at DIME in WSE:
http://msdn.microsoft.com/webservices/building/wse/default.aspx

http://tinyurl.com/2pg2j
Using Web Services Enhancements to Send SOAP Messages with Attachments
See how Web Services Enhancements for Microsoft .NET supports sending
attachments using DIME and WS-Attachments specifications.

--
Greetz,
Jan
________________________
Read my weblog: http://weblogs.asp.net/jan

Matthew Perrins said:
We have a customer who is planning to build a Rich Client with .Net and
communicate with a WebSphere J2EE Application Server using Web Services. The
would also like to have binary attachment support through these services. We
have been able to demonstrate a Java Client calling J2EE WebServices using
Web Services attachments but would like demo .Net doing the same.
 
Z

Z D

Could you just convert the file to a binary array and send it along to the
webservice? The receiver just reassembles the bytes and writes it to
disk/wherever?

We do this for an internal application and it works like a charm.

Does anybody know the drawbacks of doing this vs. using WS-Attachment?

Matthew Perrins said:
We have a customer who is planning to build a Rich Client with .Net and
communicate with a WebSphere J2EE Application Server using Web Services. The
would also like to have binary attachment support through these services. We
have been able to demonstrate a Java Client calling J2EE WebServices using
Web Services attachments but would like demo .Net doing the same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top