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
Post a Comment