I am trying to use PHP NuSOAP Webservice in C# windows phone Project. After Adding reference by using Add Service reference tool it is not creating any methods where are from Webservice in Reference.cs file. I Described everything what I tried & sample in StackOverFlow Site. Please Check the Link.
Thanks
Loading

Devendra KumarPosted May 23, 2014, 5:12 AM
It seems that the silverlight version doesn't support RPC/encoded soap and ignores those operations. It does support RPC/Literal soap style. By changing toliteralthe service working for me.Article Link