Hi,

About the http:conduit name, you should take a look about the link[1] which I've pointed to you, more importantly.

The first thing to notice is the "name" attribute on <http:conduit>. This allows CXF to associate this HTTP Conduit configuration with a particular WSDL Port. The name includes the service's namespace, the WSDL port name (as found in the wsdl:service section of the WSDL), and ".http-conduit". It follows this template: "{WSDL Namespace}portName.http-conduit". Note: it's the PORT name, not the service name. Thus, it's likely something like "MyServicePort", not "MyService". If you are having trouble getting the template to work, another (temporary) option for the name value is simply "*.http- conduit".

There's an obvious error in your configuration, you shouldn't have an ":" between the namespace and port name.

Btw, please don't post same question several times on the list, we're glad to help but we can't guarantee the response time, so please don't post same question every half hour like this.

Please be patient, if you really need some immediate response, I think you may need consider some commercial support[2]

[1]http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html
[2]http://servicemix.apache.org/support.html

Freeman


On 2011-6-3, at 下午2:32, jaikishore wrote:

Hi Freeman,

There’s no any whitespaces in front xml declaration
line in cxf.xml. Still it’s not working{getting same xception}.
Then I tried to give exact name space and port endpoint with “:” character
in cxf.xml{please check the below configurations}.
now I am not getting the below exception. At the same time messages are not
routing through this proxy{which we are defined in cxf.xml} getting
connection timed out xception.
can u please check the configuration http:conduit
name="{http://www.jack.com/businesstravel/ profilerouter}:ProfileRouterMgmtServicePort.http-conduit
given in cxf.xml is true or not. please help me in this regards…

cxf.xml ::  <?xml version="1.0" encoding="UTF-8"?>










Xbean.xml:
<?xml version="1.0" encoding="UTF-8"?>


           .






--
View this message in context: 
http://servicemix.396122.n5.nabble.com/cxf-bc-provider-with-proxy-configuration-tp4447568p4450300.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
Connect at CamelOne May 24-26
The Open Source Integration Conference








Reply via email to