Hi
I am using maven and i was missing cxf-rt-transports-http-jetty.jar
I added the dependency to my pom.xml:
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.0.2-incubator</version>
</dependency>
Now it works OK.
So thank you very much
Frank
***********************************************************************
James Mao wrote:
>
> Which version are u using? 2.0.2?
> Are u using ant run your project?
>
> You have to check if the following jars
>
> cxf-rt-bindings-soap
> cxf-rt-transports-http
> cxf-rt-transports-http-jetty
>
> are in your classpath?
>
> Regards,
> James
>
>> Hi
>>
>> I am using web service client that i generated using wsdl2java.
>> I am getting error
>>
>> No conduit initiator was found for the namepsace
>> http://schemas.xmlsoap.org/soap/http.
>>
>> Where is the mistake ?
>>
>> Frank
>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/wsdl2java-generated-code.--No-conduit-initiator-found-tf4523186.html#a12922624
Sent from the cxf-user mailing list archive at Nabble.com.