Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2004
    Posts
    131

    XML submit and response

    I am trying to submit an XML request to test a transmission from a server (with username and password) then get the XML echo response. Is this possible? If so, what actions do I use.
    Last edited by Stephen G.; 08-05-2009 at 01:58 AM.

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Hmmm... what do you mean with "XML echo response"? XML is a file format, not a transmission protocol. Aren't you confusing things?

    Ulrich

  3. #3
    Join Date
    Feb 2004
    Posts
    131
    EchoRequest.xsd
    This schema defines the format of the XML request used to test a transmission. This will echo back a response if the communication path is working. It may be used to verify that the service is online.
    Example of XML created based on this schema:
    <EchoRequest version="V01.01">String</EchoRequest>

    EchoResponse.xsd
    This schema defines the format of the XML returned as a response to an Echo test. This will echo back a response if the communication path is working.
    <EchoResponse version="V01.01">String</EchoResponse>

Posting Permissions

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