tagged [wsdl]

Create web service proxy in Visual Studio from a WSDL file

Create web service proxy in Visual Studio from a WSDL file My application needs to talk to a web service that hasn't got an online WSDL definition. The developers however supplied me with a WSDL file....

how to generate web service out of wsdl

how to generate web service out of wsdl Client provided me the wsdl to generate the web service.But when I used the wsdl.exe command it generated the .cs class out of it. I consumed that class in my w...

17 Oct at 10:10

How to install svcutil.exe under Windows 10

How to install svcutil.exe under Windows 10 I am desperately searching for a way to install `svcutil.exe` because I read [here](https://stackoverflow.com/questions/7973819/converting-wsdl-to-c-sharp-c...

26 Jun at 12:36

Force re-cache of WSDL in php

Force re-cache of WSDL in php I know how to disable [WSDL-cache](https://stackoverflow.com/questions/303488/in-php-how-can-you-clear-a-wsdl-cache) in PHP, but what about force a re-caching of the WSDL...

23 May at 12:34

wsdl.exe Error: Unable to import binding '...' from namespace '...'

wsdl.exe Error: Unable to import binding '...' from namespace '...' When running wsdl.exe on a WSDL I created, I get this error: > Error: Unable to import binding 'SomeBinding' from namespace 'SomeNS'...

20 Jun at 09:12

Generating WSDL for a single ServiceStack service

Generating WSDL for a single ServiceStack service Is there a way to get a WSDL for a single ServiceStack service? For example, if I override the AppHost.Configure method and register a service, like s...

29 Aug at 17:8

How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service

How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service I'm trying to write a web service client in c# which the webservice is Java Axis 1.4. Axis service requires the h...

28 Jun at 18:55

Consuming wsdl soap service with servicestack

Consuming wsdl soap service with servicestack I have been trying to consume wsdl soap service with asp.net C# mvc5 application. The original service is written in php which should ideally not matter b...

29 Jul at 23:36

How can I dynamically switch web service addresses in .NET without a recompile?

How can I dynamically switch web service addresses in .NET without a recompile? I have code that references a web service, and I'd like the address of that web service to be dynamic (read from a datab...

13 Jan at 13:35

How can I use async/await to call a webservice?

How can I use async/await to call a webservice? I have a [webservice](http://ychat.marpel.cz/ychat/WebService) written in [Yii](http://www.yiiframework.com/doc/guide/1.1/en/topics.webservice) (php fra...

27 Nov at 15:12