SimpleSOAPClient icon indicating copy to clipboard operation
SimpleSOAPClient copied to clipboard

Create a client from WSDL

Open gravity00 opened this issue 9 years ago • 4 comments

Make it easier to generate SOAP entities and clients from a given WSDL using a tool, T4 template or any other option. Ideally, the tool should be as cross platform as possible.

gravity00 avatar Sep 01 '16 18:09 gravity00

any progress or test tool available for this ? I am trying to use a pretty complex API and have only access to the wsdl files

NikkyAI avatar Mar 23 '17 23:03 NikkyAI

I made this to generate code for my company to use in a Xamarin Forms project. It's far from perfect, tested, or completed, but it's all yours.

https://github.com/t3hchipmunk/SimpleSOAPClientWSDLImporter

t3hchipmunk avatar Apr 29 '21 00:04 t3hchipmunk

@t3hchipmunk big thanks, I'll give it a look!

gravity00 avatar Apr 29 '21 09:04 gravity00

You can also use dotnet-svcutil

heulendoch avatar Jun 11 '24 14:06 heulendoch