Questions tagged [webservice-client]

An application which calls on and consumes the response of a web service.

An application which calls on and consumes the response of a web service.

1128 questions
0
votes
1 answer

Object reference not set to an instance of an object - webservices

I have this error appearing in my web service and even though I'v had a look at the articles on the null issue, I am not able to find how to fix this error this is my code: SendInvUpdate.InvServices.UpdateRatePackagesRequest urq = new…
user1270384
  • 711
  • 7
  • 24
  • 53
-1
votes
1 answer

webservice authentication and user identity management

My team and me are currently working on quite a large project. We are working on an online game, which will be accessible (for the moment), in two ways: -Via a web browser, an application full JavaScript(client-side), full Ajax (basically…
-1
votes
0 answers

How to send Dynamic request payload , in nested json using objectmapper , jsonnode , objectNode ? Getting null pointer exception

enter image description here System.out.println("=======================This is objnd ============================"); System.out.println(objnd); ==================================================================================== OUTPUT ERROR…
-1
votes
1 answer

Not able to call SOAP API in WebServiceGatewaySupport by Spring WebServiceTemplate - Need help to fix this issue

I am trying to call SOAP API in Java Spring Boot using WebServiceGatewaySupport by Spring WebServiceTemplate Config java class public WebServiceTemplate createWebServiceTemplate(Jaxb2Marshaller marshaller, ClientInterceptor clientInterceptor) { …
BALA AP
  • 21
  • 3
-1
votes
2 answers

How do I consume c# WebMethod that returns List> through my java client?

I have an asmx webservice in C# where the webmethod GetKeys() returns a List> however when I consume the webmethod in my java client through my proxy GetKeys() is of the type Object[]. Because of this I cannot figure out a way to access…
-1
votes
1 answer

How to consume a web service in c# asp.net core

I have a web service that was created in c# in visual studio community 2019. When I launch the web service application on my development machine, the following page is displayed: When I click on the "mq", this page is displayed: When I enter a…
Jonathan Small
  • 1,027
  • 3
  • 18
  • 40
-1
votes
1 answer

Inner lists do not populate on the server using httpclient c#

I'm having an issue where I am trying to post a class I have with several properties and there are properties that are of type List that are for some reason not POSTing on the server. This is an example JSON of an item from the webserver { "at":…
redvolt12
  • 21
  • 3
-1
votes
2 answers

convert signature algorithm from sha1 to sha256 in c#

I have a webservice client application. My webservice provider inform me to change the signature method from sha1 to sha256 which is in requests header part. Currently i have a CustomSendFilter class, and securing the outgoing messages with the…
aydinist
  • 1
  • 1
  • 1
-1
votes
1 answer

Exception "Specified method is not supported" when call method from WCF web service with Net Core 3.1

I'm trying to connect a Web service SOAP12 using WCF and .NET Core 3.1. I've generate the Reference.cs using WCF connected service from Visual Studio 2019 (v16.6.2). VS2019 generates the file but shows some warnings. I tried build a custom binding…
-1
votes
1 answer

How preserve decimal values in .NET Framework Soap Web Service Client

I'm consuming a SOAP web service that accepts an object as input. The object is made up of different data types , ie strings, decimals and enumerated. When i invoke the service (POST), the xml request hits the server but with TAGS only containing…
vus
  • 81
  • 1
  • 5
-1
votes
1 answer

Do service reference methods have lots of parameters instead of a request class in its signature?

I was just calling a service reference method, I noticed that the method has a lot of parameters in its signature, Whereas there exists a request class related to the same service. If I'm not making mistake in calling method so why there is a…
behzad chhizari
  • 134
  • 1
  • 9
-1
votes
1 answer

Is it possible to run java application in both commandline / as a webservice

I wantto create a java application like a bitcoin client.But it will work on command-line cmd and as a webservice to to other client consulting my client.Which tecnology should I use to handle my task.Please show me an example explanining issue
MUMBUÇOĞLU
  • 251
  • 1
  • 8
  • 24
-1
votes
1 answer

PHP Webservice using nuSoap and mySQL

I'm currently developing a PHP webservice that will be consumed by the Document Management Software DocuWare. Right now it mostly consists of reading the database and getting a value by their ID. The folder for the webservice consists of the…
-1
votes
1 answer

Send zip file using web service

I have created a web service using .NET Web API. The web service part works great, I am able to send the zip file using Advanced REST Client. The problem is that I can't send the zip file programmatically. Here is the Advanced REST Client Request…
Adnand
  • 562
  • 1
  • 8
  • 25
-1
votes
1 answer

creating rest webservice in c/c++ accepting JSON

can anyone please suggest me some good link to create rest webservice accepting JSON in c/c++. I want my webservice to accept JSON, do some modifications on the received JSON and send the modified JSON to another rest webservice.
kittu
  • 1
  • 2