Questions tagged [wsdl]
15 questions
3
votes
1 answer
How can webapps within Apache Tomcat use SSL/TLS client-certificate authentication as clients?
I am using Apache Tomcat webapp as a client (java) to an IIS hosted webservice.
I need to use SSL with client authentication.
What kind of matching criteria is used by the client to send a client certificate to the Server as part of the…

AG_SSL
- 31
- 1
- 2
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
JBoss webservice behind Reverse Proxy, https to http
I have deployed a JAX-WS web service hosted in a JBoss 7.1.1. The webservice is acceded by a reverse proxy. To access the service from the public internet, it has to be done by the https protocol, but the communication between the reverse proxy and…

Nicolás Piquerez
- 11
- 1
- 3
1
vote
1 answer
Got Permission denied with JAX-WS client on tomcat6 server
I have a strange behaviour with a java client that uses webservice stubs generated by wsimport.
The client says sth about
Got Permission denied: connect while opening stream from http://dev:8080/LicenseServer/services/ServerImpl?wsdl
But I can open…

Christian Thies
- 11
- 1
1
vote
1 answer
IIS 7.5 " web service does not conform to WS-I Basic Profile v1.1."
I am trying to migrate a site from IIS 6 to IIS 7.5.
When the page loads, I receive the error as shown in the screenshot below. Even while files are identical on the IIS 6 server (where this works), the error complains that "This web service is…

sherenator
- 113
- 5
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
0
votes
1 answer
mod_rewrite to serve static file based on specific query string with mod_proxy
I would like to have a reverse proxy (apache httpd with mod_proxy) in front of an IIS hosting a SOAP Web Service.
The problem I'm facing is that the SOAP clients ask the web server for the details about the web service by downloading the WSDL from…

MattBianco
- 597
- 1
- 7
- 23
0
votes
2 answers
Modsecurity Preventing Access to WSDL
I have installed mod_security with the OWASP rule set and it is now blocking my ability to call a web service using a WSDL. When my code tries to make the web service call, I see the below in the mod sec audit log (domains, IP's and file names have…

Jason
- 381
- 1
- 7
- 20
0
votes
0 answers
Reverse Proxy and requested URL aware tomcat
I've configured an infrastructre setup where an apache reverse proxy terminates SSL requests. Then the requests are proxied to another frontend apache webserver and then again this one is connected via mod_jk/AJP to a tomcat. The setup seems to run…

user218594
- 9
- 2
0
votes
1 answer
WSDL server HTTP headers
I am sending request to WSDL server, and I have some funny results. In about 9 of 10 cases I got error from server, however in 1 of 10 I got successful response.
Headers from successful response:
HTTP/1.1 200 OK
Date: Thu, 01 Sep 2011 09:34:47…

lstipakov
- 103
- 3
0
votes
2 answers
503 Service Unavailable error when deploying a working ear file to weblogic server!
I have a working service deployed to weblogic 9.2. We had a server migration, so we moved this application to another server with the same weblogic setup. Now, when I try to access the WSDL, I get 503 Service Unavailable error. It is the same…
Steve
0
votes
2 answers
SharePoint Designer using Dynamics CRM services as an external data source
I want to use Dynamics CRM services as a data source for SharePoint 2010.
I'm using SharePoint Designer 2010 for work with SharePoint server.
I tried to follow this instructions. And I'm planning to use links shown in Dynamics CRM -> Settings ->…

Nozim
- 139
- 5
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
Web service WSDL and discovery is not working correctly
Background: We have a remote web server that has our web site and web service on it. We have access to this service and the site, but not the server directly as it is managed by another company.
The Problem: Our web services are operational and work…

Mike Webb
- 101
- 1
- 2
0
votes
0 answers
Azure APIm not allowing HTTPS on more than one API
We have setup an APIm in Azure with 2 APis. One is a SOAP service that was created from a WSDL. It has a single POST operation which operates just fine using HTTPS. Since we are migrating to cloud and want to keep the migration mostly transparent to…

Bensonius
- 111
- 1
- 6