I am trying to invoke webmethod through .net 2005.
We have Integration Server on another machine and on our machine only developer is installed. I have installed “webMethods add‐in for Microsoft
Visual Studio .NET” on my machine. I we can see in Developer that there are some existing .net services already added on IS.
To invoke concate Service from my .net assembly i Generate the code for concate service, but it needs to add 2 references CGUTIL.dll and wmClientAPI.dll. I found wmClientAPI.dll in my webMethods folder but I am not able to find CGUTIL.dll. Can anybody tell me where i can found this dll.
It depends on exactly how they are “invoking the flow service directly.” Are they using the IS client API? XML over HTTP POST? CSV over FTP? URL parameters on an HTTP GET? If you can provide additional information about what the TP is doing we can provide details on how to handle it.
If they are setting the content-type header to text/xml, then your service will be invoked with a *node object in the pipeline. Refer to the “XML Services Developer’s Guide” which you can find in _documentation/Developer/Guides in your installation or at techcommunity.softwareag.com/ecosystem/documentation