dblevins 2005/02/02 19:07:59 Modified: modules/core/src/test-ejb-jar/META-INF/wsdl test-ejb.wsdl Log:
Revising the WSContainer to better support rpc/encoded strictly against a lightweight WSDL->Java mapping. Added validation for lightweigth mappings. Added ability to download the WSDL via http://foobar.com/someservice?wsdl Revision Changes Path 1.2 +2 -4 openejb/modules/core/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl Index: test-ejb.wsdl =================================================================== RCS file: /home/projects/openejb/scm/openejb/modules/core/src/test-ejb-jar/META-INF/wsdl/test-ejb.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- test-ejb.wsdl 22 Dec 2004 05:49:08 -0000 1.1 +++ test-ejb.wsdl 3 Feb 2005 00:07:59 -0000 1.2 @@ -1,11 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> - <definitions name="SimpleService" targetNamespace="http://openejb.org/test-ejb-jar" - xmlns:test="http://openb.org/test-ejb-jar" + xmlns:test="http://openejb.org/test-ejb-jar" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - > + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types/>
