Hi, I want to add a jsp:scriplet in a template to retrive data form a webservice (url : http://localhost/services/ProgrammeService/getProgramme). The result is a soap xml like :
[code]<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getProgrammeResponse xmlns:ns2="localhost/programmes_soap_http"> <return> <nom>Le nom du_ programme</nom> <ville>la ville du programme</ville> </return> </ns2:getProgrammeResponse> </soap:Body> </soap:Envelope>[/code] I tried with XmlRpcClientLite but got a message : XmlRpcClientLite cannot be resolved to a type... Thanks for your help. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2117203f-3db3-477a-a927-0edd8105d57d You are invited to Magnolia Conference. Less than a month to go! Register now: http://www.magnolia-cms.com/conference/register.html ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
