Ambrish_I
(Ambrish I)
January 19, 2011, 8:05pm
1
Hi ,
I have exposed a service as web service and when i try to call that service from an another service using web service connector am getting the below error mesage:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV=“[URL]http://schemas.xmlsoap.org/soap/envelope/[/URL] ” xmlns:xsi=“[URL]http://www.w3.org/2001/XMLSchema-instance[/URL] ” xmlns:xsd=“[URL]http://www.w3.org/2001/XMLSchema[/URL] ”>
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:Client
[ISS.0088.9134] Exception occurred while processing the body of the message
http://soap/rpc
webM:exception
webM:className java.lang.NoClassDefFoundError</webM:className>
<webM:message xml:lang=“”>com/wm/util/SOAPUtil</webM:message>
</webM:exception>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Can anyone help on this?
Thanks in advance.
Probably this error code might be related to some ACL issue:
Please check the end service’s ACL settings in the Properties tab and retry.
Also have this in the IS Extended Settings and restart IS:
watt.server.SOAP.enforceMsgPartNS=false
Also article:
[url]http://advantage.webmethods.com/article/?id=1610637523[/url]
HTH,
RMG
Ambrish_I
(Ambrish I)
January 20, 2011, 3:51pm
3
Thanks RMG.
I tried by setting the Execute ACL property as “Anonymous” and by updating the Extended Settings specified.
But it didn’t work.
Check this article also:
[url]http://advantage.webmethods.com/article/?id=SR-1-53371391[/url]
I know its old thread but try that option also:
Restarted IS after extended settings update?
HTH,
RMG
Ambrish_I
(Ambrish I)
January 20, 2011, 11:14pm
5
Yes RMG.
I restarted the IS after updating the settings. Eventhough it didn’t work.
I developed a simple flow service with pub.flow:debugLog flowstep. That also failing with the same error. I hope, am missing some jar files here.