c# - Cannot import SOAP service written in PHP in Visual Studio 2012 -


i'm trying import service wsdl located at: http://rxb.se/dmdstats/server_actionbase.php?wsdl&readable visual studio 2012 project. errors:

custom tool error: unable import webservice/schema. unable import binding 'actionbasesoap' namespace 'http://rxb.se/dmdstats/'. unable import operation 'getcampaigns'. datatype 'http://rxb.se/dmdstats/:intarray' missing.    

can import this? think cannot see definition array. there way can on or error come service provider? i'm using c# way.

i have tried both "add service reference" , "add web reference" no avail.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -