Skip to main content
1 vote
1 answer
145 views

I need to load a PEM SSL key to my SoapClient php class. Currently I have to make a temporary file, store the key inside, open the client with the path of the key file and then clean the temp file at ...
Tobia's user avatar
  • 9,609
1 vote
1 answer
77 views

Yet another problem with PHP soapclient, I hope someone can show me the correct way of doing this: Here is a portion of the parameter array to keep things simple: $params = array ( '...
Diego's user avatar
  • 69
0 votes
1 answer
88 views

The WSDL requires the following parameters: <soapenv:Body> <cai3:Set> <cai3:MOId> <gsm:param1>?</gsm:param1> </cai3:MOId> <cai3:...
Diego's user avatar
  • 69
0 votes
2 answers
70 views

When I send a request to a Webservice using SoapUI, it will occassionally throw various SoapFault errors, i.e. when the searched for customer doesn't exist. In the XML these usually include a <...
yeen's user avatar
  • 1
0 votes
1 answer
86 views

Please excuse my shallow knowledge of WSDL and SOAP, this is the first time I'm working with it. I'm trying to send a query to UK's National Rail live train timetable (https://realtime.nationalrail.co....
Taras's user avatar
  • 77
0 votes
1 answer
54 views

I am trying to make a SOAP client for GetElectronicDocumentRQ Sabre. Edit : Request works in postman This is the C# code I'm trying to use: try { // No more boilerplate needed with top level ...
Heemanshu Bhalla's user avatar
1 vote
1 answer
51 views

I'm migrating an existing java 8 application to java 21. This app calls a web service via a client. After migrating the main app and the client to java 21, I got the following error when the app is ...
escee999's user avatar
  • 377
0 votes
0 answers
34 views

Due to some unavoidable reasons, I have both JAXWS-2.3.1 and ApacheAxis2-1.6 in my dependencies. I have written code using JAXWS to call SOAP API. I’m encountering an issue when trying to call a SOAP ...
ask's user avatar
  • 151
0 votes
0 answers
29 views

I have check and read a lot of questions and answers about how to make a soap login, but I don't get work my code. I have try with php SoapClass $context = stream_context_create([ 'ssl' => [...
Oskar Calvo's user avatar
0 votes
0 answers
126 views

I am connecting to a SOAP service using a client built with Spring WebServiceGatewaySupport. However, I noticed that the TCP connection is closed after every request/response cycle. Upon further ...
Syed Ali's user avatar
  • 1,907
0 votes
0 answers
120 views

I'm doing data export with a Sage X3 SOAP Webservice. I can add "I_TCRITERE" into my request and I'd like to export only recently updated rows, but I'm not able to find the right X3 syntax ...
Max's user avatar
  • 1
0 votes
0 answers
22 views

<?php $services = array( 'AccessManagement', 'UsageReporting', 'RemoteRecorderManagement', 'UserManagement', 'RemoteRecorderManagement', 'SessionManagement' ); ini_set("soap....
BostonAreaHuman's user avatar
2 votes
2 answers
125 views

I use THTTPRIO in Delphi XE7 to get data from a SOAP server. I try the request with SoapUI without a problem. POST /ClientServices/ClientServPort.svc HTTP/1.1 Accept-Encoding: gzip,deflate Content-...
user2417750's user avatar
0 votes
0 answers
69 views

Hi I'm trying to call a SOAP Api from java, which tries to connect using tenantid, username, password, roles. package com.virima.test; import javax.xml.soap.*; public class SOAPClient { public ...
Sanjay's user avatar
  • 29
1 vote
0 answers
568 views

My client is using org.springframework.ws:spring-ws-core:4.0.11, which internally relies on Jakarta XML Web Services (JAX-WS). I need to generate a client proxy for a web service that supports both ...
MiguelSlv's user avatar
  • 15.4k

15 30 50 per page
1
2 3 4 5
151