cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Action missing in Axis adapter

Former Member
0 Kudos

Hi,

I am not able to send data to a Web Service using Axis Adapter (SOAP 1.2) and getting an error of "SOAP Action is missing". Can see that SOAP action is missing in the SOAP message sent to Web Service. Communication channel is configured with SOAP Action.

Am on PI 7.10 SP6.

Any help is appreciated!!

Thanks

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I tink you are using receiver SOAP Communication channel... Ask your client to provide the same... because.... your message will be processed at receiver side by using SOAP Action at receiver side...

SOAP action is mandatory for SOAP Receiver communication channels...

Thnx

Subbu

Former Member
0 Kudos

Hi Subbu,

I am using Axis adapter on receiver side and did specify SOAP Action in the communication channel configuration. Can you please elaborate on "Ask your client to provide the same".

Thanks

Kiran

sunil_singh13
Active Contributor
0 Kudos

Hi Kiran,

you can set this value in the module configuration by setting the handler parameter defaultSOAPAction for the XI30OutboundHandler handler in the request chain.

Thanks

Sunil Singh

Former Member
0 Kudos

Hi Sunil,

I tried that but it too didn't work.

Kiran