Hi,
I have developed a code for WS expose in WM 7.1 developer. When i run it in the developer its working fine and i get the response, however when i trie from SOAP UI i get the below error -
<SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema”>
SOAP-ENV:Header/
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:Server
[ISS.0088.9112] An Exception was thrown in the server:java.lang.String
http://itxsa40d:50133/ws/DSL.DeviceManagement.COMPublishesSubentro.Notify_COM_SubentroSeriali.pub.ws:WSSubentroSeriali
webM:exception
webM:classNamejava.lang.ArrayStoreException</webM:className>
<webM:message xml:lang=“”>java.lang.String</webM:message>
</webM:exception>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
may be i have given the input xml structure wrong , this is the xml input that i have given -
<soapenv:Envelope xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema” xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:def=“http://definitions.eai.vodafoneomnitel.com/” xmlns:soapenc=“http://schemas.xmlsoap.org/soap/encoding/”>
soapenv:Header/
soapenv:Body
<def:publishEvent soapenv:encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/”>
?
?
234
DSL-CPE
</def:publishEvent>
</soapenv:Body>
</soapenv:Envelope>
Not very sure for the document list(Serials in this case) how the input xml is to be given , i think its a problem with the input xml structure only.
Can you please help me out?..thanks in advance…
Shreyus