Calling Python Web Services from C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jvframework@gmail.com

    #1

    Calling Python Web Services from C#

    I have a C# .NET cliente calling a Python web services. I pass two
    string values to web service and I wanna receive a string from the
    method.

    But, the server side receive my string values and the client side only
    display a empty string ("").

    I generate a C# Proxy class from the python web services WSDL with
    wsdl.exe tool.

    Any idea about this problem?

    Regards.

  • Diez B. Roggisch

    #2
    Re: Calling Python Web Services from C#

    jvframework@gma il.com wrote:
    I have a C# .NET cliente calling a Python web services. I pass two
    string values to web service and I wanna receive a string from the
    method.
    >
    But, the server side receive my string values and the client side only
    display a empty string ("").
    >
    I generate a C# Proxy class from the python web services WSDL with
    wsdl.exe tool.
    >
    Any idea about this problem?
    Not until you provide some more detail. Read this on how to do so properly:




    Diez

    Comment

    Working...