开发者

Problem in calling SOAP web service (written in PHP) from ASP.Net

开发者 https://www.devze.com 2023-01-10 06:07 出处:网络
I am trying to call a 开发者_Go百科webservice, written in PHP from ASP.Net. I have added Web Reference using \"Add Web Reference\".

I am trying to call a 开发者_Go百科webservice, written in PHP from ASP.Net. I have added Web Reference using "Add Web Reference". The url is: http://mikikard.com/public/webservice?wsdl In Add Web Reference Window, I can see the list of functions. But, When I try to build the Website, It gives the following Error:

Unable to import binding 'SoaptestBinding' from namespace 'http://mikikard.com/public/webservice'.

Can you please let me know what's going wrong?

Thanks,

Ashish Thakker.


I recently tried accessing reporting services via soap from Java servlet. Here is a fine article may be it will give you some other ideas.

http://blogs.msdn.com/b/christophputz/archive/2010/05/07/accessing-ms-reporting-services-with-java.aspx?CommentPosted=true#commentmessage

0

精彩评论

暂无评论...
验证码 换一张
取 消