本文介绍了在.net中使用Axis-2 Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我有一个axis2 Web服务.我如何在wpf(C#)应用程序中使用它.我想创建一个代理类,并在我的wpf应用程序中引用它.我尝试了如下操作,但没有得到解决方案....
Hello all,
I have an axis2 web service. How I can consume it in my wpf(C#) application. I would like to create a proxy class and refer it in my wpf application. I have tried it as follows , but didn''t get solution....
wsdl http://192.168.1.152:8084/axis2/services/MyService.MyHttpSoap11Endpoint/
同时,我可以成功创建使用.net创建的Web服务的代理类.
Meanwhile I could successfully create a proxy class of a webservice created using .net ..
wsdl http://localhost:50749/Service1.asmx
问候
Sebastian
Regards
Sebastian
推荐答案
这篇关于在.net中使用Axis-2 Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!