Hi
I'm trying to copy an existing SOAP-configuration from UF9 to UF10
On tomcat side, I managed to create a second webapp with an new name.
I did exchange the middleware, so by a new port Tomcat can reach the UROUTER
(WSDL are exactly the same, WRD.jar is from UF10)
UROUTER starts USERVER (Uniface 10) and the INIT-operation is called (returns 0)
But nothing more happens (a call to SOAP_CALLIN_PRE expected, but not happen)
This are the last line in USERVER.LOG (profiling enabled)
---
REC=PROFILINGSEQ=3NEST=2ELAPSTIME=4ELAPSTIME_X=4TYPE=MODMODID=mLP_XYZMODNAM=entry LP_XYZTRIG=TRIGGER=OBJTYPE=SVCAPSNAM=ANYCPTNAM=SOAP_CININSNAM=_I00000001
OPERATION INIT
TYPE=OPRMODID=hINITMODNAM=operation INITTRIG=TRIGGER=OBJTYPE=SVCAPSNAM=ANYCPTNAM=SOAP_CININSNAM=_I00000001
To Router:chn=797;len=477: ANSWER; typ=Z;av=I;op=Z;ret=0,0;
hop=0;dbg=0;pid=0;tid=0;qid=0;ins=0;
---
The "errror" message returned by Tomcat
---
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>Activation error occurred</faultstring>
<faultactor>urn:uniface:applic:userver:doSoapRequest:</faultactor>
<detail>
<status>-180</status>
<description>Access denied</description>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
so what's going on here?
Any more components to exchange?