soap Questions

3

I am currently developping a Java server app that connect to another server with SOAP, retrieve some data and store it into a DB. I work on Eclipse Photon, Maven project. My Soap client worked per...
Elda asked 12/11, 2018 at 10:6

4

I'd like to pass "Complex" Header to a SOAP service using the zeep library. Here's what it should look like <soapenv:Header> <something:myVar1>FOO</something:myVar1> &...
Sideshow asked 22/3, 2017 at 21:37

4

Solved

There is a specific WSDL for which the ServiceContractGenerator keeps on generating message contracts (request/response wrapper objects), which I do not want (I want straight parameters). Other WSD...
Hist asked 8/12, 2014 at 12:35

2

Solved

I am using Retrofit 2.2.0 and Retrofit SimpleXML Converter 2.2.0. I added SimpleXmlConverter to the Retrofit instance with the addConverterFactory method. The problem is that when I receive the re...
Laggard asked 17/4, 2017 at 19:11

3

Attempting to send a SOAP request using suds, I'm using Python 2.7.6. I'm not very versed with security I am led to believe that either the security - key, on either my machine or the server's mach...
Effable asked 21/9, 2018 at 8:57

3

Solved

I have an application that needs to make a SOAP client request to a system on the Internet, so it needs to go though our HTTP proxy. One can do this by setting system-wide values such as system pr...
Incurrence asked 22/6, 2011 at 22:5

3

How to configure node-soap client set namespace for array not only for objects? My params for 'sendPatient' method: params = { patientCard: { patient: { firstName: 'test', lastName: 'test' }...
Captivity asked 9/6, 2015 at 18:50

5

Solved

My environment is a Maven Project and Wildfly (8.2.1) as Application Server. What I need is to connect wihin a incoming REST call to a third party server using SOAP. I need SSL Client Authenticatio...
Mahratta asked 11/5, 2016 at 12:9

3

Solved

The variable $response in the below code is NULL even though it should be the value of the SOAP request. (a list of tides). When I call $client->__getLastResponse() I get the correct output from th...
Shapiro asked 3/7, 2013 at 6:43

7

Solved

How you do SOAP in .NET Core? Are there any equivalents of Apache CXF in .Net Core (not just a simple SOAP client but full featured stack)? Sorry if this is a very basic question, my search so far...
Tadzhik asked 28/2, 2016 at 12:48

3

Solved

I am trying to consume this soap service: http://testws.truckstop.com:8080/v13/Posting/LoadPosting.svc?singleWsdl with node-soap, but the client is mangling the namespaces and I have been unable to...
Laquitalar asked 2/10, 2018 at 15:59

4

Solved

I'm trying to set up a Soap client with the following code: <?php $wsdl = 'https://domain.com/?wsdl'; $endpoint = 'https://domain.com'; $certificate = dirname(__FILE__) . '/CertWithKey.pem'; $p...
Solidarity asked 21/11, 2014 at 13:34

9

Im trying to generate sources from a wsdl file, but I keep running into an error on my pom.xml that I believe might be my issue? Below is the error that I get from my pom, and my pom file. Also I c...
Rapier asked 13/2, 2015 at 14:9

9

Solved

I have a SoapClient instance generated for a WSDL file. All except one of the method invocations require the username and the password to be passed id. Is there any way of currying the method call...
Paulson asked 22/10, 2009 at 21:12

10

I'm using C# and connecting to a WebService via an auto-generated C# proxy object. The method I'm calling can be long running, and sometimes times out. I get different errors back, sometimes I get ...
Hardily asked 22/9, 2008 at 14:59

3

Solved

How can I set the timeout for soap.createClient and/or client.myFunction? It is not mentioned in the documentation. If it not possible, is there a work around?
Infatuation asked 18/1, 2017 at 22:59

9

Solved

I've looked through a ton of SO articles, and even other sites, but can't seem to get this service working. I have a SOAP service I'm trying to hit and it's configured like this: <system.servic...
Masorete asked 4/12, 2012 at 14:5

5

Solved

i'm new to working with SOAP API's I have a soap response from an API <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <LoginResponse xml...
Exostosis asked 16/11, 2017 at 15:15

1

I am trying to UnComment the text in SoapUI text with shortcut but not working. I can comment the text simply press shortcut: Ctrl + / like: </TextData> to <!--</TextData>--> but ...
Puparium asked 13/6, 2023 at 9:27

5

I'm getting an error when I try to generate an element that should look like <hold/> Using the java client code generated by Axis2. java snippet HoldPayment hold = new HoldPayment() cr.se...
Availability asked 6/7, 2010 at 7:22

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

4

Solved

I need to make request to SOAP endpoint using axios in my React application. Hence I need to pass xml data in request and receive xml data in response. I have used the axios post with json data bu...
Roydd asked 31/8, 2017 at 6:39

4

Solved

I am using the Netsuite web services (SuiteTalk) api but keep getting a Invalid login attempt error when using a tokenPassport. As the token authentication seems quite complex I will include all th...
Delirium asked 4/7, 2018 at 9:22

5

I have one affiliate account and I need to make a soap call to get data. I got ready code from one site and I tried to apply it, but I'm getting 500(internal server error). My code is given below. ...
Spurry asked 19/4, 2013 at 12:33

10

Solved

I am unable to convert SOAP response to Array in php. here is the code $response = $client->__doRequest($xmlRequest,$location,$action,1); here is the SOAP response. <soap:envelope xmlns...
Hodges asked 14/2, 2014 at 10:39

© 2022 - 2025 — McMap. All rights reserved.