JavaGuySoho / SP-Net4

0 stars 0 forks source link

SBPS-XML #2

Open JavaGuySoho opened 4 years ago

JavaGuySoho commented 4 years ago

curl http://www.linuxidc.com/login.cgi?user=test001&password=123456

curl -d "user=nickwolfe&password=12345" http://www.linuxidc.com/login.cgi

curl -X POST -H 'content-type: application/xml' -d @/apps/myxmlfile.txt http://172.19.219.xx:8081/csp/faq/actDiaUserInfo.action

curl -H 'content-type: application/xml' -X POST -d '<?xml version="1.0" encoding="UTF-8"?>138145286203' http://172.19.219.xx:8081/csp/faq/actDiaUserInfo.action

echo '<?xml version="1.0" encoding="UTF-8"?>138145286203'|curl -X POST -H'Content-type:text/xm' -d @- http://172.19.xx.xx:8081/csp/faq/actDiaUserInfo.action

curl -X POST -H 'content-type: application/json' -d @/apps/myjsonfile.txt http://192.168.129.xx/AntiRushServer/api/ActivityAntiRush

curl -H 'content-type: application/json' -X POST -d '{"accountType":"4","channel":"1","channelId":"YW_MMY","uid":"13154897541","phoneNumber":"13154897541","loginSource":"3","loginType":"1","userIp":"192.168.2.3","postTime":"14633fffffffffff81286","userAgent":"Windows NT","imei":"352600051025733","macAddress":"40:92:d4:cb:46:43","serialNumber":"123"}' http://192.168.129.xx/AntiRushServer/api/ActivityAntiRush

curl -H 'Content-Type: text/xml;charset=UTF-8;SOAPAction:""' -d @/apps/mysoapfile.xml http://172.18.173.xx:8085/csp-magent-client/madapterservices/madapter/lmCountAccessor

curl -H 'content-type: application/xml' -d '<?xml version="1.0" encoding="utf-8"?><![CDATA[20161011160516XdznbN]]></ser:in0><![CDATA[1600106496388382726]]></ser:in1><![CDATA[14]]></ser:in2><![CDATA[160010649638838272613814528620]]></ser:in3></ser:leaveMessageCount></soapenv:Body></soapenv:Envelope>' http://172.18.173.xx:8085/csp-magent-client/madapterservices/madapter/lmCountAccessor

JavaGuySoho commented 4 years ago

@CURL.exe -v --header "Content-Type: text/xml;charset=UTF-8" --header "SOAPAction:" --data "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:web=\"http://WebXml.com.cn/\">17</web:theAreaID></web:getTVstationString></soapenv:Body></soapenv:Envelope>" http://ws.webxml.com.cn/webservices/ChinaTVprogramWebService.asmx

JavaGuySoho commented 4 years ago

@CURL.EXE -v --header "Content-Type: text/xml;charset=UTF-8" --header "SOAPAction:" --data @xml\request.xml http://ws.webxml.com.cn/webservices/ChinaTVprogramWebService.asmx