CreateWebflow SOAP API with SoapUI 5.2.1
3514 단어 Create!네트워크 트래픽SOAPsoapui
cf. http://www.createwebflow.jp/function/api.html
doSelectWorkflowStatusWithSearch
/XFV20/services/wsWorkflowStatusManager.wsWorkflowStatusManagerHttpSoap11Endpoint/
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:stat="http://status.server.soap.xFlow.itarchitects.co.jp">
<soapenv:Header/>
<soapenv:Body>
<stat:doSelectWorkflowStatusWithSearch>
<!--Zero or more repetitions:-->
<stat:criteria>APPLYER_MEMBER_ID</stat:criteria>
<stat:criteria>A10007</stat:criteria>
</stat:doSelectWorkflowStatusWithSearch>
</soapenv:Body>
</soapenv:Envelope>
doSelectWorkflowMemberStatus/XFV20/services/wsWorkflowStatusManager.wsWorkflowStatusManagerHttpSoap11Endpoint/
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:stat="http://status.server.soap.xFlow.itarchitects.co.jp">
<soapenv:Header/>
<soapenv:Body>
<stat:doSelectWorkflowMemberStatus>
<!--Optional:-->
<stat:workflowID>A10007_20160614140943258</stat:workflowID>
</stat:doSelectWorkflowMemberStatus>
</soapenv:Body>
</soapenv:Envelope>
login/XFV20/services/wsAuthenticationManager.wsAuthenticationManagerHttpSoap11Endpoint/
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:auth="http://auth.server.soap.xFlow.itarchitects.co.jp">
<soapenv:Header/>
<soapenv:Body>
<auth:login>
<!--Optional:-->
<auth:userID>administrator</auth:userID>
<!--Optional:-->
<auth:password>administrator</auth:password>
</auth:login>
</soapenv:Body>
</soapenv:Envelope>
Reference
이 문제에 관하여(CreateWebflow SOAP API with SoapUI 5.2.1), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tkprof/items/e006b443d6264250b1fa텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)