| B. Hageman 2005-06-08, 7:24 am |
| Hi all,
I've a very annoying problem with EAServer 5.1 concerning WebServices. I'm
using Powerbuilder 9 to deploy Webservices in EAServer, this all goes ok.
Structure:
root/ws/webservice1?wsdl
method1
method2
root/ws/webservice2?wsdl
method1
etc.
When I add a method for an existing WebService in Powerbuilder and deploy it
in EAServer, I have to re-expose the WebService. Result: after explosing
(tried with Eclipse and WebConsole) the WSDL contains only the previous
exposed methods. As if it hasn't been refreshed..?
But: when I view the WebService in the WebConsole, the method does exist and
works perfect (Invoking etc.)
When I remove the ws completely, and recreate everything over (ws,
webservice1, webservice2), then finally it works. But thats a lot of work
for a minor change....
Also tried: restarting EAServer, different orders for exposing etc.
Is this normal, am I doing something wrong, or are there better methods for
doing this?
Thanx,
Bob
|