Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        5年前关闭。
                                                                                            
                
        
我使用c#(WCF)开发了一个nettcpbinding服务,我想在php程序中使用它,所以我认为我必须将其更改为标准的webservice,如何将该wcf服务转换为web服务?(asmx)

最佳答案

您不必将其转换为asmx。您可以仅使用BasicHttpBindingWebHttpBinding创建另一个端点。

查看有关为何不使用asmx服务的本文:

http://johnwsaunders3.wordpress.com/2011/12/07/more-reasons-to-not-use-asmx-services-in-new-code/

关于c# - 将WCF服务转换为asmx ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20814044/

10-12 04:52