Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
35 views

Webservice XML Deserialization Issue: double to decimal Conversion Error for Large Numbers

I am currently encountering an issue with a web service. The server-side field MinimumOrderAmount is of type double, and in my receiving program, I have defined it as decimal. When the server sends a ...
sysmenu's user avatar
0 votes
2 answers
104 views

Couldnot add appsettings with colon via Bicep script to Azure App service

Im trying to setup the appsettings.json varibale in my App service, which can add using the colon mark. When Im trying to add the appsetting manually it works App configuration: But when trying to ...
Dileepa Mabulage's user avatar
0 votes
0 answers
44 views

How to hit a SOAP API via WSDL using .NET?

My current project entails consuming SOAP APIs to upload Case data to a vendor's DB. The vendor supplied WSDL files—one of which is supplied at the end of this body. I referenced this service via WFC ...
Zachary Pataky's user avatar
0 votes
0 answers
27 views

.Net service doesn't include soapenv:Header, anyway to include it manually?

I've got a WSDL service that looks like this <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
Axeltherabbit's user avatar
0 votes
1 answer
103 views

Serialization issue in the passing an array in the CoreWCF service

I am working on migrating an old WebService from .NET (.asmx) to a CoreWCF SOAP service. The intention is to move from .NET Framework 4.0 to .NET 6/8 without affecting any upstream dependencies. ...
Akshay Pradeep-Kulkarni's user avatar
1 vote
0 answers
83 views

How to get all tracklog of member in club (with name athlete and time start every run) Strava through API V3

I write a service get data from club Strava for Running Club. I want show on dashboard with some infor like that: fullname, distance, moving_time, elapsed_time, time start tracklog, ... I call api api/...
caocuongccc's user avatar
0 votes
0 answers
38 views

Readtimeout/writetimeout threw an exception of type Sys.InvalidOperationException in vb.net

I am reading data from one flat file and stored the values in to temp variable. When get read the write the first position value from the temp I am geting read/write timeout error. Here is my code: ...
Sathiya Jeba C's user avatar
0 votes
0 answers
29 views

.NET 5, Create WebService with consume an API

I have to post data in URL "myurl/api/shipment" I created a simple .NET 5 Webapi project to post data with swagger. component created on the project are : Model (shipment.cs), Service (...
Ayoub Bouizou's user avatar
0 votes
1 answer
327 views

How to fix "The message could not be processed" error on web service

Web service returns this error and I tried mostly everything but still couldn't fix it. I dont know if the problem is about the configuration.. The message could not be processed. This is most likely ...
mhmtensyldrm's user avatar
0 votes
1 answer
511 views

Can we make ASP.NET Core REST API support both JSON & SOAP?

I want to make a REST API that supports both json & soap. I tried the SoapCore nuget package, but I get errors like: IEndpointRoutebuilder does not contain a definition for 'UseSoapEndpoint and ...
Sravani Yadav's user avatar
1 vote
1 answer
135 views

web service REST with GX17/ .NET

I've tried to generate a web service REST with Genexus and when I tried to consume it the result is Error 404 from SoapUI or Postman. When I tried to consume it from a webpanel in GX the error on the ...
Valeria Carballo's user avatar
1 vote
1 answer
39 views

The ComputeSignature method of System.Security.Cryptography.Pkcs works on localhost but not on an azure app service

I am developing a c# web api. And I added a class library to connect to an external web service. And to log in to that resource, the following method is executed: /// <summary> //...
fernando rodriguez's user avatar
0 votes
0 answers
37 views

C# Call SOAP webservice with certificate, user and password

I'm trying to call an old SOAP webservice that requires a cert on the connection + user and password Here is my attempt: X509Certificate2 cert = new X509Certificate2("cert.p12", &...
Fernando's user avatar
0 votes
0 answers
24 views

API Creation for Square Matrix Using .Net

I am working on creating a API in .net core to implement a square matrix. For simplicity take the below matrix with rows and columns A,B, C and D. Rows and columns are same A,B,C,D and value in square ...
Mukul Singh's user avatar
0 votes
0 answers
822 views

MuleSoft WebService Consumer Connector : Could not dispatch soap message using the [HTTP_Request_configuration] HTTP configuration

I am trying to consume a SOAP webservice using WebService Consumer Connector on MuleSoft. However, I keep getting error "Error dispatching message with config [HTTP_Request_configuration]:Could ...
newDevGeek's user avatar

15 30 50 per page
1
2 3 4 5
275