I need to pass some nested data to my SOAP client, I think I know how to create the complex arguments...
id = ucmdb.get_type('ns17:ID')
Now I want to give some "arguments" to this 'ci', how can I do this?
I'll show what I mean with an example using…
I am trying to connect to an API using PHP and its built-in SoapClient. I have checked against the url I was given through the ill-formatted documents the client gave and $client->__getFunctions() returns a list of three functions.…
I am receiving the following error when attempting to submit through the BulkRequestTransmitter Web Service. The Composition Guide is less than helpful as far as this message goes, and when I compare my SOAP XML with the SOAP from the Composition…
I'm trying to consume a Web Service running in localhost that has this WSDL "http://localhost:8000/eamsLink/RepositoryService/?wsdl".
I ran the command:
wsimport -keep -p ws -verbose -wsdllocation…
I require developing a .NET 4.5 Client for a SOAP based web service. The problem is the company who are developing these SOAP based services do not provide WSDLs. However they do provide the request response schemas (XSD files). Since there are no…
We're currently looking into doing some performance tweaking on a website which relies heavily on a Soap webservice. But ... our servers are located in Belgium and the webservice we connect to is locate in San Francisco so it's a long distance…
Successfully using the Mantis SOAP API (aka "MantisConnect") from C#, I can successfully read an issue and also get the download_url field.
When trying to download the attachment by something like this:
using (var request = new WebClient())
{
…
I'm trying to modify the soapenv:Header to include addressing in my soap request
my $header=SOAP::Header->name("Header")->prefix("soap")->uri("http://www.w3.org/2005/08/addressing");
When I send the request:
print $soap->call($header,…
My PHP code tries to communicate with a Web Service.
I want to send:
But PHP sends: <![CDATA[<node>
If I send the <-version request in SoapUI, it works fine.
If I send the <-version request in SoapUI,…
I am sending the following request to the server, when I copy the request and use the SOAPUI it shows the correct response,
but when I use the following code to generate and send it, returns
java.lang.NullPointerException
on line 50, which…
I used the SoapClient Library to get data from TecDoc webservices. All of the ws functions work except this special function whose parameter contains an array in an array.
Here is my code:
$client = new…
I generated a proxy via this command -
svcutil.exe /language:cs /out:generatedProxy.cs /config:app.config https://service100.emedny.org:9047/MHService?wsdl
and then copied the elements from the resulting app.config into the app.config…
I am having some problems with easysoap (https://npmjs.org/package/easysoap) and I have been unable to find much documentation or people talking about it, so I hope some of you can help:
I’m making a simple call like this:
var…
I'm having serious trouble to solve this issue. I got an APP with 3 modules that got different services to provide by SOAP. What happens is that 2 of them are getting this…