SoapClient

  • Talking SOAP with Java

    I never went into the Java-craze back in around the 2000's. I thought it was slow and I liked C/C++. But things have changed. PC's are getting faster and the "slowness" is almost gone. But knowing something about Java is a neccessity. The market for Java is enormous, and it's used almost everywhere. Still not a fan, but feel I have to get through this after I started this series of "Talking about SOAP .."-articles. So here I go again: Objective is to find/and use an API for Java that downloads and creates code in Java for communicating with a SOAP-server.

  • Talking SOAP with PHP and Python

    I don't do much programming anymore but sometimes it's nice to see how things work in the environment I work. So....my worksituation is that we use a remote WMS (warehouse management system). And there are a bunch of clients that need to communicate with that system. Most people/clients (if they are not too cheap) would want to make an integration to that system. The server I believe is a windows-server that uses a SOAP-server that clients can connect to. Old interface.... but it works. The programming language(script-) i wanted to test this on, is PHP. This is the scripting language I remember best. I'm not going to go into the details of this because I do not know the details. I just found something that works.