Hello,
I’m trying to publish Natural Subprograms as Webservices using xmlrt servlet. I’ve configured RPC servers on the Natural side, I can get IDL’s generate corresponding Webservices using the eclipse plugin, … but when I try to call my Webservices I have the following error :
<SOAP-ENV:Fault>
<faultcode>Client</faultcode>
<faultstring>Broker Error 1014 1696: NATUARL RPC Server returns: CBRNNPAY 9999 NAT1696 Logon to library MTI for user ID *UNKNOWN denied, reason 2.</faultstring>
<faultactor>http://89.10.12.210/XMLAdapter</faultactor>
</SOAP-ENV:Fault>
My xml-init.xml looks like this :
<?xml version="1.0" encoding="UTF-8"?>
<EntireXXMLInit Version="7.2.1" xmlns="http://namespaces.softwareag.com/entirex/xml/rt">
<xmms>
<exx-xmm
exx-use-security="false"
exx-natural-security="true"
exx-natural-library="MTI"
exx-rpc-userID="OMEGA"
exx-rpc-password="OMEGA"
exx-userID="OMEGA"
exx-password="OMEGA"
>/entirex/WebContent/MTI.xmm</exx-xmm>
</xmms>
</EntireXXMLInit>
I’m sure i’m missing something. Do you have an idea where to search to solve this issue?
Thanks for your help.
G.
#EntireX#Mainframe-Integration#webMethods