Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

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 ...
Sophie78's user avatar
0 votes
1 answer
75 views

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 ...
Anderson Gomes's user avatar
1 vote
1 answer
167 views

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 ...
Thalys Menezes's user avatar
1 vote
1 answer
72 views

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 ...
성체 유미's user avatar
0 votes
1 answer
72 views

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 ...
Dev's user avatar
  • 140
0 votes
0 answers
44 views

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 ...
garciam202's user avatar
1 vote
0 answers
33 views

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: ...
Leticia Maia's user avatar
0 votes
1 answer
171 views

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)...
Crudler's user avatar
  • 2,316
0 votes
1 answer
31 views

Part of my WSDL is defined as <s:complexType name="AbstractOperation" abstract="true"> <s:sequence> <s:element minOccurs="1" maxOccurs="1&...
NotSoSnake's user avatar
0 votes
0 answers
86 views

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 ...
Saurav's user avatar
  • 1
0 votes
1 answer
42 views

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 ...
Papp Zoltán's user avatar
3 votes
1 answer
211 views

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: <...
Kira Resari's user avatar
  • 2,550
-1 votes
1 answer
82 views

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 ...
Sam K's user avatar
  • 3
0 votes
0 answers
66 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
0 votes
1 answer
282 views

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....
Ester's user avatar
  • 19
0 votes
1 answer
42 views

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 ...
user avatar
3 votes
1 answer
131 views

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=&...
Nuvindu Nirmana's user avatar
0 votes
1 answer
83 views

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....
max power's user avatar
0 votes
1 answer
153 views

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://...
Mathew Stephen's user avatar
0 votes
0 answers
97 views

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 ...
Tuomas Toivonen's user avatar
1 vote
0 answers
90 views

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 ...
coder5749's user avatar
1 vote
1 answer
49 views

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 ...
Faisal Shahab's user avatar
0 votes
1 answer
146 views

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 ...
marcelotrajano's user avatar
0 votes
1 answer
47 views

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 ...
Ralle's user avatar
  • 21
0 votes
0 answers
37 views

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-...
GSeriousB's user avatar
  • 251