Using PHP nuSOAP webservice in C# -
 I am working on Windows Phone Project in Visual Studio 2012 for Windows Phone. I am trying to use the PHP NuSOAP webservice by adding   Here I followed the sample app normally when you create a VS   The reference files of   line 19 Public Interface SomeMobileServicePortType {}     Because of this I can not find any way to enter the webservice to my project.                         What is wrong in PHP webservice I tried some more webservices [especially in asmx, I did not get any sample of PHP NewsOAP webservice to try] which is working fine Anyone can tell me how PHP can use the NuSOAP service using C #.    =========================================== ===============================================     Edit:     We are using NuSOAP PHP webservice    I believe that there is no problem with the webservice I have just opened the WSDL Can not share the file.    I've got a sample that tells PHP using NuSOAP C #. I tried with webservice link This reference is also not giving any way the interface is blank like this. Public Interface HirdWebExamplePortType {}     So my guess is that this IDE is not working in Visual Studio while using the NuSOAP service. My sample is a Windows Phone project, please do it & amp; Tell me what I'm doing.      The projects you have provided such as SOAP-Service    A console app works fine if you add the service for example:   But if you add it to your project (WP Silverlight):   Check if you can disable SOAP encoding on your service.    service reference .   reference.cs  file you create a dictionary of your web service service (sample) app   reference.cs  can be viewed in my reference.cs  someMobileServicePortType  file is empty   ServicesRefer1 Some mobile service portacax clients Client = new service ration 1 Some mobile service type service clients ();    
  
  
  
 
  
Comments
Post a Comment