Questions tagged [web-services]

38 questions
3
votes
0 answers

Dummies guide to mailutils

As a prelude to learning more about postfix and dovecot (as a pure hobbyist) I'm trying to understand the mailutils package. I'm using Davmail so I have the server set up at localhost and my mailutils.rc looks like the following. program…
2
votes
0 answers

Are web service handler chains possible under IIS / ASP.NET

I'm working with a client who wants me to implement a particular design in an IIS/ASP.NET environment. This design was already implemented in Java, but I am not sure it is possible using Microsoft technologies. In a Tomcat/Java environment one can…
Mike
  • 21
2
votes
1 answer

Store my password, and don't give it back to me for a certain time

I have exams and I have to study very much. But, there are some web applications and social network sites that take too much time of mine. I need an application (preferred a web application, a local tool would eventually make me try to hack it!)…
1
vote
0 answers

Sslhandshake Java 6 and tls 1.2

When client application running with oracle Jdk 6 tries to invoke my application which is running on Jdk 7 it gets error stating remote host closed during connection sslhandshake exception. The same works fine with Java 7 The client application…
Ravi
  • 111
1
vote
1 answer

measuring download speed ruby

I cache the query result in a file in the server side. When a new query is submitted the webservice searches to see if it has the answer in one of the cached files. If so, it will send out the file. If not it will generate the result and send it to…
1
vote
1 answer

using a static ip address when accessing internet through wireless (wifi)

I have got a static ip address for lease from my ISP. So the requests for that ip address is forwarded to the modem in my house. from here it is connected to other devices through wifi. On one o the devices my server is running in jboss on port…
Ashwin
  • 365
1
vote
1 answer

WSDL locations for SAP Applications

Is there a list or resource available that defines the standard WSDL locations or SOAP messaging parameters for a standard SAP installation ?? In particular, I'm interested in initiation work orders / notifications (IW34) from a third party client…
1
vote
1 answer

Install web service server on Blade system

I need to install a webservice server coding in java & running in JBoss AS onto a blade server with Linux OS. Anybody knows what way to make use all the power of that blade? Or just install it as install on other system? In my point of view, there…
Long
  • 11
1
vote
2 answers

Working in GCP free tier rather than free trial, or suspending the free trial

I believe I've made a mistake today. I wanted to start doing some things with the Google Cloud Platform free tier, without starting the clock on their offer of a $300 credit for three months. I went through a signup that I thought was for accessing…
1
vote
2 answers

Reporting Service web service endpoint - Could not connect to server: https://site/ReportService2005.asmx

I'm assigned to update reports for SSRS that a coworker designed years ago who has retired. I review the instruction he left. He created a cmd that uses rs.exe to deploy the reports. I perform the cmd but it errors with Could not connect to server:…
1
vote
1 answer

Is there a way to limit the number of HTTP calls the web service function does at the same time?

I have a spreadsheet that uses the web service function (WEBSERVICE()) to look up data on an API. It's a large sheet and it seems Excel makes many requests to that API at the same time, overloading the service. Is there a way to tell Excel how many…
1
vote
1 answer

Can bad certificate downgrade webservice performance?

I noticed webservice performance downgraded after certificate got expired. However webservice-client app developed in a way to ignore possible certificate problems. Is that possible that bad certificate can cause webservice-client app performance…
1
vote
0 answers

Ignoring wrong wsdl=http://localhost:8080/service/wsdl

I've a warning in catalina.log com.sun.xml.ws.transport.http.DeploymentDescriptorParser getPrimaryWSDL Warning: Ignoring wrong wsdl=http://localhost:8080/service/wsdl. It should start with WEB-INF/wsdl. Going to generate and publish a new…
Anonym
  • 41
1
vote
0 answers

Web Services for authentication over SSL failed due to TLS 1.2 on Windows Server 2012 and IIS 8

There are a SSL vulnerability called POODLE discovered by Google team in SSLv3 protocol. So uses of SSLv3 is not secure to use. Now its recommended to use TLS 1.2. We have IOS applications that are using web services over SSL for login to app. Apps…
0
votes
1 answer

Public DNS entry with local IP

We have a set of internal services used by our business applications. Some of them are defined by IP. We are thinking about replacing them all with service subdomains instead pointing to the private IP. Example: data.corp.com reporting.corp.com We…
1
2 3