Oh, and here's the wsdl: <definitions name="WSDNCPlusOnlineInquiryService" targetNamespace="http://services.equifax.com/gds/ncplus/servicedefs" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://services.equifax.com/gds/ncplus/servicedefs" xmlns:ns="http://services.equifax.com/gds/ncplus/online/schemas" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types> <xsd:schema targetNamespace="http://services.equifax.com/gds/ncplus/servicedefs"> <xsd:import namespace="http://services.equifax.com/gds/ncplus/online/schemas" schemaLocation="NCPlusOnlineInquiry-1.0.0.0.xsd"/> </xsd:schema> </types> <message name="ConsumerInquiryRequest"> <part name="Input" element="ns:InquiryRequest"/> </message> <message name="ConsumerInquiryResponse"> <part name="Output" element="ns:InquiryResponse"/> </message> <portType name="NCPlusOnlineInquiryServicePortType"> <operation name="GetAccountsInformation"> <input name="request" message="tns:ConsumerInquiryRequest"/> <output name="response" message="tns:ConsumerInquiryResponse"/> </operation> </portType> <binding name="NCPlusOnlineInquiryServiceBinding" type="tns:NCPlusOnlineInquiryServicePortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="GetAccountsInformation"> <soap:operation/> <input name="request"> <soap:body use="literal"/> </input> <output name="response"> <soap:body use="literal"/> </output> </operation> </binding> <service name="NCPlusOnlineInquiryService"> <port name="NCPlusOnlineInquiryServicePort" binding="tns:NCPlusOnlineInquiryServiceBinding"> <soap:address location="http://devhost.ec.equifax.com:7965/NCPlusOnlineInquiryService/NCPlusOnlineInquiryServicePort/1.0.0.0"/> </port> </service> </definitions>
dkulp wrote: > > > Any chance you could wireshark this to see what really is being sent on > the > wire. There really isn't any way that CXF should be sending that > content- > type for a soap message. > > Note: also update to 2.2.3 if possible. (and 2.2.4 will be out early next > week) > > Dan > > > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/How-to-specify-content-type--tp25791924p25802990.html Sent from the cxf-user mailing list archive at Nabble.com.
