Issue in Web Service Call

Hi All,

I am facing a problem in accessing a service from SOAP UI which is exposed as a web service.:frowning: The version I am working on is wM 7.1.2. I am getting the below error message when I try to invoke that service:

<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.9133] Error while encoding RPC output
http://<<>>

webM:exception
webM:classNamejava.lang.NoSuchMethodError</webM:className>
<webM:message xml:lang=“”>com.wm.g11n.text.NCNameCoder.validateLocalPart(Ljava/lang/String;)Z</webM:message>
</webM:exception>

</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

     [COLOR=blue]The following fixes are present :[/color]

IS_7-1-2_Core_Fix9
IS_7-1-2_WebSvcsXML
IS_7-1-2_SrvPrtcl_Fix6
IS_7.1.2_Core_Fix16
IS_7-1-2_Flow_Fix6
IS_7.1.2_SrvPrtcl_Fix14
IS_7.1.2_WebSvcsXML_Fix13
IS_7.1.2_Core_Fix33



Could anyone please help me on this issue?[/i]

[ISS.0088.9133]
- Ambrish -

maybe there was a conflict with g11nutils.jar in Broker
lib and wm-g11nutils.jar in common/lib directory.
try to rename the g11nutils.jar to wn-g11nutils.jar and copy to common/lib. see whether this resolve the problem or not.

Remember to backup the jar file before proceed.

Hi All,

This issue is resolved after deploying the fix SCG_7-1-2_G11N_Fix2.zip patch.

-Ambrish-