Top "Soapheader" questions

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

How to read SOAP Header information from request and add it to response in spring web services

I am working on spring web services. I need to add some custom elements in the request and response message.…

web-services soap spring-ws soapheader
Adding a custom SOAP header using c#/ASP.NET

I am trying to use a traffic web service. An example of the SOAP request is given below. I have …

c# soap service proxy soapheader
How to add SOAP headers to a SOAP request using JAX-WS?

We need to consume webservices developed by other team. Using JAX-WS for generating the webservices. We are using wsimport to …

soap jax-ws soapheader
How can I add a Basic Auth Header to my SOAP?

I'm trying to send a Authentication header through to a WSDL service that does not have the authentication requirement specified …

c# soap basic-authentication soapheader
.NET client authentication and SOAP credential headers for a CXF web service

SCENARIO I have to access a web service with a .NET client. The service is an Apache CXF Web Service. …

c# web-services authentication cxf soapheader
How to pass SOAP headers into python SUDS that are not defined in WSDL file

I have a camera on my network which I am trying to connect to with suds but suds doesn't send …

python xml wsdl suds soapheader
How to add SOAP Headers to Spring Jax-WS Client?

How can I add SOAP Headers to Spring Jax-WS Client? Specifically, I have a Jaxb object I would like to …

java spring jax-ws soapheader
soapheader authenticate using php

Possible Duplicate: PHP SoapClient and a complex header I have this header structure: <soapenv:Header> <wsse:Security …

php soap soap-client soapheader
Adding SOAP headers to ASMX service requests

We were given a set of ASMX services to consume. We have no say in how these services are implemented. …

c# .net soap asmx soapheader
Adding SOAP Header to request

I have been trying to add a header to SOAP request as follows <soapenv:Header> <UsernameToken xmlns="…

c# wcf soap soap-client soapheader