|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Manipulating SOAP Headers using 'header' tagHi,
We are using synapse between 1) A web service client that was created from a wsdl that doesn't have any authentication parameters. 2) A web service provider that requires authentication. One of the requirements is to introduce a header element as per the requirements of the service provider. Is it possible to use the "header" tag in synapse to create a SOAP:Header element as given below? <soapenv:Header> <urn:grid-name>SMECGRID</urn:grid-name> <oas:Security> <oas:UsernameToken> <oas:Username>admin</oas:Username> <oas:Password>admin123</oas:Password> </oas:UsernameToken> </oas:Security> </soapenv:Header> If not, is using Custom mediation in Java a good approach? Thanks Regards, Sabareeswar **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** |
|
|
Re: Manipulating SOAP Headers using 'header' tagHi Sabareeswar
Please join [1] the user mailing list to receive future replies, else your message goes into manual moderation. > We are using synapse between > 1) A web service client that was created from a wsdl that doesn't have any authentication parameters. > 2) A web service provider that requires authentication. > > One of the requirements is to introduce a header element as per the requirements of the service provider. > Is it possible to use the "header" tag in synapse to create a SOAP:Header element as given below? > Not currently.. however it would be possible if the header mediator was extended to read an XML value instead of a String attribute. > <soapenv:Header> > <urn:grid-name>SMECGRID</urn:grid-name> > <oas:Security> > <oas:UsernameToken> > <oas:Username>admin</oas:Username> > <oas:Password>admin123</oas:Password> > </oas:UsernameToken> > </oas:Security> > </soapenv:Header> > > If not, is using Custom mediation in Java a good approach? > code itself, you could use it as well as share it back with the others cheers asankha [1] http://synapse.apache.org/mail-lists.html -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |