curl xml post

easymemory

New Member
Joined
Jul 31, 2020
Messages
1
Reaction score
0
Credits
15
Hello
New to Linux, so needing some help.
Trying to post xml data using curl from a script. If I have a small amount of data the post is successful and I have return xml data. If I send a larger amount of data there is no response. I used other xml testing tools to verify the xml is formatted correctly and the receiving server can accept the incoming data. Is there a size limit or other option for curl I should use?
script
curl -H "Content-Type:text/html" -v -o "/pw/cw2/xmlresult.xml" -d @/pw/cw2/xmldatacr.xml http://<server>/cw/sc.dll

size of xmldatacr.xml is 2477
 

Staff online

Members online


Top