home.social

#wsdl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wsdl, aggregated by home.social.

  1. 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
    youtube.com/watch?v=WTBSgxa6pyA

  2. 📑 New post: Modernizing .NET – Part 5
    CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
    🔗 medium.com/@michael.kopt/moder
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  3. 📑 New post: Modernizing .NET – Part 5
    CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
    🔗 medium.com/@michael.kopt/moder
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  4. 📑 New post: Modernizing .NET – Part 5
    CoreWCF gives you SOAP, but no docs. Here's how to rebuild .asmx-style documentation using WSDL + reflection.
    🔗 medium.com/@michael.kopt/moder

  5. 📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
    Here's how to fix the WSDL so clients don't break.
    🔗 medium.com/@michael.kopt/3b5e3
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  6. 📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
    Here's how to fix the WSDL so clients don't break.
    🔗 medium.com/@michael.kopt/3b5e3
    #dotnet #dotnet10 #WCF #SOAP #WSDL #CSharp #aspnet #aspnetcore

  7. 📚 New post: Modernizing .NET – Part 4 - WSDL in CoreWCF
    Here's how to fix the WSDL so clients don't break.
    🔗 medium.com/@michael.kopt/3b5e3

  8. 💥 Linee guida per creare un WSDL
    Cos'è un WSDL e com'è strutturato...

    👉 selectallfromdual.com/blog/1651

    #wsdl

  9. Навайбкодил Mock Service

    Mock-сервисы (или мок-сервисы) — это программные компоненты, которые имитируют поведение реальных сервисов, систем или зависимостей в процессе разработки и тестирования приложений. А мы сделали свой. Подробнее

    habr.com/ru/articles/939524/

    #mock #qa #qa_engineer #qa_automation #integrations #mockserver #mocking_http_services #api #wsdl

  10. SOAP, WSDL и немножко Python создаём веб-сервис шаг за шагом

    Практика — лучший способ глубокого понимания теории. Рассмотрим на примере, как работают веб-сервисы с протоколом SOAP, для чего нужен WSDL и как он связан с XML-документом в теле POST-запроса.

    habr.com/ru/articles/923098/

    #REST #api #вебсервисы #интеграция #wsdl #xml #xsd #python

  11. 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

  12. Anyone experienced with #SOAP, #WSDL, and optionally #debbugs? I could use some help creating a WSDL file for debbugs. python-debianbts, the library that reportbug depends on, needs to migrate away from an unmaintained SOAP library, and the proposed candidate requires an WSDL file. #debian

    venthur.de/2024-04-20-wsdl-for

  13. 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 :'-)

  14. @cavac @ovid I keep hoping the #IDL-du-jour will save us (#OpenAPI, #ProtocolBuffers, #ApacheThrift, #WSDL, et al) but 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

  15. And I feel a bit strange to be mentioning #SOAP and #WSDL here among so much cool tech that I'd rather be using, but here I am...

  16. 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.