cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
699
Views
0
Helpful
0
Replies

Epas Soap Login CUPS v8

Paul Woelfel
Level 4
Level 4

Hi,

I want to enable Outlook Calendering for all presence users on CUPS, because this is not possible in Jabber 9.0. I know the correct Command Line equivalent, but It would be better, if I can do that via Soap. I tried to use the EpasSoap API with groovy and WSlite, but my request are not understood by the server.

<?xml version='1.0' encoding='UTF-8'?> <soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:epas='urn:cisco:epas:soap' xmlns='urn:cisco:epas:soap'>  

<soapenv:Header />  

<soapenv:Body>

<login client-type='thirdpartyapp'>  

<username>Username</username>  

<password>mypassword</password>

</login>

</soapenv:Body>

</soapenv:Envelope>

I checked that request with the example request and even changed the XML Namespace Prefix for the Envelope, to look it like the Example in the Developer Guide, but i always receive Soap Error

Caught: wslite.soap.SOAPFaultException: env:Sender - Invalid request.

wslite.soap.SOAPFaultException: env:Sender - Invalid request.

The URI is also correct: https://server:8443/EPASSoap/service/v80

Has anybody an idea, what I am doing wrong?

Regards, Paul
0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: