Fórumok

SOAP client generator for liferay axis services?

az eol, módosítva 13 év-val korábban

SOAP client generator for liferay axis services?

New Member Bejegyzések: 20 Csatlakozás dátuma: 2010.03.19. Legújabb bejegyzések
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, módosítva 13 év-val korábban

RE: SOAP client generator for liferay axis services?

New Member Bejegyzések: 3 Csatlakozás dátuma: 2010.09.13. Legújabb bejegyzések
try with eclipse web service client (new->others)

I used and test with POJO and works
MICHAIL MOUDATSOS, módosítva 11 év-val korábban

RE: SOAP client generator for liferay axis services?

Regular Member Bejegyzések: 110 Csatlakozás dátuma: 2011.10.04. Legújabb bejegyzések
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