Questions tagged [oasis]

A tool to integrate a configure, build and install system in OCaml projects.

OASIS is a tool to integrate a configure, build and install system in projects.

For more information, see the OASIS homepage.

45 questions
1
vote
0 answers

BizTalk Sendport WS Secure OASIS WCF Custom and Behavior

I have a BizTalk app that is currently using the WCF-Custom Adapter. The config Sendport, the problem is that only the body and the TimeStamp have to be signed and the messageProtectionOrder property does not allow the only signature. I need…
Sergio
  • 11
  • 2
1
vote
1 answer

Z3 bindings on ocaml

I am currently using ocaml 4.06.0 and I am trying to use the Z3 sat solver. I am using opam's oasis to compile the files (which is building everything successfully). However, when I run the native code produced I am getting the following error:…
CXB
  • 241
  • 5
  • 14
1
vote
0 answers

Adding ws-security to wsdl

Here I'm handling requests and responses from paga payment gateway(https://mypaga.atlassian.net/wiki/spaces/PMNA/pages/42865033/Services).I'm struggling to add security to webservices.My merchant site is Joomla website. Here the wsdl, …
ram
  • 593
  • 1
  • 8
  • 18
1
vote
1 answer

How to split main and the rest of your code with Ocaml?

I was wondering how could I achieve the following: have all the "business logic" in a file have a main.ml that uses that business logic Business logic: type point = {x:float; y:float;} let pi_known =…
Istvan
  • 7,500
  • 9
  • 59
  • 109
1
vote
1 answer

How to add -thread to _oasis to compile with Core

I've been using oasis to build my project using some external packages. Now I also want to use Jane Street's Core package. However, in order to compile with Core, you have to pass the -thread flag to ocamlfind, e.g. like this: ocamlfind ocamlc…
Mars
  • 8,689
  • 2
  • 42
  • 70
1
vote
1 answer

Change the name of the produced executable with Oasis

Well, title says it all, I want to change the name of my executable because right now I have Executable myexec Path: . BuildTools: ocamlbuild MainIs: main.ml CompiledObject: best And it produces…
Lhooq
  • 4,281
  • 1
  • 18
  • 37
1
vote
3 answers

Optional dependencies with ocamlbuild

I have an OCaml project that is currently built using OCamlMake. I am not happy with the current build system since it leaves all build artefacts in the same directory as source files, plus it also requires to manually specify order of dependencies…
Jan Stolarek
  • 1,409
  • 1
  • 11
  • 21
1
vote
3 answers

SCA (Service Component Architecture) alternative

Looks like the Apache Tuscany Project has been retired. Not sure what that really means, but there are still quite some Opensource and Vendor specific implementation using SCA. If this standard isn't supported anymore is there any other alternative…
FreshMike
  • 481
  • 1
  • 6
  • 26
1
vote
0 answers

Profiles in spring-security saml sample

I am stuck in understanding how the authentication request is being passed, in the sample application provided online https://github.com/spring-projects/spring-security-saml As the authentication request generated is using default profile, If anyone…
joga
  • 146
  • 13
1
vote
0 answers

How to implement profiles defined by the oasis to be used in SAML

i am using spring security for implementation of saml, downloaded the sample from https://github.com/spring-projects/spring-security-saml Now i want to implement xacml in it, for reference i have been studying SAML 2.0 Profile of XACML and followed…
joga
  • 146
  • 13
1
vote
1 answer

How to force Oasis to build the documentation in a given directory?

I am using the Oasis build system for an OCaml projects and I would like to build the documentation and to get it in ${projectroot}/doc/api/. For now, my _oasis file is something like that: OASISFormat: 0.4 Name: MyProject Version: 0.1alpha Plugins:…
perror
  • 7,071
  • 16
  • 58
  • 85
1
vote
2 answers

How to tell _oasis or OCamlbuild to generate annotations?

The issue is simple: I can't find anywhere in the OCamlBuild or Oasis manual how to tell the tool to automatically generate annotation files (.cmt) at compilation time. Annotation files are useful because Merlin eats them up when it comes time to…
Adam Miller
  • 1,756
  • 1
  • 25
  • 44
0
votes
1 answer

Is there any example for: How to use "OASIS Library" in Java to create XLIFF file

Hello basically I want to use this library to create (XLIFF) files but i'm searching many times but did not find any example for how to use it this is link for [OASIS][1][1]: http://docs.oasis-open.org/xliff/xliff-core/v2.1/xliff-core-v2.1.html. OR…
0
votes
1 answer

Parse oasis tag from the table in the XML

I am using java Xml Xpath , I have a XML inside it there is a table something like this
Lokesh
  • 51
  • 1
  • 9
0
votes
1 answer

Warning when running wsdl2h

Referring to OASIS wsn standard web services used when implementing connection to Onvif cameras, when I run wsdl2h bw-2.wsdl I get the following warning and no binding class is created: Warning: WSDL "WS-BaseNotification" has no bindings to…
hamidi
  • 1,611
  • 1
  • 15
  • 28