1
General Board / WSDL: WS-addressing for wsdl:portType operation
« on: May 03, 2013, 08:43:45 pm »
Hi
I need to specify a ws-addressing attribute on the wsdl:input element under wsdl:operation. I've tried to put it on as a tagged value on the operation, but that dosen't seem to work.
Is there anyone who know how to make this work?
End result should look like this:
<wsdl:input wsaw:Action="http://some-ws-addressing-action" name="MyOperation" message="MyOperationInMessage"/>
I need to specify a ws-addressing attribute on the wsdl:input element under wsdl:operation. I've tried to put it on as a tagged value on the operation, but that dosen't seem to work.
Is there anyone who know how to make this work?
End result should look like this:
<wsdl:input wsaw:Action="http://some-ws-addressing-action" name="MyOperation" message="MyOperationInMessage"/>