python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Call SOAP service from .Net Core 6 without adding Service Reference
I am working on a website using .Net Core 6 and I need to communicate with a 3rd party SOAP service.
If I add a reference using a "Service Reference" it causes the solution to restore / incl...
GordonS
Votes: 0
Answers: 0
How can I convert a PHP stdCLass object to XML?
I use this code to connect to a web service that allows me to retrieve a stock of products for e-commerce. However, the latter returns a stdClass Object (photo below).
$wsdl = "https://sinex-saas...
Gab
Votes: 0
Answers: 1
How to search for all records of of type CustomRecordType in Netsuite?
I am trying to get all the records related to a custom record type. How to do it in Netsuite SOAP?
Also is there a way to search records of that custom record type by it's recordname?
Something like t...
Pritam Banerjee
Votes: 0
Answers: 1
Consuming SOAP service with NET 6 Blazor WASM - Error in ServiceModel.BasicHttpBinding
I'm working with Blazor WebAssembly in Net 6, trying to consume a web service SOAP.
The Blazor app is configure to HTTPs, but the SOAP service no.
In the Reference.cs, there is a line where crash with...
miketromba
Votes: 0
Answers: 0