Hi,
Has anyone sucessfully called a webservice from an Arbortext initiated java class?
I specifically have an issue calling the service when the class is running in the Arbortext environment and am wondering if there are any other factors which I hsould be considering which may prevent me from performing such an action?
Hi Keith, Thanks for the pointers.
I'm using NetBeans to generate the WebService Reference etc. (BTW a .NET service which returns an int)
If I take my code and run it in a normal cmd line app it works 100%.
The moment I try invoke that method from my Arbortext initiated class, Arbortext raises an exception. (No java class for the object could be found)
If I remove that method call then Arbortext is quite happy and the XUI window displays.
so, I'm a little stumped?
I've done some checking and Netbeans is using jax-rpc to generate the web service code.
I've downloaded the axis plugin and will try using that now.