开发者

Can I use a WCF client proxy as a straight replacement for SoapHttpClientProtocol?

开发者 https://www.devze.com 2022-12-22 07:51 出处:网络
I\'m talking with a web service with a开发者_如何学Go generated proxy that uses System.Web.Services.Protocols.SoapHttpClientProtocol, is there any reason I might have trouble replacing the proxy with

I'm talking with a web service with a开发者_如何学Go generated proxy that uses System.Web.Services.Protocols.SoapHttpClientProtocol, is there any reason I might have trouble replacing the proxy with a WCF client proxy?

The web service being called is written in Java and uses the Apache Axis SOAP engine. It uses only HTTP Basic authentication.


Is there an underlying issue that you're trying to solve by making this change? I've issues doing something like this in the past.

0

精彩评论

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