Skip to content

how can send XML command to server?

i want to send xml command (for multiple changes, for 20000 users) to server. this task will be done only one time, so i don’t want to build application or use complicated tool, only i want to send command from command prompt nad but it in batch
can i do it?

2 Comments

  1. Daniel B wrote:

    There is really no such thing as an "XML command". XML is a general file format used for storing and transmitting data. There needs to be an application on the server to receive and process the XML file. How you sent that file will depend on exactly what application is receiving it.

    Thursday, January 28, 2010 at 7:26 pm | Permalink
  2. jl wrote:

    There’s no such thing as XML commands. XML is a mark up language to structure data.

    You can write a script that issues shell commands to automate the processes for you.

    Thursday, January 28, 2010 at 7:26 pm | Permalink

Post a Comment

Your email is never published nor shared.