On Friday, May 04, 2012 11:54:32 AM Marco Pas wrote:
> Is it also possible to get an empty action output? When i specify no
> output on the action then the soap call returns a derived action
> output.

I don't think so.  The WS_Addressing spec requires that the Action be there 
and "uniquely (and opaquely) identifies the semantics implied by this 
message."   I don't think an empty value would be allowed.

Dan


> 
> 2012/5/3 Daniel Kulp <[email protected]>:
> > Is this java first or wsdl first?
> > 
> > If java first, you would need to add @Action annotations to the methods
> > to control the actions that are used and expected for the input and
> > output (and faults).
> > 
> > For wsdl first, you would need to add wsam:Action attributes to the
> > portType/operation/input and output elements. (which would result in the
> > above annotations being generated)
> > 
> > 
> > Dan
> > 
> > On Thursday, May 03, 2012 10:51:28 PM Marco Pas wrote:
> >> HI there,
> >> 
> >> it seems that my response from a cxf implemented webservice contains a
> >>       <Action
> >> xmlns="http://www.w3.org/2005/08/addressing";>urn://...dummy.../Webservi
> >> ce
> >> Response</Action>
> >> 
> >> Is there a way i can remove the urn and only keep the
> >> /WebserviceResponse or make the action empty?
> >>       <Action
> >> xmlns="http://www.w3.org/2005/08/addressing";>/WebserviceResponse</Actio
> >> n>
> >> 
> >> The system that uses that uses our webservice fails on the urn on the
> >> action.
> >> 
> >> /Marco
> > 
> > --
> > Daniel Kulp
> > [email protected] - http://dankulp.com/blog
> > Talend Community Coder - http://coders.talend.com
-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to