Call a Soap service and sign the request

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Call a Soap service and sign the request

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

Alessandro  Vernet
Administrator
Hi Bruno,

What does the signature look like? Are you referring to SOAP-dsig [1]? In that case, I imagine you would want to have some kind of "hook" to automatically add a signature before an xf:submission is sent?

[1] https://www.w3.org/TR/SOAP-dsig/

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

Alessandro  Vernet
Administrator
Hi Bruno,

At a first glance, this behavior seems to be really too application-specific to be something that would really make sense in Orbeon Forms. Instead, would it be possible for you to implement this in a "trampoline service", which takes the unsigned request from Orbeon Forms, does the call to get the token, sends the request with the token to the backend service, and the response back to Orbeon Forms?

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

Alessandro  Vernet
Administrator
Hi Bruno,

I you already have this trampoline / connector service, then I image all is good. Out of curiosity, if you can share this with us, what is the rationale for migrating from Tomcat to JBoss?

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Call a Soap service and sign the request

Alessandro  Vernet
Administrator
Bruno, got it, it makes sense.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet