Liferay SOAP services Java Client Validation Error

187 Views Asked by At

I'm trying to use Lİferay SOAP services.But when I tried to get a client from wsdl,getting an errors like this :

enter image description here

I looked up this error on the internet and these are because of WS-I validation.So I tried disable WS-I validation but it did not worked either.

What can I do in this case?

1

There are 1 best solutions below

0
On BEST ANSWER

According to my research,Jax-WS causes this error.Jax-WS did not validate liferay axis services.I tried it with Eclipse Luna with Apache axis and it worked!

Hope this helps.