Hi Dan,Aki

Thanks for your reply.

I tried with JaxWsDynamicClientFactory also but still same problem. The
request soap message contains

<ns2:getAlertDataRequest xmlns:ns2="http://ws.alerts.sbm.savvion.com/";
 xmlns:xs="http://www.w3.org/2001/XMLSchema";
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:type="xs:string">
 ebms
</ns2:getAlertDataRequest> 

<user> </user> tag is missing. The following is the corresponding wsdl part
for getAlertDataRequest

<xs:complexType name="getAlertDataRequest">
   <xs:sequence>
       <xs:element name="user" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Problem-with-CXF-tp4341066p4345810.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to