cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP axis ws addressing

Former Member
0 Kudos

Hi,

we implemented AXIS adapter in pi 7.4...and AXIS WSDL exposed to the client...where we have a criteria to give 1 endpoint for all the wsdls...but the client sends the SOAP Action in <wsa:Action>..thats the issue..

now the client sends the wsdl with WS addressing FROM/TO/ACTION..

And I am trying to read the <wsa:Action> tag in the Sender Axis Adapter into a Parameter and use this as a condition in the Operation Specific Receiver Determination..

I am stuck with the handlers and parameters in Module Configuration..

I need to use java:org.apache.axis.message.addressing.handler.AddressingHandler as Parameter Value

Parameter Name handler.type

but i am not sure how do i get the wsa:Action value into THeaderSOAPAction OR SOAPAction..or any other field...

please let me know your thoughts...

Thanks,

Ashok

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashok,

Did you manage to solve this issue?

If so, could you please explain how??

Thanx, Walter.

Former Member
0 Kudos

Hi Walter,

we didnt worry about the WS addressing...and an each incoming message had its own message structure ..so defined a XPATH control in the interface determination with a prefix namespace...

let me know your scenario...

Thanks,

Ashok