Calling Python Web Services from C#

J

jvframework

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.
 
D

Diez B. Roggisch

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:

http://www.catb.org/~esr/faqs/smart-questions.html


Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top