Forum Discussion

eda_ogut's avatar
eda_ogut
Occasional Contributor
16 years ago

Action for ultimate recipient is required but not present in the message

Hi,

I,m using soapui 2.5.1 plugin. When I send my request, it gets fault message. like '

---------------------------------------------------------------------------------------------

        q0:Security
        Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.
        http://XXX.asmx
     

---------------------------------------------------------------------------------------------
my generated xml is starting like this

--------------------------------------------------------------

xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:tem="http://tempuri.org/">
--------------------------------------------------------------

I have a sample xml format which is required to send. I want to add namespaces like this, how can I do ?

-----------------------------------------------------------------------------------

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
-----------------------------------------------------------------------------------

8 Replies