Top "Soap" questions

Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services.

Disable certificate verification in PHP SoapClient

Summary: Is there a way to force the built in SoapClient-class in PHP to connect over HTTPS to a server …

php soap ssl https soap-client
What's the best way to use SOAP with Ruby?

A client of mine has asked me to integrate a 3rd party API into their Rails app. The only problem …

ruby-on-rails ruby soap
Calling a SOAP service in .net Core

I´m porting a .net 4.6.2 code to a .net Core project, that calls a SOAP service. In the new code …

c# wcf soap .net-core
What is the difference between a top-down web service and a bottom-up web service?

In Java, what is the difference between a top-down web service and a bottom-up web service? Also, what is the …

java web-services rest soap
How to integrate soapUI with Jenkins?

Anyone know a good way to add soapUI tests to my CI builds ?

soap hudson jenkins soapui
targetNamespace and namespace in WSDL

I am studying SOAP web services and I am really new to Web Services. In the WSDL I got a …

web-services soap wsdl
Perfect Soap (Wsdl) web service in php

I am a PHP programmer, I want to create a SOAP web service using WSDL. Please could someone suggest any …

php web-services soap wsdl
How can I send SOAP XML via Curl and PHP?

This has been bugging me for days; I'm trying to send a SOAP post via Curl but I just keep …

php xml soap curl
WSDL to PHP with Basic Auth

I need to build php classes from a WSDL that is behind basic auth. It has tons of namespaces so …

php soap wsdl basic-authentication
Connecting to WS-Security protected Web Service with PHP

I am trying to connect to a Web Service which is password protected and the url is https. I can't …

php web-services soap ws-security