termie said:

termie

SOAP: the worst way to do it

1 year, 5 months ago.

12 comments so far

  • bobbyd

    yup I say give SOAP a REST

    1 year, 5 months ago by bobbyd

  • randomfrequency

    SOAP: We want to sell you more expensive tools.

    1 year, 5 months ago by randomfrequency

  • Uninen

    No shit. I've been developing a new Web interface with Python to this relic Java-based system two years now, and boy am I fed up with SOAP calls :/

    Now I understand why so many Java developers like to poke themselves with needles and shit.

    1 year, 5 months ago by Uninen

  • randomfrequency

    Hey, I take offense to that.

    There's tools for generating SOAP interfaces java side, like axis and shit.

    Isn't there a python version?

    1 year, 5 months ago by randomfrequency

  • termie

    the archaic SOAP system i have to interface with (read: ericsson ipx api hates the internet and its users) just "updated" their api to require sequences meaning I now have to make the xml stanzas go in a specific order because, you know, that's useful

    1 year, 5 months ago by termie

  • randomfrequency

    Ugh, so someone doesn't know how to use saxp?

    1 year, 5 months ago by randomfrequency

  • termie

    @randomfrequency: there are various python libraries that got to various points of support before their developers shot themselves or the people people running the interfaces they were trying to talk to

    1 year, 5 months ago by termie

  • randomfrequency

    excellent.

    1 year, 5 months ago by randomfrequency

  • teemu

    Last time I had to use SOAP a few years ago, and I got a feeling that it works ok, if both client and service use same * language * language version * software to generate SOAP interfaces * versions of that software

    But oh boy, when I tried to get Python client to talk SOAP to Java service (which I both "owned"). Madness.

    Skip SOAP, it's better au naturale, if not downright dirty.

    1 year, 5 months ago by teemu

  • termie

    i think i am about through fighting with this soap api today, i am now past all the libraries and generating xml by hand but as i don't yet have an example to work from i am not getting anywhere, anybody want to point a java SOAP library at this, generate a sample request and email me the xml it generates? termie at g to the oogle.com

    1 year, 5 months ago by termie

  • termie

    forgot to hit cmd-v http://europe.ipx.com/api/services2/SmsApi51?wsdl

    1 year, 5 months ago by termie

  • bested

    lol, soap is definitely not how you do it :D

    1 year, 5 months ago by bested

Sign in to add a comment