Questions tagged [soap]

61 questions
1
vote
1 answer

vSphere API: cannot access wsdl

Trying to develop a web-based app connecting to an existing production vCenter setup. According to the administration screens, the vSphere Web API's url is https://servername/sdk When I try to access the API's wsdl at…
sq33G
  • 121
  • 6
1
vote
1 answer

Forwarding SOAP requests

I ran into the following situation. A client provides a soap service on port 80. It's unknown how their clients access the service exactly but it assumed that they have the uris hardcoded in their scripts. Currently we are developing a new website…
Abel
  • 123
  • 1
  • 3
1
vote
1 answer

Including Port number in HTTP HOST header causes Service Unavailable error

We have a WebService running on HTTPS. If I use SOAPUI and make request at: https://testservice.mydomain.com/WcfService.svc, it works fine. However the client reported they are getting 503 Service Unavailable error. In their HTTP HOST header I see…
1
vote
0 answers

How to SOAP over a proxy server I own(configuration)?

I have a server called http://SERVER-A.com which sends a SOAP request to a third-party address. Also I have another server called http://Server-B.com which I want to configure as a proxy server. I want to send my SOAP requests from A to the…
1
vote
1 answer

Windows Server Blocking Web Service?

I have a program that uses a webservice that connects to a server to get software licenses. This is blocked in Windows Server 2003, 2008, 2008 R2, 2012, 2012 R2 by default. However, in Windows XP, Vista, 7, 8, 8.1, 10 it works just fine by…
Peter
  • 309
  • 2
  • 11
1
vote
1 answer

Nginx proxy SOAP request

looking for a right way to accomplish the following: there is an app that have URL(1) hardcoded and no way/time to change it in the source http://dev.server.com/example.com/admin/soap/action/index?pr=1 and it should use (and get response from)…
user2606078
  • 11
  • 1
  • 3
1
vote
0 answers

PHP-SOAP extension is not loaded

I am trying to install Opencats.For that it is required to enable soap.I have enabled Soap. soap Soap Client => enabled Soap Server => enabled soap.wsdl_cache => 1 => 1 soap.wsdl_cache_dir => /tmp => /tmp soap.wsdl_cache_enabled => 1 =>…
1
vote
1 answer

Logging Apache2 payload to evaluate SOAP message

I am trying to log webservice specific information with Apache (Apache acts as a load-balancer by use of mod_jk). For instance I want to know how long the responsetime of each webservice-call takes. To do this I definitely would need to know the…
Phil
  • 11
  • 2
1
vote
1 answer

Migrating JBoss 5.1.0 to JDK 7 - gives SOAP jaxb error

we are working on a big project and we're in process of migrating the JBoss installation to use JDK7, currently it's using JDK6 and all works fine, but we need to use JDK7, but we cannot use JBOSS 6 as alternative. When starting JBOSS if jaxb…
1
vote
2 answers

Install php-soap in CentOS 5.6 with PHP 5.2.17

yum install php-soap results in "No package php-soap available" warning. Removing "exclude =php*" from /etc/yum.conf results in confirmation to install php-soap & php-common VERSION 5.1.6-39.el5_8. I'm afraid to install php components with version…
Sophie Fromage
  • 13
  • 1
  • 1
  • 3
1
vote
2 answers

CPAN modules installation gots into an infinite loop (CentOS)

One of my scripts ends with the following error: Can't locate SOAP/Lite.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl…
BreakPhreak
  • 149
  • 1
  • 1
  • 7
1
vote
2 answers

Protecting PHP packages on server

I am a php developer and have recently decided to make one of my Magento extensions commercial. I have downloaded and configured MageParts CEM Server and that is all working perfectly in regard to licencing and delivery of module packages. The only…
Jack
  • 25
  • 2
  • 5
1
vote
1 answer

httpd.conf setting to allow scripts to connect to the network

This is connected with https://stackoverflow.com/questions/3985115/nusoap-fsockopen-error-couldnt-open-socket-connection-to-server-error-13 I think I am unable to have my php application get access to the network. The error reported is in the above…
siliconpi
  • 1,707
  • 6
  • 30
  • 45
1
vote
2 answers

Which (PHP?) framework to use for a SOAP frontend with AJAX

I'm planning to develop a web application. All the heavy logic will be done via SOAP webservices; this question is about the frontend which will thus have to communicate with the backend via SOAP. It should be easy to use, make using SOAP services…
andreas-h
  • 1,054
  • 1
  • 16
  • 27
1
vote
1 answer

Error during access to .ashx page in IIS 7 on windows 2008

I have web site on IIS 7 on Windows 2008, when I try to access the "page" (that correctly bound to namespace in web.config) I get error: "The required page cannot be accessed because the related configuration data for the page is invalid". Very…
Rodnower
  • 179
  • 3
  • 12