I’m trying to create a Web Service Connector with a local WSDL. It imports fine, but I receive the following error message everytime I attempt to run the login procedure:
Could not run the service ‘login’.
com.wm.app.b2b.server.ServiceException: [B2BSERV.0088.9139] Output parameters do not conform to targetOutputSignature:
errorCode=VV-001
pathName=/result
errorMessage=[B2BCORE.0082.9025] Missing Object
It is connecting to my SOAP server and actually performing the login, but the webMethods chokes on the response.
Any help greatly appreciated.