Hi

I m using the 2.0.2 version, i m facing issue with wsdl generation to
include response and request with parameter part of  soap header.

When i defined my service like this

@javax.jws.WebService(portName = "IUserServicePort", serviceName =
"IUserDetails")
@javax.xml.ws.BindingType(value =
"http://www.w3.org/2003/05/soap/bindings/HTTP/";)  
public class UserDetailsServiceImpl implements IUserDetailsService {
        
        @WebMethod
        @WebResult
        public IBillingInfo getBillingInfo(@WebParam String ssn,                
                                        @WebParam String domainCd, 
@WebParam(header = true,
mode=Mode.INOUT)HeaderValue header)
                        throws ServiceException {



Here in getBillingInfo  method i want one of the parameter HeaderValue to be
part of the request and response of soap header.

But the wsdl generated at runtime, doesnt include the parameter as
soap:header as part of soap message.

Please help out how to solve this issue. Is this issue resolved in 2.0.3?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Defining-the-parameter-as-part-of-the-soap-header-using-%40Webparam-tf4805837.html#a13748848
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to