Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6886435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:45:32+00:00 2026-05-27T05:45:32+00:00

I had to developed an application which will communicate with a Web service via

  • 0

I had to developed an application which will communicate with a Web service via python. I have to run this code on a Windows server machine for some reasons (which i am not much experianced with, notmally we use uint based systems).

My communication with the api provider is not directly because of some communication issies. So i have to mail my problems to another person and he email them my message in the native language, so i could not get much support from the provider because of that.

My problem is, i use suds for web service client. Cleint semmed to succeed to get WSDL definition from the serveer like:

from suds.client import Client

class SomeClass(Client):
    def __init__(self):
        Client.__init__(url)

def myFunc():
    f = SomeClass()
    print f

Service ( transport ) tns=”…”

Prefixes (1) ns0 = ….

Ports (2):

    (TransportSoap) 

         Methods (4) 

             GetBalance()

…

So i can see that suds can reach target web service and get the WSDL file. However when i call a method like:

def myFunc():
    f = SomeClass()    
    f.GetBalance()


Urllib2.URLError <urlopen error [Errno 10060] A connection attempt
failed because the connected party did not properly respond after a
period of time, or established connection failed because connected
host has failed to respond>

I could not see what is wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T05:45:33+00:00Added an answer on May 27, 2026 at 5:45 am

    After some search based on urlopen error [Errno 10060], i decided to try proxy usage and it turns out to be the solution!

    If WSDL url is

    http://someurl.com:1234/something/somethingmore.asmx?WSDL

    then using:

    prxy = dict(http='http://someurl.com:1234/')
    Client.set_options(proxy=prxy)
    

    definitely solves the problem…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had developed an application in visual Studio 2005. whenever i run that application
I had a windows application, it will connect to online database if network is
I have few application developed in 2.2.1.When i am running this with 3.0 few
We have developed an application in C# .NET WPF Office which we are about
We have an application which will be used only by customers nationwide and for
We've built a windows service which uses some COM+ components (developed by us). It
My last employer had developed an elaborate system which sat on top of SVN
I wondered if anybody had encountered this problem. I'm writing an application for Android
Faced with the challenge of a new application with which you had free reign
I have an issue that on one computer applications developed using the Windows Presentation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.