You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Frank61 <de...@hotmail.com> on 2007/09/26 17:47:56 UTC

wsdl2java generated code. No conduit initiator found

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#a12903800
Sent from the cxf-user mailing list archive at Nabble.com.


Re: wsdl2java generated code. No conduit initiator found

Posted by Frank61 <de...@hotmail.com>.
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.


Re: wsdl2java generated code. No conduit initiator found

Posted by James Mao <ja...@iona.com>.
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
>
>
>