web-services Questions

23

I'm having a problem using a WCF call from a Windows service to my WCF service running on my web server. This call has been working for a number of weeks, but then stopped working all of a sudden, ...
Gaytan asked 6/1, 2010 at 15:16

11

Solved

Update: This is NOT a duplicate of How do I send a POST request with PHP?. The solutions there don't work for me, they just output the result of the request, I don't want to do this, I want to send...
Tetroxide asked 4/9, 2015 at 0:59

3

Solved

I am using WS websocket library of node.js. Currently I'm running ws server. Now I want to secure this connection by using secure connections i.e by implementing wss protocol and also library suppo...
Tarnation asked 10/7, 2015 at 10:50

9

Solved

What are the differences between a web service and a Windows service? My experience has mostly been with Windows services, and I have never created a web service. Do web services behave similarl...
Grouse asked 23/6, 2009 at 16:5

3

Solved

i am trying to make web service but i am getting this error IWAB0506E Error when copying Axis jar files to web project java.io.FileNotFoundException: /lib/saaj.jar at
Crissie asked 20/4, 2011 at 13:56

2

Solved

I'm using spring boot. I have a rest api POST call that I need to send the body using x-www-form-urlencoded, there are no headers needed for the call. I can hit this url from postman and a row is c...
Koeppel asked 24/6, 2016 at 17:40

5

Solved

I created a Web Service in .Net and so the address of the service file has a nifty auto generated explanation about how it works. When I run the page from the machine it's hosted on it even has a f...
Bunny asked 22/6, 2009 at 16:0

4

I have an older ASP.NET API web service using .net 4.5.2 and I am posting an object that contains a base64 image to my controller without any problem. The issues come now when I try to post data wi...
Each asked 19/8, 2022 at 17:16

3

Solved

I am trying to integrate Fedex Service in my asp.net website. I have downloaded the code from the Fedex website, but when I run this simple program I get an error, Check the following Code: static...
Flowers asked 20/6, 2014 at 14:44

4

Solved

I have a webservice that I'm calling from a windows forms application (both .NET, both in the same solution), and I'd like my webservice to return a custom object from elsewhere in the project - it...
Genitourinary asked 19/10, 2008 at 19:55

7

Solved

I'm attempting to move an App Service from one service plan to another. When I use the portal to do so, the other App Service plan is not displaying. Both App Services are in the same Location an...
Madlynmadman asked 10/1, 2016 at 17:45

13

How can I verify a Google authentication access token? I need to somehow query Google and ask: Is [given access token] valid for the [[email protected]] Google account? Short version It's clea...
Karlmarxstadt asked 11/12, 2008 at 14:11

24

Solved

I'm using WS class and it gave me error when I run the application: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' I have a reference to the System.Data; and ...
Jaxartes asked 2/4, 2012 at 7:30

19

I am trying to write a SOAP service using Spring, however I receive a Dependency Injection issue. I'm having problems using @Autowired through the Service like this: public interface UserDao { U...
Testator asked 29/9, 2014 at 8:49

16

Solved

When consuming a WebService, I got the following error: Request format is unrecognized for URL unexpectedly ending in /myMethodName How can this be solved?
Seymourseys asked 18/3, 2009 at 8:5

6

Solved

I have created webservice and published it on local machine. Then I have uploaded it on server. Now while I tried to access webservice it gives following error : Parser Error Message: Could not ...
Grandson asked 3/6, 2011 at 13:42

8

Solved

I am getting a parser error when i try to browse my web service. Already found so many answers, but none helped me. If anybody can guide me to a helpful link that i might have overlooked, it will ...
Veasey asked 11/11, 2013 at 14:37

10

Solved

I used Retrofit in order to make HTTP requests and JSON parsing and I loved the way to turn on debug logs. Logs allow to see body requests, URL... which is very useful. As Retrofit use OkHttp, I'm ...
Lorilee asked 25/7, 2014 at 9:17

3

Solved

I am working on push notifications and came upon an unfamiliar term: service worker console. I have read and used the term console log or web console in browser, but I am not familier with the t...
Sharynshashlik asked 25/8, 2016 at 10:37

5

According to Google doc, using this link can get the URL extra large for a book Google doc However, when I clicked https://www.googleapis.com/books/v1/volumes/zyTCAlFPjgYC , there are only 2 thum...
Carouse asked 23/5, 2012 at 14:19

2

Solved

I'm trying to implement Swagger on a Java application that has two Application classes due to the fact that one deals with "public" web services and the other deals with "admin" web services. I'm t...
Foolery asked 31/10, 2016 at 20:38

10

Solved

I have a problem creating and connecting a Java client to a running Web Service. I use the following code: Service myService = null; URL wsdlLocation = new URL("http://myservice?wsdl"); QName ser...
Plurality asked 12/9, 2013 at 10:20

2

I'm trying to wrap my head around the difference between a "collection" and a "store" in REST. From what I've read so far, a collection is: "a server-managed directory of resources" and a st...
Area asked 8/1, 2015 at 18:58

31

Solved

I have created a web service which is saving some data into to db. But I am getting this error: Cannot open database "test" requested by the login. The login failed. Login failed for user ...
Solorio asked 4/4, 2010 at 21:11

7

I Need to access legacy SOAP webservices in JDK 11. But I am suffering "ProviderImpl not found." The JDK 11 implementation is: zulu11.2.3-jdk11.0.1-win_x64. In my build.gradle, I have the followi...
Sheffield asked 4/1, 2019 at 2:52

© 2022 - 2024 — McMap. All rights reserved.