I'm trying to do the Integrator tutorial about how to create and consume a SOAP Web Service INT010A / INT010B / INT010C.
I created a SOAP server (INT010A) with the method getEmployee, I published it on the Integrator server with its related properties file and I created an entry in the JSM service. Then I did the same for the SOAP agent (INT010B).
When I try to call the WS from the form created I get this error when invoking this command:
Code: Select all
* Call remote service
Change Field(#JSMXCMD) To('CALL')
Use Builtin(JSMX_COMMAND) With_Args(#JSMXHDLE1 #JSMXCMD) To_Get(#JSMXSTS #JSMXMSG)
Execute Subroutine(CHECK) With_Parms(#JSMXSTS #JSMXMSG)
Code: Select all
#JSMXSTS = SOAPFAULT
#JSMXMSG = {http://xml.apache.org/axis/}HTTP (600)JSMAdmin Message
What should I do to make it work?
Thanks in advance