Page 1 of 1

Using RemoteContentModuleManager

Posted: Fri Jul 17, 2015 5:28 pm
by abinpaulr
Hi

Thank You for your great product and so far I have implemented it successfully. Now I am at the final stage of using the api and stuck really bad in a situation.

I am trying to do a use this wsdl file

localhost:8080/cms_services/RemoteContentModuleManager?wsdl

I am trying to use
void addMailingBindings(int $contentModuleId, ArrayOf_xsd_anyType $mailingIds)

Below is the request I send and at the bottom you can see the error I get. Please can you help me correct this request as I am not getting any help from other sources and I am not good with java to debug this effectively.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://mock.dataaccess.utils.cms.agnitas.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ... e:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/ ... xt-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/ ... rnameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/ ... e:Password Type="http://docs.oasis-open.org/wss/2004/01/ ... wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/ ... su:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/ ... gIds><item xsi:type="ns1:anyType">97</item><item xsi:type="ns1:anyType">116</item></mailingIds></ns1:addMailingBindings></SOAP-ENV:Body></SOAP-ENV:Envelope>

Error

org.xml.sax.SAXException: No deserializer for {http://mock.dataaccess.utils.cms.agnitas.org}anyType

Thank You