Search results for query: *

  1. W

    create and send soap message from one pc to another

    Here is what I want to do 1) Create a soap message by using VB.Net 2) send the message to the server machine 3) the server machine reads the soap message and output the data value. In VB.Net, I read the example for System.Runtime.Serialization.Formatters.Soap.SoapFormatter I got it working on...
  2. W

    SoapFormatter will not serialize Generic Types

    I did some research online about SoapFormatter, many people don't like it and think it should be deprecated. http://blogs.msdn.com/mattavis/archive/2004/08/23/219200.aspx Maybe it's too technical for me to understand, can someone explain it a little more for me why people trying to deprecate...
  3. W

    SOAP and XML

    I need to send data from on machine to another, they are not Web servers My team lead suggest to sent the data in SOAP format, I was wondering what is the advantage to send data in SOAP format when it's not Web (or web services)? Should I just sent it in normal XML file (without SOAP format...
  4. W

    Network lookup

    There are 3 client machine and one lead machine. These 3 Client Machines require to retrieve services from the Lead Machine over the internet frequently. So, in order to do that, Client Machine needs to know the Lead Machine’s lookup information, but the Lead Machine’s lookup information (eg...
  5. W

    what is withevent, raiseEvent and event

    Can someone explain what is withevent, raiseEvent and event means? Please don't provide any URL for definition, if possible, please explain to me with you own words. Examples are always welcome. thank you
  6. W

    copy folder content to other location

    Hello, I am having a .Net problem, not sure this is posible or not, please help. How do I copy a folder and all its content within the folder to another location? example, I want to copy C:/hello, in folder hello there is folder hi, in folder hi there is a file called mike.txt how do I copy...
Back
Top