Results 1 to 5 of 5

Thread: Sending of datas

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235

    Sending of datas

    Example:

    I got an application and a server. I need to send XML over to the server using Socket Connection.

    How do I send those XML tags over without even creating a XML file?

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Are you talking about a web service? Or sending some xml through an established socket?. If you need to send xml, it can be accomplished in many ways. What is the server expecting?

    One doesn't necessarily need to create a physical file to send xml. Can you provide details on what you're trying to accomplish?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235
    Okie, not web service.

    I doing a program for IPAQ. I need to send XML to the server using socket connection...those XMLs the server received is used for processing purposes and I would need to get the response back.

    So as to update my application.

  4. #4
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    I do something similar. To sum it up, you'd have to connect to the server with a socket, then send some info. The info you send can be XML, which you may build in various ways. Then, you can receive the response.

    Where are you at with your project? Have you established a socket connection? Have you built and sent XML? Received a response?

    Details are good

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Posts
    235
    I got the Socket Connection working in another application but I havent integrate it into my program yet.

    I'm in the progress of sending XML and receiving XML.

    But I do not know how to send those XMLs over and havent receive a response.

    Do you happen to have any chat programs ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width