27,123 questions
0
votes
0
answers
33
views
How to set schemaLocation in wsdl from external library
I have application which had few modules, one of them has schemas xsd. I have webservices and in my xsd and wsdl files I had schemaLocation refer to this module. Now I have one module and another ...
0
votes
1
answer
75
views
Following redirects on Service creation with Apache CXF
I'm creating a Service passing an URL that may return 302 Found. How can I instruct CXF to follow the redirects at the Service creation?
Already tried setting a HTTPClientPolicy as an extension on the ...
1
vote
1
answer
167
views
How to properly add HTTP header in WebService Client (Spring Web Services)
Does anyone know how to properly add HTTP headers in a Soap Web Service client generated by jaxws from a wsdl file?
I can access the services from SoapUI, but when I try to access them from my Spring ...
1
vote
1
answer
72
views
Can't use MSAL on Android to access IIS services registered with Azure App Proxy
We registered the IIS service with Azure App Proxy.
Register that service in Mobile to get an Access Token with MSAL and request a soap with Authorization: Bearer in the header.
The MSAL responds ...
0
votes
1
answer
72
views
Unable to get soap response after Graphql mesh upgrade
I have upgraded graphql-mesh/soap versions and other dependencies.
And my soap wsdl is using soap1.1 features.
After update I am unable to connect to soap client as it is returning 500 error due to ...
0
votes
0
answers
44
views
Send token to SOAP Service WSDL from Apex
I am trying to send a request to a SOAP Service with OAuth authentication. The SOAP Service is on an external system outside Salesforce and i want to send the request from Salesforce. I have the WSDL ...
1
vote
0
answers
33
views
SOAP-ERROR: Parsing WSDL: Couldn't load from <LINK>
I need help with this code I'm writing for GNRE in Espirito Santo, using the SOAP standard (version 1.2), I'm programming in PHP (version 7.2.24), and it's giving this error: SOAP Error: SOAP-ERROR: ...
0
votes
1
answer
171
views
SOAP service - Cannot convert source type [Something[]] to target type [Something]
I am consuming a 3rd party SOAP service into my C# .NET Core console application.
To do so, I added in the service reference, by importing the WSDL
(Add --> Connected Service --> WCF Web Service)...
0
votes
1
answer
31
views
How to Dynamically Set xsi:type Attribute in SOAP Response Using Node-SOAP in a NestJS Project
Part of my WSDL is defined as
<s:complexType name="AbstractOperation" abstract="true">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1&...
0
votes
0
answers
86
views
How to Create a Customer or Supplier Using the Twinfield API (SOAP)
Hey Is there anyone who can guide me...actually I would like to know how to create a customer or supplier using the Twinfield API. Could you please guide me on the following:
What API endpoint or URL ...
0
votes
1
answer
42
views
Spring Boot SOAP webservice help request
I try to learn how to make Spring Boot SOAP web-service. I follow
this description and I modified the source of this project. A added an addRequest to the XSD and generated java classes. But when I ...
3
votes
1
answer
211
views
Spring SOAP request marshalling ~ How to force inlining of long data (JAXB2 & MTOM)
I have the following issue: I need to talk to an old SOAP service, and that one requires me to send a request object where a large amount of data is directly in the SOAP message body, like so:
<...
-1
votes
1
answer
82
views
How do I filter XML nodes from SOAP response using XSLT
I have a situation where I need to filter certain XML nodes from SOAP response, I used XSLT mapping but it is not filtering specific xml nodes from SOAP Response, my requirement is to have xml node ...
0
votes
0
answers
66
views
Calling SOAP API using java
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 ...
0
votes
1
answer
282
views
Create SOAP Web Service with gradle, framwork Micronaut , technology kotlin
It is the first time I am building a SOAP service using Micronaut (gradle), and there is not too much info I found online. All the paths directed me to these libraries:
implementation("com.sun....
0
votes
1
answer
42
views
SOAP Office.js EWS ReplyView getAttachments
I want to generate a SOAP request to download the attachments of the email I am replying to (so I am in a MessageComposeCommandSurface, not in MessageReadCommandSurface, I know there would be an API ...
3
votes
1
answer
131
views
How to correctly generate values to sign a SOAP envelope?
I'm working on signing a SOAP envelope using the xmlsec1 tool and the XML Digital Signature (XMLDSIG) standard. Here's the unsigned SOAP envelope I'm working with.
<soapenv:Envelope xmlns:soapenv=&...
0
votes
1
answer
83
views
Exchange Shopping soap example
I'm trying to perform an exchange shopping request using Postman following the documentation; however in the sabre page is not that clear for me, there's some sample request:
https://developer.sabre....
0
votes
1
answer
153
views
Modify CXF soap response to have different prefix and remove namespace
We are migrating from Axis-2 to CXF and trying to have similar responses.
Axis-2 response for soap request
<?xml version="1.0" ?>
<soapenv:Envelope xmlns:soapenv="http://...
0
votes
0
answers
97
views
How to use WS-Security with Spring Boot and client stubs
I'm trying to understand how to use WS-Security with Spring Boot and client stubs generated from WSDL. My goal is to include WS-Security header with XML Signature to SOAP request with no code changes ...
1
vote
0
answers
90
views
Using CXF WSS4J and Quarkus to authenticate with LDAP (by extending org.apache.wss4j.dom.validate.UsernameTokenValidator
I am using Apache CXF with Quarkus to implement receiving a WSS UsernameToken in a SOAP request. The password is plain text.
I would like to use the elytron-security Quarkus extension to authenticate ...
1
vote
1
answer
49
views
ASP.NET Core - Deserialize Cities API XML response not working
When calling cities API, it returns this response in XML format. I want to deserialize this XML into an object. Deserialization grabs objects till diffgram inside diffgram we have the NewDataSet ...
0
votes
1
answer
146
views
IBM mainframe in IBM-37 chartset encoding format to UTF-8 to be understood in springboot app
Hi how are you? I am trying to convert a xml raw
message with comes from IBM mainframe in IBM-37 chartset encoding format to UTF-8 to be understood in springboot app.
Any idea how to do that? I am ...
0
votes
1
answer
47
views
SMAPI getExtendedMetadata called twice, getMediaURI never called, playback doesn't work
In the process of creating a SMAPI in Node with the soap package. So far I've got getMetadata working and can dive into albums and sub-albums.
My problem is that when I click a track, it will show as ...
0
votes
0
answers
37
views
C# - Same WSDL file, but different response
I'm trying to update a program from .NET Framework 4.8 to .NET 8. This program can communicate with RFID tags through SOAP. I've implemented the same WSDL file just like in the old project and auto-...