Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A basic example in the doc would be very helpful #10

Open
ghost opened this issue Oct 7, 2015 · 8 comments
Open

A basic example in the doc would be very helpful #10

ghost opened this issue Oct 7, 2015 · 8 comments

Comments

@ghost
Copy link

ghost commented Oct 7, 2015

No description provided.

@agb80
Copy link

agb80 commented Dec 21, 2015

👍

@Sdlion
Copy link

Sdlion commented Apr 12, 2016

It would be very helpful

I had to read the rinse.client code to find how should I call the methods of my service.
Still, default RinseResponse will throw an error (required positional argument 'doc') and now I have to dive in more code to understand that.

@chhantyal
Copy link

There are hardly any SOAP clients which support both Python 2 and 3. This one looks really nice, but I can't find simple things in docs like how to make a request. It would be really helpful to extend docs and bit and include examples.

Thanks

@drznathou
Copy link

UP

@erasmodanarni
Copy link

Up

@tysonclugg
Copy link
Owner

Hi folks. Find me an example public SOAP service that can be called anonymously, and I'll use it to write an example (and a test case).

@Sdlion
Copy link

Sdlion commented Aug 13, 2018

Simple One: ISBN code lookup
http://webservices.daehosting.com/services/isbnservice.wso?WSDL

A more complex one: One from Amazon (but it says it's quite restrictive for testing purposes)
https://www.soapui.org/resources/tutorials/aws.html

CDSA From NASA is more complex and it seems it's open, I only hope that it last enough time online
https://cdaweb.gsfc.nasa.gov/WebServices/SOAP/

@tysonclugg
Copy link
Owner

I can't find enough details on the ISBN lookup to make a reasonable assessment. The AWS example requires authentication with private credentials, so it's not appropriate. The NASA service seems experimental and unlikely to hang around forever.

Instead, I've found http://www.nws.noaa.gov/xml/index.php from the National Weather Service. They should have ample capacity to service any test requests, the service is likely to remain available for the foreseeable future, and the API has some value for a wide audience. I haven't figured out how easy/difficult the service is to use yet though.

I'd appreciate some more suggestions, in particular for services that use TLS and/or WSA and WSSE SOAP extensions (with public credentials).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants