Questions tagged [spml]

20 questions
0
votes
1 answer

How to compose SPML v2 'modify' request to delete object attribute

I need to maintain an Active Directory service via SPMLv2 SOAP requests to an Active Roles Server. I'm trying to do something ostensibly simple: delete the telephoneNumber attribute from an object. I'd never heard of SPML before so I spent some time…
TGVtbwo
  • 33
  • 7
0
votes
0 answers

The request was aborted: Could not create SSL/TLS secure channel C# SPML

All, I am completely new to SPML or webserivces. I know there a lot of questions regarding this issue. I have tried everything I could find. But, I guess my issues is not knowing how to format the request. protected void Page_Load(object sender,…
satishvad
  • 11
  • 6
0
votes
1 answer

SPML client testing

I have created a SPML client. I need to verify whether it is working perfectly. Please suggest me available open source SPML providers (Servers) to test the SPML client. Thanks
0
votes
0 answers

Mule soap request wrapping spml contents

I have a task wherein I am supposed to wrap the spml content in soap request message. How can I do that at the inbound-endpoint. I mean mule should receive a request which has spml AddRequest. I have tried using @webserviceprovider, however it…
0
votes
3 answers

How do I fix this error "XYZ does not have a no-arg constructor"

I am trying to write a web service that listens for SPML requests. I am using the spml version 2 toolkit. I am using Jdeveloper to create this web serivce. I create a method like this: public Response execute(Request req) When I try and create a…
user1502854
  • 1
  • 1
  • 1
1
2