如题 ,有哪位碰到过么
POST /ums/wse/DeliveryService.asmx HTTP/1.1 Host: 192.168.4.196 Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <BulkAddData xmlns="http://tempuri.org/"> <records> <string>string</string> <string>string</string> </records> </BulkAddData> </soap12:Body> </soap12:Envelope>
还是没有找到方便的办法 最后面是把所有的字符串用$分隔来上传~