Fórum

SOAP client generator for liferay axis services?

az eol, modificado 13 Anos atrás.

SOAP client generator for liferay axis services?

New Member Postagens: 20 Data de Entrada: 19/03/10 Postagens Recentes
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 13 Anos atrás.

RE: SOAP client generator for liferay axis services?

New Member Postagens: 3 Data de Entrada: 13/09/10 Postagens Recentes
try with eclipse web service client (new->others)

I used and test with POJO and works
MICHAIL MOUDATSOS, modificado 11 Anos atrás.

RE: SOAP client generator for liferay axis services?

Regular Member Postagens: 110 Data de Entrada: 04/10/11 Postagens Recentes
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