Search found 3 matches

by tbertrand
Wed Apr 03, 2013 9:11 am
Forum: Using OpenEMM
Topic: WebService C#
Replies: 3
Views: 5689

Re: WebService C#

Ok...my bad. Just forget to add an entry in the table webservice_user_tbl in my DB for my webservice user ... :oops:

So thanks a lot for your code, everythings works perfectly !
by tbertrand
Mon Mar 25, 2013 12:04 pm
Forum: Using OpenEMM
Topic: WebService C#
Replies: 3
Views: 5689

Re: WebService C#

Thank you very much !

But I still have an error.
When I try to get a response (for every type of request) I get this error :
nested exception is com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.impl.WssSoapFaultException: Authentication of Username Password Token Failed

The username ...
by tbertrand
Mon Mar 04, 2013 4:59 pm
Forum: Using OpenEMM
Topic: WebService C#
Replies: 3
Views: 5689

WebService C#

Hi everybody,

I'm trying to create a client in C# to use openemm's webservice.
I'm new in webservices and C# and I would like to know how to put the Soap Header with wsse security using the provided wsdl for API 2.0.

I can use the wsdl for API 1, but I'm not able to get through the authentication ...