Questions tagged [soapheader]

Optional SOAP element that represents a header that contains application-specific information (like authentication, payment, etc) about the SOAP message.

232 questions
0
votes
0 answers

Set Header in the web service server side java

I have a web service client which adds a soap header in the request message. In the web service server side I access this header and validate the message, but I need to send parameters in the soap header of the response message. How can I do that in…
Elvis Oliveira
  • 941
  • 2
  • 15
  • 29
0
votes
1 answer

How to add a SOAP header via JAX-WS?

Our system requires adding some header information in the SOAP message. So how does this be implemented by JAX-WS. I know one way to achieve this is adding @WebParam(name = "login", header = true), but this solution is not what we want. We want one…
Chris
  • 6,431
  • 10
  • 44
  • 59
-1
votes
1 answer

Add SOAPHeader to each request

I'm very new about this topic, so I'm sorry if my problem explanation will be not very clear. I'm using Visual Studio 2019 c#, and I'm creating a sw that has to connect to a server to read some data. I add a WFC Web service using the integrated tool…
Elisa
  • 1
-2
votes
1 answer

Python suds getting data via soap request importing to pandas - define columns and rows

I am using a suds to get data from a wsdl, and I have successfully gotten data from the corresponding service. Now in response, I have the below data which is the "sudsobject" (rowset){item[] = ](row){]item[] = (column){name = "client_hi"value =…
-2
votes
1 answer

how can i access webservice using auth header

How do i access this webservice. I.I am new for this field.I have a service with authentication function. Please help me to access this.
-3
votes
1 answer

Rest version of "Soap Headers and Handlers"

I have a question about Rest web services. In soap, we can use SOAP handlers to process the request before execution. For example we can parse Soap Headers in Soap Handlers before we are doing the real job. Is there something like that in Rest…
blst
  • 25
  • 1
  • 6
1 2 3
15
16