Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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:
<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:classNamejava.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
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?
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.