Optional SOAP element that represents a header that contains application-specific information (like authentication, payment, etc) about the SOAP message.
Questions tagged [soapheader]
232 questions
0
votes
1 answer
Webservices in Websphere portal server
I am trying to call a webservice from Websphere Portal server, however I Notice a very strange behavior with the SOAP message.
In the request msg that I send, there are no headers present, whereas in the request received by the producer, additional…

Snehan Solomon
- 432
- 3
- 17
0
votes
0 answers
Python wsse:Security SoapHeader implementation
I should develop, in python, a client to connect to a web server. The connection is ok, but I get the exception that the wsse:Security is missing.
There is a python library that done it?
I need add, in my request this…

Giulio
- 221
- 2
- 15
0
votes
0 answers
Soap ws add header in spring boot
I write soap server, and I am tring to write this soap server in spring boot project and I added wsdl4 and webservices dependency my project and I read articles and this articles write that spring ws supports contract fist principle.
Firslt I write…

Huseyn Ehedov
- 1
- 1
0
votes
0 answers
Spring Boot - How add soapenv:Header to SOAP Response?
Hello i have exposed a soap ws with spring boot and i need to add soapenv:Header to the response.
the response that i have actually is

minyawi Amine
- 5
- 5
0
votes
0 answers
Xamarin Forms Webservice soapheader always empty
I need to consume asmx webservices from a Xamarin Forms app (ios and Android). Yes, I know asmx is outdated, but I can't do otherwise.
So I add the webservice with the add 'connected services' to the main Xamarin Forms project, since there is no…

andycted
- 812
- 6
- 13
0
votes
1 answer
How can I add TokenPassport into the Header Section in the NetSuite(2020) in JAVA
I extract the Java files using 'wsimport' from https://webservices.netsuite.com/wsdl/v2020_2_0/netsuite.wsdl , but I can't able to bind TokenPassport and others into the Header section.
I create the port object from the NetSuiteService
import…
0
votes
0 answers
How to resolve 'SOAPAction None does not match an operation.' error when using zeep in python?
I am trying to use zeep 3.4.0 to consume a SOAP api using python but it is giving me below error:
zeep.exceptions.Fault: The given SOAPAction None does not match an operation.
The SOAPAction is absent from my wsdl file definition.
Below is a…

Sumeet Ambastha
- 15
- 4
0
votes
1 answer
How to Iterate all Child Element SOAP Headers as per the below web service client
Basically I am trying to write the JAX-WS service side code as per the article link below.
Code in handleMessage for web service client ( complete code is in http://informatictips.blogspot.com/2013/09/using-message-handler-to-alter-soap.html…

Uday Kiran
- 487
- 2
- 9
- 29
0
votes
1 answer
C# WCF GetWebRequest: how can I set an Attribute in the Headers
Overriding GetWebRequest and accessing the Headers works just fine. Now I need to set an attribute. My goal looks like

Batox
- 574
- 1
- 4
- 16
0
votes
0 answers
SoapHeaderElement child?
Is there a way to nest/add child elements to SoapHeaderElement? I have looked around to no avail. Need to add a security soap header with the standard Security, UsernameToken, Username and Password.
Similar posts I have looked at:
Add child elements…

user7674254
- 87
- 1
- 3
- 15
0
votes
0 answers
SOAP request message header is can not logging
I have a working soap client code sends requests and gets response. But when I tried to log my requests with soap handler to DataBase, the header parts does not appears and I get the following message.

Ahmet Orhan
- 304
- 3
- 12
0
votes
2 answers
How to pass multiple parameters through soap header in java?
I'm new to SOAP and I am trying to get some data from the SOAP Web service.
there is only one method that I can call directly from the WS that works well with the methods generated (port, proxy, service..) from the WSDL file, but the other methods I…

Timouthy Mcgee
- 1
- 4
0
votes
1 answer
Unable to add WS-Security header to request built from web reference
I've consumed a WebReference and the receiving server requires a WS-Security header:
...
...

atoms
- 2,993
- 2
- 22
- 43
0
votes
1 answer
BizTalk mapping: Getting a value from soapenv:Header
I'm trying to map a message from the following format via xslt:
VALUE_I_WANT
…

M. Boeckx
- 252
- 1
- 5
- 18
0
votes
1 answer
send an undefined soap header in C#
I have a web service implemented in java and appache axis.I want to call that service in .Net.
the problem is there is a required soap header but it is not defined in the wsdl !!
the soap header must be look like this :
…

Moataz AL Dawood
- 69
- 1
- 2