Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
830 views

WCF + WebClient + Powershell

I tried it works fine for the asmx (simple web services) but for WCf do we need to do some thing different. Can the Same work for the WCF services as i get the error for the WCF service also. i just ...
0
votes
1answer
3k views

UploadString (Post Method) in VB.NET doesn't work

I am trying to post simple data to some site, in this example to a php file on my local server. My VB.NET Code: Dim W As New Net.WebClient Dim A As String = "" W.Encoding = System.Text.Encoding.UTF8 ...