WSE attachments over a network?

Hi,
I have successfully created web service using WSE that transfer file contents between 2 machines as DIME attachments.

Right now, my code is such that, I read a file from the machine where the web service is hosted and likewise receive the DIME attachmetn and write the attached file stream to a new file on the machine where the client side web service is hosted.

How can I read/write a file over a network


Answer this question

WSE attachments over a network?

  • werwin

    Yes, you just have to ensure that the address point to the machine.
    i.e. http://mymachine/myservice.asmx instead of http://localhost/myservice.asmx

    Thanks,
    Mark Fussell WSE Program Manager

  • WSE attachments over a network?