Questions tagged [soap]
61 questions
4
votes
1 answer
Soap error - failed to load external entity
I have a PHP-script which uses SoapClient that connects to an API and runs methods. It works on all the different servers I have run it on previously but when I tried it on a server I get the error:
SOAP-ERROR: Parsing WSDL: Couldn't load from…
Marwzoor
- 41
- 1
- 1
- 3
4
votes
1 answer
How to install SOAP extension on PHP-FPM 5.5.6 - dependency issue
I have a problem with installing SOAP extension for PHP-FPM 5.5.6 (both 32 + 64 bit) with nginx on CentOS 6.4. I have enabled REMI repos and installed everything succesfully - except the SOAP extension.
When trying to install I am receiving…
lubosdz
- 145
- 1
- 1
- 5
3
votes
0 answers
Getting Authentication Negotiate instead of NTLM while consuming SOAP WCF Service in Net.Core 2.1
I was trying to connect to a WCF SOAP service using NTLM Authentication Scheme, I succeeded at it when using .Net Framework 4.x but when I try to consume the same service in .NET Core 2.1 it fails (because the Authentication scheme is sent as…
dennisbot
- 131
- 4
3
votes
1 answer
How to buy a X.509 certificate for signing digital payloads
I am in a situation where my software is calling a third party web service (SOAP) and using WS-Security for client authentication using a client certificate and digital signing of the message contents. The vendor requires that the certificate I…
Mike Marshall
- 98
- 2
- 10
3
votes
3 answers
Proxy-ing a SOAP server
I need to communicate with a httpS SOAP server on a different port than the standard 443. The client app doesn't work (because of restrictions) with different ports than the standard ones for HTTP and HTTPS
How can I setup my linux server running…
jrnk
- 31
- 1
- 2
2
votes
2 answers
PEAR Installer won't upgrade
I'm trying to install SOAP on PEAR via the command line on Dreamhost. I've upgraded to the latest version of PEAR (1.9.0) but when I try and install SOAP I get the error:
pear/SOAP requires PEAR Installer (version >= 1.5.4), installed version is…
frontendbeast
- 151
- 5
2
votes
1 answer
SoapClient PHP 5.6 Slow in IIS 7 (FastCgi), fine from CLI
I've a php script that connects to a webservice.
When running the same script through the CLI it runs fine (initial connection a second and calls to the service very quick).
When running the page in PHP via an IIS FastCGI server it takes around 5…
Bill Wilson
- 23
- 4
2
votes
3 answers
Enabling SOAP for PHP on CentOS 6.6 Server
I am trying to enable SOAP on my server. Soap is installed, but doesn't show up in php_info.
PHP Version 5.4.39
System Info: Linux ip-xxx-xxx-xxx-xxx.secureserver.net 2.6.32-042stab106.4 #1 SMP Fri Mar 27 15:19:28 MSK 2015 x86_64
Configure Command:…
Judson Cooper
- 21
- 1
- 2
2
votes
0 answers
Powershell and sharepoint and updatelistitems() exception
I've got an issue where I keep getting
"Exception calling "UpdateListItems" with "2" argument(s): "Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown."
whenever I call $service.updatelistitems($listname, $xml). …
BenConrad
- 23
- 4
2
votes
2 answers
How to formally reject a SOAP request?
I've a large F5 LTM load balancer environment I'm looking after which we are configuring to rate limit requests at a URI level. For human web users we are 302ing them to a busy page, but we also run web services and need to politely tell the soap…
Chris Phillips
- 254
- 4
- 14
2
votes
1 answer
I installed php-soap with rpm file on Centos but doesn't work
I installed php-soap on my Centos server from RPM file. Then I restarted httpd service but doesn't work SOAP client.
When I get:
yum list installed
php-soap listed here:
php.i386 5.3.6-1.w5 …
Muhittin Özer
- 23
- 1
- 4
2
votes
2 answers
nagios and SOAP support
Is there any plugin in Nagios that supports SOAP? I have a soap server and I would like
to send requests from nagios. Is that possible?
cateof
- 21
- 2
1
vote
1 answer
Python Parsing HTTP SOAP Response
I've been following the examples from HERE and HERE trying parse a SOAP response, but not able to get the element I want.
Example SOAP Response:
YTKColumba
- 43
- 3
- 6
1
vote
0 answers
PHP - Soapclient - Basic Auth -> SERVER->REMOTE_USER
We use a PHP Soap-Webservice on a 1und1-Server.
If i call the Service like
$client = new SoapClient('https://server.com/test.wsdl',
array('login' => "tuser",
'password' => "tpass",
'trace' => 1)
);
all works fine and in my Server the…
user1121575
- 111
- 1
1
vote
1 answer
php_soap not working on NGinx
We have moved our websites from Apache 2.4 to NGinx and ever since our Soap operations are not working.
We use PHP 5.6 on a Centos 6 server, I have installed php_soap by:
yum install php_soap php56_soap
Restarted Nginx service, php_fpm service ,…
Sérgio Paulino
- 11
- 5