web-services Questions

3

What is the best approach to enable https on ec2 public dns? I just have single instance running so i don't think adding load balancer is good approach and I don't have any domain name to point to ...
Magdaleno asked 18/3, 2021 at 7:41

3

I have a Spring MVC project. I wrote a code something like @Controller @RequestMapping("CallBack") @WebService(name = "NotificationToCP", targetNamespace = "http://SubscriptionEngine.ibm.com") pub...
Middlebrooks asked 17/6, 2013 at 2:8

3

Solved

I am consuming a webservice using WSDL in windows application. When I try to use method, i get the following error:- The HTTP request is unauthorized with client authentication scheme 'Anonymou...
Algicide asked 10/6, 2013 at 20:11

4

Solved

There is a specific WSDL for which the ServiceContractGenerator keeps on generating message contracts (request/response wrapper objects), which I do not want (I want straight parameters). Other WSD...
Hist asked 8/12, 2014 at 12:35

5

Solved

Given that RESTful web services are all based around the sacred idea that "everything is represented as resources and can be accessed by an address (URI)", this may make sense for CRUD applications...
Few asked 25/11, 2011 at 23:54

11

Solved

I must consume a PHP webservice which has a SSL certificate. My .net 3.5 Class library references the webservice with 'Add Service references' in Visualstudio 2010 (WCF right?). When calling the m...
Presume asked 16/12, 2010 at 17:14

7

Solved

I am using ReSTful webservice. I am uploading multiple photos with one function (PHP). I have used $num_files = count($_FILES['myfile']['name']) to count number of files that are to be uploaded bu...
Vietnamese asked 28/1, 2015 at 5:31

4

Solved

I've been looking on the web regarding CORS, and I wanted to confirm if whatever I made of it is, what it actually is. Mentioned below is a totally fictional scenario. I'll take an example of a n...
Caspian asked 15/9, 2014 at 9:49

7

Solved

I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source code for the test project downloadable here. For xsd like this: <xs:e...
Since asked 30/12, 2015 at 8:21

10

Solved

In a webservice I see this code: <WebMethod()> _ Public Function dosomething() As Boolean Try If successful Then Return True Else Return False End If Catch ex As Exception Throw ex ...
Damar asked 3/12, 2008 at 11:52

5

I am trying to use the NetSuite SuiteTalk REST Web Services to access NetSuite CRM data. I have the access up and working in production. Able to retrieve record data and metadata. I am now trying...
Templas asked 22/12, 2019 at 19:55

18

I am using an .env file to hold environment variables for the server. This works if I run the server with foreman start. But it doesn't work with nodemon. I would like to use nodemon instead beca...

6

Solved

I'm trying to get a thumbnail of flickr pictures in PHP. All I saw was this in their API: http://www.flickr.com/services/api/misc.urls.html Which is a overkill. In instagr.am/twitpic and others I...
Meander asked 21/7, 2011 at 10:48

3

Solved

The variable $response in the below code is NULL even though it should be the value of the SOAP request. (a list of tides). When I call $client->__getLastResponse() I get the correct output from th...
Shapiro asked 3/7, 2013 at 6:43

7

Solved

How you do SOAP in .NET Core? Are there any equivalents of Apache CXF in .Net Core (not just a simple SOAP client but full featured stack)? Sorry if this is a very basic question, my search so far...
Tadzhik asked 28/2, 2016 at 12:48

5

Solved

How to use POSTMAN for Multipart/form-data which has customize header for testing my controller which takes 2 files as parameter (public ... controller( MultipartFile[] files))? POST .... HTTP/1.1...
Faggot asked 25/5, 2017 at 14:13

3

Solved

What is the difference between Chrome Notifications API and the Push Notification API when developing Web notifications. When each one should be used and how are they different?
Bannerman asked 17/1, 2016 at 22:32

2

I've tried to deploy my war file in Wildfly 8.2. My application uses org.apache.cxf for web service. But Wildfly (Jboss) comes by default with its own cxf jars which can be provide full Java EE sup...
Bespread asked 2/4, 2015 at 7:14

11

As I am trying this with spring boot and webservices with postman chrome add-ons. In postman content-type="multipart/form-data" and I am getting the below exception. HTTP Status 500 - Request pro...
Shenitashenk asked 15/3, 2016 at 7:56

10

I'm using C# and connecting to a WebService via an auto-generated C# proxy object. The method I'm calling can be long running, and sometimes times out. I get different errors back, sometimes I get ...
Hardily asked 22/9, 2008 at 14:59

6

Solved

I'm trying to get CXF to work with spring, maven on weblogic.the project compile/build fine, but when I try to deploy it I got this error: <User defined listener org.springframework.web.conte...
Ko asked 30/11, 2012 at 11:20

4

Solved

I am using http module in my project but most of my 'post' requests are blocked by postman. I read it is a ssl issue,after some research i found another module named https. Here is my current cod...
Botticelli asked 15/4, 2016 at 11:39

2

Solved

After reading a lot of documents from MDN and CodeAcademy I still do not fully understand what the CORS handshake actually protects against. I understand that the mechanism shall protect the brows...
Luxuriant asked 18/9, 2019 at 7:40

7

Solved

With regular ASP.NET MVC pages, the repository is passed in to the constructor of the control. Then the tests can instantiate the controller passing in a mock repository. How can I do this with we...

8

Solved

What does P99 latency represent? I keep hearing about this in discussions about an application's performance but couldn't find a resource online that would talk about this.
Solicit asked 9/10, 2012 at 21:49

© 2022 - 2024 — McMap. All rights reserved.