Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42822

Re: Passing soap response to python script

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <moraa.lovetakes2@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.026
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'parameters': 0.04; 'assigning': 0.09; 'received:209.85.219': 0.09; 'subject:script': 0.09; 'cc:addr:python-list': 0.11; 'ast': 0.16; 'burak': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'tables': 0.26; 'required.': 0.27; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'compared': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'lot.': 0.31; 'object.': 0.31; 'saludos': 0.31; 'another': 0.32; 'received:209.85': 0.35; 'received:google.com': 0.35; 'method': 0.36; 'thanks': 0.36; 'project': 0.37; 'received:209': 0.37; 'problems': 0.38; 'little': 0.38; 'major': 0.40; 'how': 0.40; 'realized': 0.68; 'amazed': 0.84; 'faith': 0.91; 'subject:response': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ynrxL1qGam5Gn/9xNTVruKmk0BdzVia1I6Y56Pomue0=; b=GMG2LfW19vnhC1b64CTyc2jkchZkT0ApREqXnSWuBF7/YqFfNQRquDNN0OveImCYcR OTD/8hHEVGHr/9cJxnDeZdBa6pvip5sg025Z2KkbdFc/cEBpwLCy2BzRqSOUg9ccB4v0 iEhWNTACpiVwmWne32TxUpveR0Hwp+bXAFokGoVMttQMk2cZh08oEcmm6z6u3+6NfGoz JHa8dugPFTqPklCKHlzqzNEr5gLxEvq2+BcY973oRej47rqu78HtUUJZxoKlnvjLSPhx 9OIWFWxSHi44gmM8vSpbnq0iwg20S7ypKrh6RlGBA1WzO4gbwO/1EA12/3z6p72W3bOM jSGA==
X-Received by 10.60.36.231 with SMTP id t7mr8036899oej.3.1365169039282; Fri, 05 Apr 2013 06:37:19 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <515EBE2F.30809@arskom.com.tr>
References <CAM6w3npP07XpQkDOYOZqiK4eQkn57V5kHvhSc5Q0fa82CJnYBg@mail.gmail.com> <515EBE2F.30809@arskom.com.tr>
From Ombongi Moraa Fe <moraa.lovetakes2@gmail.com>
Date Fri, 5 Apr 2013 16:36:39 +0300
Subject Re: Passing soap response to python script
To Burak Arslan <burak.arslan@arskom.com.tr>
Content-Type multipart/alternative; boundary=089e0122aca6a519cd04d99d2f67
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.141.1365169359.3114.python-list@python.org> (permalink)
Lines 72
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1365169359 news.xs4all.nl 6977 [2001:888:2000:d::a6]:43755
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:42822

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Burak,

Thanks a lot.

I've been working with suds in this project and I am amazed at how much
little code I am using compared to my original php scripts;

from your answer, I realized my major headache was not assigning the value
of client.last_received method call to another object.

With this assignation and the function call, I've solved a lot of problems
and been able to use my parameters to update my database tables as I
required.


Thanks again.



On 5 April 2013 15:06, Burak Arslan <burak.arslan@arskom.com.tr> wrote:

> ast = client.last_received
>



Saludos

Ombongi Moraa Faith

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Passing soap response to python script Ombongi Moraa Fe <moraa.lovetakes2@gmail.com> - 2013-04-05 16:36 +0300

csiph-web