Axel Kühn
2009-09-08 21:49:12 UTC
HI Chris,
are you using the com or the net connector (business connector)?
if you are using the com connector, there was (AX 3.0) a option in the
client configuration tool to reset the com connector to release all old or
cached object versions.
Which version of AX you are using?
--
Sincerely yours
Axel Kühn (visit my Dynamics AX blog at: http://blog.ak-home.net)
are you using the com or the net connector (business connector)?
if you are using the com connector, there was (AX 3.0) a option in the
client configuration tool to reset the com connector to release all old or
cached object versions.
Which version of AX you are using?
--
Sincerely yours
Axel Kühn (visit my Dynamics AX blog at: http://blog.ak-home.net)
Hello,
We have built a bunch of web services using the CallStaticClassMethod to
retreive and set data from within AX.... I have wrapped these calls using
visual studio to create a web service.
The issue I am having is after I make a change to a static class method and
add a new field that will be returned in the Web service call, sometimes the
new field is not shown in the webservice.
It's as if IIS or the .Net connector is running a cached/older version of
the static class method.
I've tried an IIS Reset, restart AOS, IIS disconnect & re-connect, AX
Dance... to attempt to get the web service to see the latest/modified results.
Even stranger, when debugging the web service in Visual studio the correct
fields are being returned. But viewing the re-generated web service shows the
results from the older (overwritten) static method.
Any Ideas on what I'm missing here?
Thanks a ton in advance.
--
Chris
We have built a bunch of web services using the CallStaticClassMethod to
retreive and set data from within AX.... I have wrapped these calls using
visual studio to create a web service.
The issue I am having is after I make a change to a static class method and
add a new field that will be returned in the Web service call, sometimes the
new field is not shown in the webservice.
It's as if IIS or the .Net connector is running a cached/older version of
the static class method.
I've tried an IIS Reset, restart AOS, IIS disconnect & re-connect, AX
Dance... to attempt to get the web service to see the latest/modified results.
Even stranger, when debugging the web service in Visual studio the correct
fields are being returned. But viewing the re-generated web service shows the
results from the older (overwritten) static method.
Any Ideas on what I'm missing here?
Thanks a ton in advance.
--
Chris