Foren

SOAP client generator for liferay axis services?

az eol, geändert vor 13 Jahren.

SOAP client generator for liferay axis services?

New Member Beiträge: 20 Beitrittsdatum: 19.03.10 Neueste Beiträge
Hi,
Can anyone recommend a soap client generator going against the axis services created by Liferay?

I tried using wsimport but get a ton of messages like this

[ERROR] undefined attribute 'soapenc:arrayType'
line 182 of http://:8080/tunnel-web/axis/Portal_UserService?wsdl

[ERROR] undefined simple or complex type 'soapenc:Array'
line 188 of http://10:8080/tunnel-web/axis/Portal_UserService?wsdl

[ERROR] undefined attribute 'soapenc:arrayType'
line 189 of http://10.:8080/tunnel-web/axis/Portal_UserService?wsdl

[ERROR] undefined simple or complex type 'soapenc:Array'
line 195 of http://10.:8080/tunnel-web/axis/Portal_UserService?wsdl

[ERROR] undefined attribute 'soapenc:arrayType'
line 196 of http://10:8080/tunnel-web/axis/Portal_UserService?wsdl
Jose Antonio, geändert vor 13 Jahren.

RE: SOAP client generator for liferay axis services?

New Member Beiträge: 3 Beitrittsdatum: 13.09.10 Neueste Beiträge
try with eclipse web service client (new->others)

I used and test with POJO and works
MICHAIL MOUDATSOS, geändert vor 11 Jahren.

RE: SOAP client generator for liferay axis services?

Regular Member Beiträge: 110 Beitrittsdatum: 04.10.11 Neueste Beiträge
Hi all,

isn't there any other way than using the Liferay IDE plugin? ( I assumed that the Liferay IDE plugin was used from eclipse). Just as the creator of this thread has already pointed out I get

[WARNING] src-resolve: Cannot resolve the name 'soapenc:string' to a(n) 'type definition' component.
line 13 of http://localhost:8080/...-portlet/axis/Plugin_...?wsdl#types?schema1

[ERROR] undefined simple or complex type 'soapenc:string'
line 13 of http://localhost:8080/...-portlet/axis/Plugin_...?wsdl


and so on...

I used wsimpot from both command line and intellij <- I suppose this fails because we re dealing with axis web services.
Can anybody help?

Thank you in advance

EDIT: OK I dit it with intellij, since it provides such an option for axis 1.1 web services. I am wondering whether there's a command line tool or something, analogous to wsimport, wsgen, ctra