Differences between webservice clients written in .net2.0 and .net4.0

后端 未结 1 1915
情歌与酒
情歌与酒 2021-01-23 02:59

I have a problem with consuming a java webservice over SSL. I have two approaches, one with .net4.0 and one with .net2.0. Unfortunately the .net4.0 approach did not work. Howeve

相关标签:
1条回答
  • 2021-01-23 03:41

    I had the same issue. I could invoke web service with soapUI: soapUI My solution - create web reference by using 'Add service reference' dialog (Advanced settings -> Add Web Reference). See: Web Reference vs. Service Reference and Difference between web reference and service reference?

    0 讨论(0)
提交回复
热议问题