wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Statefull web services jax-ws/metro does not supported #601

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The package has the ability to call Soap methods using the following commands

1) loadWSDL ...
2) Service.callOperation ...

This is enought for the ordinary stateless web service calls but is not enought 
for the statefull jax-ws services.

Please see the wide known example/reference on the following link 
http://jax-ws.java.net/nonav/2.1.3/docs/statefulWebservice.html

Is there the possibility to add the statefull functionality on smartgwt

Original issue reported on code.google.com by jhnarb...@gmail.com on 5 Jul 2011 at 7:30

GoogleCodeExporter commented 9 years ago
The WSDL system is unaware of how the WSDL service it contacts is implemented.

If you think there's an operation that cannot be invoked via the WSDL system, 
show the target WSDL and describe the problem without talking about how the 
WSDL service is implemented.

Marking Invalid for now.

Original comment by smartgwt...@gmail.com on 5 Jul 2011 at 8:24