Hello,

You're right, it was the classpath.
I added the jars you listed below and now it works!

Thanks a lot,
best regards,

Siegfried Perkles

"Alfredo Navarro Roche" <[EMAIL PROTECTED]> schrieb:

> Hello,
> 
> Ok, I think that I have found which is your problem. It is in the classpath,

> you should include
> the following jars that you find also in the lib directory of WSIF:
> 
> - commons-discovery.jar
> - servlet-2_2.jar
> - axis.jar
> - saaj.jar
> - jaxrpc.jar
> 
> The important one is the first, because I think that it is used to discover 
> the services, ports and so on.
> The rest are also necessary, because you are invoking a web service and it 
> is necessary the RPC
> libraries, the XML definition of SOAP (saaj), the axis client and so on.
> 
> I think that if you include these jars it should work. I did not have the 
> problem because I had already
> included, but I have tested just now with the classpath that you have 
> provided and I had the same
> error, then I was looking that it was missing the necessary jars for SOAP.
> 
> That's all for this moment, I hope that you can run your example. I can not 
> run it here for the problem
> of the firewall, even I can not access the WSDL file when I create the 
> service.
> 
> Best regards.
> 
> Alfredo Navarro
> [EMAIL PROTECTED]
> 
> 
> 



Reply via email to