Hi,
Thanks for your answers!
>Some of the 10.5 builds do have a problem with PBNI. I noticed it
from the IDE as restarting PB often cleared things up
>"the first time"
and then all calls to the nvo would fail after that...until you
restarted PB again.
Yes, yes, yes!!! I am so happy to hear you say this!!! I realy thought, I am crazy, when I found out about this! But this seemed to be solved with 10.5.2 (7699).
> << "CreateUserObject" whith a u_canvas-derived class as paramter >> and << "u_canvas.create()" >
>I don't understand what your webservice NVO has to do with
u_canvas??? They are separate things.
>I don't think I would be doing
"u_canvas-derived class as a parameter".
>What does u_canvas have to do
with a webservice?
Well, nothing indeed... ;-)
Our webservices are called using normal NVOs. Its just, that once instances of u_canvas (or one of its derived classes) are created (because the UI gets instanciated and created), any subsqeuent call to webservices using the same NVOs as before fail and throw "Error calling method of a PBNI object".
Since webservices are used for many more things than just for user-authentication, changing the order of the calls won't help. Even if I create the whole UI before triggering the very first webservice call (authenticating) and all the following ones, there will be a point of time in the application where new UI-Objects will be created. After that, further webservice calls would fail again... :-(
> I do have NVO webservice objects (both EasySoap and .NET) working in a
large Kodigo V3 application successfully using 10.5.2 build 7699
This is reassuring news... somehow... So what could it be? Could it really be the fact, that we are using Build (7757)? If so? Do you know if I have to deinstall the whole PB 10.5 before applying all updates until 7699 is reached or can i just install the 7699-patch over 7757?
You said your are using "Kodigo V3". Is that the same as using the components from Brad Weary? Do both system use the same version of "canvas.pbx"? Mine is from April 13th, 2007 (53.248 bytes).
Thanks for any further support!