2019-01-01から1ヶ月間の記事一覧

macOS + postgresqlでエラー「dyld: Library not loaded」が出た

macOS + PostgreSQLで環境構築したところ $ psql dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib Referenced from: /usr/local が出たため、対応した時のメモです。 目次 環境 調査 対応 環境 macOS 10.13.6 (High Sierra) Hom…

Python + Zeep にて、SOAPの wsi:swaRef でファイルを送信する

前回、swaRef にて、SOAPでファイルを送信してみました。 Python + Zeep にて、SOAPのswaRef でファイルを送信する - メモ的な思考的な 今回は、wsi:swaRefという仕様でファイルを送信してみます。 仕様書 Attachments Profile - Version 1.0 (Final) Attach…

Python + Zeep にて、SOAPのswaRef でファイルを送信する

以前、SOAP with Attachments (SwA) にて、SOAPでファイルを送信してみました。 Python + Zeep にて、SOAP with Attachment (SwA) でファイルを送信する - メモ的な思考的な 今回は、SwAに似た swaRefという仕様でファイルを送信してみます。 仕様書:SOAP M…

WSDLのelementにattributeを追加し、Python + ZeepでSOAPのエンベロープを作成する

swaRefの仕様書を眺めていたところ、 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <claim:insurance_claim_auto id="insurance_claim_document_id" xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim"> </claim:insurance_claim_auto></soap-env:body></soap-env:envelope>

Python + Zeep にて、SOAP with Attachment (SwA) でファイルを送信する

前回、inline (Base64エンコード) にて、SOAPでファイルを送信してみました。 Python + Zeepにて、SOAPのinline(Base64エンコード)でファイルを送信する - メモ的な思考的な 今回は、SOAP with attachments (以降、SwA) でファイルを送信してみます。実装に…

Python + Zeepにて、SOAPのinline(Base64エンコード)でファイルを送信する

SOAPでファイルを送信する方法を調べたところ、5つほど見つかりました。 inline (Base64 エンコード) SOAP with Attachments (SwA) swaRef wsi:swaRef MTOM 参考:SOAP Attachments and Files | SoapUI Zeepではどれが実装されているかを調べたところ、eleme…

2018年の振り返りと2019年の目標

例年通り、2018年の振り返りと2019年の目標っぽいものを書いてみます。 2018年の振り返り 2017年の振り返りと2018年の目標 - メモ的な思考的な で立てた目標を振り返ってみます。 Pythonを通じて、いろいろな分野の基礎固め Blogを振り返ってみると、いろい…