Hi, This is really strange but I have this intermittent problem in one environment while I don't see it at all in another one and I just can't wrap my head around what is going on. I use cxf 2.2.4 in a mule configuration.
<cxf:inbound-endpoint frontend="simple" address="http://localhost:26465/services" synchronous="true" transformer-refs="HttpToSoap UnwrapWSRequest" responseTransformer-refs="ToString WrapWSResponse"/> I fire mule up. I bring the wsdl up in my browser it looks great: <wsdl:definitions name="DBUpdateServiceUMO" targetNamespace="http://mule.dbupdateservice.oclc.org/"> <wsdl:types> <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://dbupdateservice.oclc.org"> <xsd:complexType name="DBUpdater"> <xsd:sequence/> </xsd:complexType> </xsd:schema> ... </wsdl:types> Then I send a few messages through. I bring back my wsdl and the wsdl:types are gone <wsdl:definitions name="DBUpdateServiceUMO" targetNamespace="http://mule.dbupdateservice.oclc.org/"> <wsdl:types> </wsdl:types> No errors, no exceptions in the log. Any thoughts? I appreciate the help! -Marsel -- View this message in context: http://old.nabble.com/CXF-wsdl-loosing-wsdl%3Atypes-after-the-first-request-goes-through-tp26339456p26339456.html Sent from the cxf-user mailing list archive at Nabble.com.
