Foros de discusión

SOAP client generator for liferay axis services?

az eol, modificado hace 13 años.

SOAP client generator for liferay axis services?

New Member Mensajes: 20 Fecha de incorporación: 19/03/10 Mensajes recientes
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, modificado hace 13 años.

RE: SOAP client generator for liferay axis services?

New Member Mensajes: 3 Fecha de incorporación: 13/09/10 Mensajes recientes
try with eclipse web service client (new->others)

I used and test with POJO and works
MICHAIL MOUDATSOS, modificado hace 11 años.

RE: SOAP client generator for liferay axis services?

Regular Member Mensajes: 110 Fecha de incorporación: 4/10/11 Mensajes recientes
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