Hi,
I'm trying to debug a problem with a new service I created to extend functionality of les-services (this is for CS10.0 U 201506). I managed to get everything to build - both tomcat and IIS artifacts and my test scripts in Oscript ran well. My problem comes when I try to access the service from a C# application written with Visual Studio 2010. I'm getting a NotImplemented exception. I find this strange as the service did compile and I can get the WSDL for it. I'm not really sure what to check next.
One aspect about this which may be a red herring but may be quite relevant. In all the sample code, it deals with creating ones own WS with no SDO's from the core. My WS is a special breed of document create which I need to do outside core services for reasons that are long and complicated. My service takes a DocMan.Metadata as an argument (currently set to null), as well as the standard OTAUthentication reference, and returns a Core.Node object. I don't know if this mixing of core WS objects with my service might be a factor.
Can anyone give me advice about the NotImplemented exception? I would expect this from a stub that was just generated in a WS project in Visual Studio, but I checked and the code I'm using was generated by the project.
-Hugh