If svcutil.exe isn't working, there's always the F# WSDL Type Provider: https://msdn.microsoft.com/en-us/library/hh156503.aspx
I know it's a bit of additional work mixing languages though, and unfortunately you can't call Type Providers directly from C#, so you'd need to wrap it in a F# class to use it. Regards, Nathan On 18 August 2015 at 12:21, Preet Sangha <[email protected]> wrote: > I've been in the BI space for the past few years and so have sort of > missed out on all web service goodness since .net 4 came out. > > I'm now back in the c# programming space and have need to consume a third > party web service (written in PHP) and thus create client side proxy for > it. Currently the Service Proxy generator in Visual studio is not able to > handle the WSDL that comes out of the service and basically gives up trying. > > I know we can access the service in SOAPUI so the service is working, but > before we investigate any hand crafting I was wondering if anyone here is > using a third party service client tool or even if one exists. > > > regards, > Preet, in Auckland NZ > >
