![]() |
#3 |
Участник
|
js, soap-запрос и далее
X++: xmlHttp.open('POST', "domain" + port + "/AxdService/SalesOrderService.svc/soap", false); xmlHttp.setRequestHeader('soapAction', "http://tempuri.org/IAxdService/process"); xmlHttp.setRequestHeader('Content-Type', 'text/xml'); try { xmlHttp.send(data); } |
|
|
|