#wsdl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #wsdl, aggregated by home.social.
-
Working with SOAP in Qt? A new YouTube series starts with an introduction to KDSoap, a Qt-based library for building #SOAP clients and servers. Episode 1 explains what KDSoap is and where it fits in Qt-based applications. #QtDev #Cpp #CPlusPlus #WSDL
https://www.youtube.com/watch?v=WTBSgxa6pyA -
📑 New post: Modernizing .NET – Part 5
CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-5-documentation-in-corewcf-24814b40e37e
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📑 New post: Modernizing .NET – Part 5
CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-5-documentation-in-corewcf-24814b40e37e
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📑 New post: Modernizing .NET – Part 5
CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
🔗 https://medium.com/@michael.kopt/modernizing-net-part-5-documentation-in-corewcf-24814b40e37e
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
Here's how to fix the WSDL so clients don't break.
🔗 https://medium.com/@michael.kopt/3b5e3a390c37
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
Here's how to fix the WSDL so clients don't break.
🔗 https://medium.com/@michael.kopt/3b5e3a390c37
#dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore -
💥 Linee guida per creare un WSDL
Cos'è un WSDL e com'è strutturato... -
Навайбкодил Mock Service
Mock-сервисы (или мок-сервисы) — это программные компоненты, которые имитируют поведение реальных сервисов, систем или зависимостей в процессе разработки и тестирования приложений. А мы сделали свой. Подробнее
https://habr.com/ru/articles/939524/
#mock #qa #qa_engineer #qa_automation #integrations #mockserver #mocking_http_services #api #wsdl
-
SOAP, WSDL и немножко Python создаём веб-сервис шаг за шагом
Практика — лучший способ глубокого понимания теории. Рассмотрим на примере, как работают веб-сервисы с протоколом SOAP, для чего нужен WSDL и как он связан с XML-документом в теле POST-запроса.
-
Früher war alles
#FBI 🕵️ < 😎
heute ist alles
#FAIR 🌱 <- 🤩
Ohkey das hinkt n bissel. FBI ist für Services, FAIR eher so für Daten.
\__
#UDDI #ServiceMesh #WSDL #SOAP #GRPC #ServiceDiscover #SideCar #grpc #rest #OpenResearch #Meta #OpenData #API #100DaysOfCode #OpenSource #dev -
@dashorst Haven't tried it myself, but apparently #Postman supports importing #WSDL https://blog.postman.com/postman-now-supports-wsdl/
-
Now I just need for typed #Clojure to automatically annotate :import's from #Java (or does it already do that?). That's something Kotlin does quite well. And since I'm building a #SOAP client using #WSDL (I know, the 90s have called), I'd rather know at compile-time whether my calls to the API at least type check :'-)
-
@cavac @ovid I keep hoping the #IDL-du-jour will save us (#OpenAPI, #ProtocolBuffers, #ApacheThrift, #WSDL, et al) but https://xkcd.com/927 applies and too many projects just slap their half-assed docs online instead of putting in the work for a machine-readable spec
-
Wondering if there's any reason to use a #SOAP client if I don't have access to the #WSDL. I have a bunch of other servers that I interact with over POX or REST, and a few that have SOAP.
I haven't found much reason to use SOAP specific tools. And most of the ones I find seem to imply that you're fully bought in on SOAP being great, rather than just a means to an end.
My environment is #Node + #Typescript. I guess I could get types generated, but I don't know if that's a big thing for me.