Questions tagged [soap]

65 questions
0
votes
1 answer

Undefined symbol "php_libxml_disable_entity_loader"

I have php5.4 installed.It runs on freebsd server I also use soap.so extension. But when I start php script (new SoapClient) it stopped. Apache logs: tail -f /var/log/httpd-errors.log : /libexec/ld-elf.so.1: /usr/local/lib/php/20100525/soap.so:…
0
votes
1 answer

php-soap 5.3.17-2 el6 x86_64

I just transferred a website to a server where I appear to lack the PHP-SOAP extension. Unfortunately I cannot upgrade to the 5.4.10 that is available on remi at the moment as I am not 100% sure if the existing codes would still work and not cause…
transilvlad
  • 173
  • 14
0
votes
1 answer

How to manage SOAP requests to a pool of VM each listening on a HTTP port with a priority value in these requests?

I have a front SOAP web-server under Linux. It will have to communicate with Windows Servers VM listening each on a HTTP port, for a HTTP POST request. The chosen VM should return a report of a task to the SOAP client. In the SOAP requests, there's…
Gilles Quénot
  • 1,313
  • 10
  • 17
0
votes
2 answers

MSSoap 3.0 Error while creating Virtual Directory with SOAPVDIR.CMD

I am trying to install a web service (written in FoxPro) onto a newly configured server. Part of the installation process was to install MSSoap 3.0 which seems to be successful. The server OS is Microsoft Server 2008 R2 (x64). I am now trying to…
BenjaminPaul
  • 101
  • 1
0
votes
2 answers

Checking if SOAP has been installed on a CentOS with Directadmin

How should I check that and how should I install it? I don't think phpinfo() can help, is that true?
smhnaji
  • 619
  • 2
  • 11
  • 24
0
votes
1 answer

JBossAS 6 & Riftsaw: "No context found for request" when loading WSDL

I'm evaluating the use of Riftsaw and have been following the Getting Started guide: http://docs.jboss.org/riftsaw/releases/2.3.0.Final/gettingstartedguide/html/examples.html#d0e240 I've installed JBossAS 6, JBoss ESB 4.10 and Riftsaw 2.3.0 on my…
NickG
  • 101
0
votes
1 answer

Load balance Apache and a SOAP application over SSL while retaining client IP address

We are trying to find the most suitable load balancing solution that will work with our application, but I quickly found I don't know much on the subject. We were going to run Varnish Cache but we use client IP addresses at various levels and SSL -…
KCD
  • 958
  • 3
  • 12
  • 24
0
votes
1 answer

What could be tampering with my outgoing messages causing signature verification to fail?

I have problem calling a SOAP Web Service. When I send my signed message from my local machine to the service I get a correct response. When I do the exact same thing from a machine in the production environment server setup I get a "The signature…
lox
  • 167
  • 1
  • 7
0
votes
2 answers

Check in console if a specified site is "installed" in the IIS service

I have posted a question about how to check if web service is installed, but I have realized this is not I am looking for. There is the next case - on Windows machine is installed the IIS. That service hosts 2 sites - http://localhost/site1 and…
StKiller
  • 105
  • 1
  • 1
  • 5
0
votes
2 answers

Uncommenting lines in php.ini file on 000webhost

I recently asked a question about a php error after playing with the php.ini file I found that after commenting extension=php_soap.dll I got the same error as I did on the internet so I relized that line on 000webhost's php.ini file must be…
user64152
0
votes
1 answer

sending email with smtp through php only working on remote server

I am trying to creat a little register/login page in php but I am stuck at sending the email to verify I am using apache so I go to localHost/mypage.php I am using JangoSMTP as an outgoing mail server and used their provide code here I use it and…
user64152
0
votes
1 answer

WebService on IIS7 returning "The data is invalid", but works in ASP.NET Development server

I'm losing my nerves with an error that I never have encountered before: I set up a simple SOAP web service, that runs on .net 4, which receives a string as the input and returns a XMLDocument. When testing the service in the developer environment,…
Alois
  • 1
0
votes
1 answer

URL Rewrite in IIS7 Web Service - WebService.asmx => WebService in the SOAP doc

I have an IIS7.5 (Server 2008 R2) based web service that I would like to make as independant on the current implementations technology as possible. I am using the URL rewrite module (http://learn.iis.net/page.aspx/734/url-rewrite-module/) to remove…
Robert Kaucher
  • 487
  • 1
  • 4
  • 18
0
votes
1 answer

How come my attempts to enable SOAP for PHP on my mac are not working?

I'm running a PHP site on my local MacBook Pro, which requires Soap. I went to /usr/local/src/php-5.2.11/ext/soap, and ran "make install". It completed successfully. I went to the /usr/local/src/php-5.2.11/ folder, and ran ./configure with many…
Vivian Short
0
votes
0 answers

SOAP-ERROR: failed to load external entity - cURL: connection refused

I run my server with ubuntu 18.4 with openlitespeed installed, i'm making some php code to call a web service with SOAP, however, on my production server i'm facing some issues: There is the code i use, i also use this function on my local server…