Hi experts, I have a problem 4U:
I need to call a wm service from Oracle 8i. One option was UTL_HTP.REQUEST Oracle function, but in 8i version this can only to a GET request, no authentication, and can send a buffer to max 32k data.
For some while this was good enough, now our requirements are developing so this solution doesn’t fit anymore. Instead I was thinking to javaload client.jar in Oracle and use Developer generated code to call my service using full wM standard java code. Good idea, to bad that seams not working just so fine. Loading clienr.jar give me lots of errors like:
ORA-29534: referenced object DEVELOPER.com/wm/data/IDataFactory could not be resolved
ORA-29534: referenced object DEVELOPER.com/wm/lang/xml/Document could not be resolved
ORA-29534: referenced object DEVELOPER.com/wm/util/queue/resources/QueueExceptionBundle could not be resolved
Some classes are OK, but the one I need, com.wm.app.b2b.client.Context, is not loaded. It seams some other thing is missing there, and do not understand why DEVELOPER word is placed before the name of the missing class!!!
Any idea what to do? Someone has already used client.jar to make calls to wm?
Thx
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods