我现在在这么干 遇到了一点问题 程序直接拿D6 Demo里的例子程序改的 
对于HTTP协议也不熟 不能确定到底是哪的问题
另外Provision 和SSL有关吗

解决方案 »

  1.   

    呵呵,问对人了,恐怕这世上只有咱俩用Delphi做Provison,阿哈哈哈
      

  2.   

    我是从D6里idHttpServer的Demo程序直接改的     LocalDoc:= 'C:\SGIP\SyncOrderRelationResp.xml';
    ByteSent := HTTPServer.ServeFile(AThread, ResponseInfo, LocalDoc);为什么定制不成功呢
      

  3.   

    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
    <SOAP-ENV:Header>
    <TransactionID xmlns="http://www.monternet.com/dsmp/schemas/">00010317765822</TransactionID>
    </SOAP-ENV:Header><SOAP-ENV:Body>
    <SyncOrderRelationResp xmlns="http://www.monternet.com/dsmp/schemas/">
    <Version>1.5.0</Version>
    <MsgType>SyncOrderRelationResp</MsgType>
    <hRet>1</hRet></SyncOrderRelationResp></SOAP-ENV:Body></SOAP-ENV:Envelope>'C:\SGIP\SyncOrderRelationResp.xml'的内容