|
From: Johan T. <jt...@us...> - 2006-10-23 08:53:01
|
Update of /cvsroot/vienti/vienti/schemas In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18828/schemas Modified Files: RBBR-WSDL.wsdl Log Message: Uses namespace version 0.2 of RBBR-WS (also fixed typo bug in namespace definitions: RBBR-WSDL -> RBBR-WS). Index: RBBR-WSDL.wsdl =================================================================== RCS file: /cvsroot/vienti/vienti/schemas/RBBR-WSDL.wsdl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- RBBR-WSDL.wsdl 8 Jun 2006 11:03:54 -0000 1.2 +++ RBBR-WSDL.wsdl 23 Oct 2006 08:52:57 -0000 1.3 @@ -28,11 +28,11 @@ xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" - xmlns:rbbrws="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WSDL/0.1/" + xmlns:rbbrws="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.2/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/ wsdl.xsd"> - <wsdl:import namespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.1/" location="RBBR-WS.xsd"/> + <wsdl:import namespace="http://www.biobanksregistersyd.se/XML-schema/ns/RBBR-WS/0.2/" location="RBBR-WS.xsd"/> <wsdl:message name="getSampleInformationPersonRequest"> <wsdl:part name="body" element="rbbrws:getSampleInformationPerson"/> |