gravity00 / SimpleSOAPClient

Lightweight SOAP client for invoking HTTP SOAP endpoints
MIT License
75 stars 22 forks source link

Create a client from WSDL #25

Open gravity00 opened 7 years ago

gravity00 commented 7 years ago

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.

NikkyAI commented 7 years ago

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

t3hchipmunk commented 3 years ago

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

gravity00 commented 3 years ago

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

heulendoch commented 3 weeks ago

You can also use dotnet-svcutil