zeep

    0

    1答えて

    SOAP要求を変換する必要があります。 <ws:credentialManagementRequestList> <ws:acspManagementRequestData> <ws:credentialProvisioningStatus>ACTIVE</ws:credentialProvisioningStatus> <ws:payload xsi:type="ws:OTPManageme

    0

    1答えて

    suds 0.6で開発されたコードをzeep 2.4.0に移植します。 前の泡コード: client = Client(WSDLfile, proxy=proxy, faults=True) config = client.factory.create('perUserDataExportConfiguration') config.param1 = 'something' ... dat

    1

    1答えて

    私はWeb Service of ChronopostとライブラリZeepを使用しています。 しかし、私はsearchDeliverySlot方法に wsdl = 'https://ws.chronopost.fr/rdv-cxf/services/CreneauServiceWS?wsdl' client = zeep.Client(wsdl=wsdl) header =

    0

    1答えて

    私はSOAP要求を行うためにZEEPを使用しようとしています。 私はこの要求だ: def status(request, IP): URL = "http://" + IP + "/Service" session = Session() session.auth = HTTPBasicAuth('username', 'password') client

    0

    1答えて

    マルチパート添付ファイルを処理できるPython SOAPライブラリが必要です。これはSOAPpyやsudsではサポートされていませんが、ZSIとZEEPでサポートされていると私は理解しています。しかし、SOAPpyは、私が使用する必要があるWSDLファイルでうまく動作しますが、ZSIとZeepではエラーが発生します。 WSDLファイルはhttp://nva1wss.webex.com/nbr/s

    0

    1答えて

    私は、いくつかのデータをwsdl_addressに取得しようとして、Python用のzeep SOAPクライアントを使用しています。私は今、次がありますambCaseは、私は、サーバーに取得したいデータである ambCase = {'data1':'value1', 'data2':'value2'} client = zeep.Client(wsdl=WSDL_Address)

    0

    2答えて

    私は、WSDLファイルのこの部分を持っている: <soapenv:Header/> <soapenv:Body> <pag:creaCarrello> <GestioneCarrelliRequest> <utenteApplicativo>YZSMOPMO</utenteApplicativo> <carrelloDto> <idCar