Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Services

Python Decorator For Gae Web-service Security Check

In this post, Nick suggested a decoartor: Python/WebApp Google App Engine - testing for user/pass … Read more Python Decorator For Gae Web-service Security Check

How Do I Add Basic Authentication To A Python Rest Request?

I have the following simple Python code that makes a simple post request to a REST service - params… Read more How Do I Add Basic Authentication To A Python Rest Request?

How Can I Consume Wsdl Url In Python

I want to consume data from WSDL url, I don't know how would I do in python. Can anyone help me… Read more How Can I Consume Wsdl Url In Python

Import Dict From Plain Text File

Let's say I have a dict in text file but I've lost the python code which created it. Is it … Read more Import Dict From Plain Text File

Java Wrapper To Perl/python Code

I have to deploy some Web Services on a server that only supports the Java ones, but some of them w… Read more Java Wrapper To Perl/python Code

Python Web Service For A Java Application?

Forgive me if this is a stupid question. I am completely new to building web services and complete … Read more Python Web Service For A Java Application?