Web service consumption issue R7

I am trying to consume a web service from OpenText’s Live Link doc management system. The issue is that it requires JAX-WS as the SOAP library. This library requires Java 1.5 which Notes/Domino does not. Our approach then is to write a web service running on an Oracle App Server which makes remote procedure calls to LL using its API (LAPI). I can create a simple web service using Oracle Jdeveloper and deploy it but I cannot consume it because it is using a WSDL version greater than 1.1 which AXIS1, a part of the Notes/Domino program files, does not support. UGHHHHH

Can anyone help me with a potential direction? I am currently trying to figure out how to tell Jdeveloper to use WSDL 1.1 when creating the web service. Any help is much appreciated!!