[jboss-svn-commits] JBossWS SVN: r809 - in branches/jbossws-1.0/src/test/resources/interop/microsoft: . security security/wsse10 security/wsse10/META-INF security/wsse10/WEB-INF security/wsse10/WEB-INF/wsdl
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 23 08:53:32 EDT 2006
Author: heiko.braun at jboss.com
Date: 2006-08-23 08:53:25 -0400 (Wed, 23 Aug 2006)
New Revision: 809
Added:
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/application-client.xml
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-client.xml
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-wsse-client.xml
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/scenarios.xml
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/jaxrpc-mapping.xml
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/wsdl0.wsdl
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd0.xsd
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd1.xsd
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd2.xsd
branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/config.xml
Log:
wsse 1.0 sign test case client
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/application-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/application-client.xml 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/application-client.xml 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
+ version="1.4">
+
+ <display-name>HelloService</display-name>
+
+ <service-ref>
+ <service-ref-name>service/interop/IPingServiceSign</service-ref-name>
+ <service-interface>javax.xml.rpc.Service</service-interface>
+ <wsdl-file>META-INF/wsdl/WsSecurity10Sign.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+
+ <port-component-ref>
+ <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.security.wsse10.IPingServiceSign</service-endpoint-interface>
+ </port-component-ref>
+
+ </service-ref>
+
+</application-client>
+
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/application-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-client.xml 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-client.xml 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<jboss-client>
+ <jndi-name>jbossws-client</jndi-name>
+
+ <service-ref>
+ <service-ref-name>service/interop/IPingServiceSign</service-ref-name>
+ <config-name>Standard Secure Client</config-name>
+ <!--wsdl-override>http://@jbosstest.host.name@:8080/jbossws-samples-wssecurity-sign?wsdl</wsdl-override-->
+ </service-ref>
+
+</jboss-client>
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-wsse-client.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-wsse-client.xml 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-wsse-client.xml 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
+ <config>
+ <sign type="x509v3" alias="1"/>
+ <requires>
+ <signature/>
+ </requires>
+ </config>
+</jboss-ws-security>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/jboss-wsse-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/scenarios.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/scenarios.xml 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/scenarios.xml 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,8 @@
+<client-scenarios>
+ <scenario name="default" description="Testing local WSA endpoints">
+ <target-endpoint>http://localhost:8080/wsa10/wsaTestService</target-endpoint>
+ </scenario>
+ <scenario name="msft-public" decsription="Testing MSFT public interop endpoints">
+ <target-endpoint>http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10Sign.svc/MutualCertificate10Sign</target-endpoint>
+ </scenario>
+</client-scenarios>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/META-INF/scenarios.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/jaxrpc-mapping.xml 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/jaxrpc-mapping.xml 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd">
+ <package-mapping>
+ <package-type>org.jboss.test.ws.interop.microsoft.security.wsse10</package-type>
+ <namespaceURI>http://tempuri.org/</namespaceURI>
+ </package-mapping>
+ <package-mapping>
+ <package-type>org.jboss.test.ws.interop.microsoft.security.wsse10</package-type>
+ <namespaceURI>http://xmlsoap.org/Ping</namespaceURI>
+ </package-mapping>
+ <package-mapping>
+ <package-type>org.jboss.test.ws.interop.microsoft.security.wsse10</package-type>
+ <namespaceURI>http://InteropBaseAddress/interop</namespaceURI>
+ </package-mapping>
+ <java-xml-type-mapping>
+ <java-type>org.jboss.test.ws.interop.microsoft.security.wsse10.Echo</java-type>
+ <anonymous-type-qname>http://InteropBaseAddress/interop:>echo</anonymous-type-qname>
+ <qname-scope>complexType</qname-scope>
+ <variable-mapping>
+ <java-variable-name>request</java-variable-name>
+ <xml-element-name>request</xml-element-name>
+ </variable-mapping>
+ </java-xml-type-mapping>
+ <java-xml-type-mapping>
+ <java-type>org.jboss.test.ws.interop.microsoft.security.wsse10.PingResponseBody</java-type>
+ <root-type-qname xmlns:typeNS="http://xmlsoap.org/Ping">typeNS:PingResponseBody</root-type-qname>
+ <qname-scope>complexType</qname-scope>
+ <variable-mapping>
+ <java-variable-name>scenario</java-variable-name>
+ <xml-element-name>scenario</xml-element-name>
+ </variable-mapping>
+ <variable-mapping>
+ <java-variable-name>origin</java-variable-name>
+ <xml-element-name>origin</xml-element-name>
+ </variable-mapping>
+ <variable-mapping>
+ <java-variable-name>text</java-variable-name>
+ <xml-element-name>text</xml-element-name>
+ </variable-mapping>
+ </java-xml-type-mapping>
+ <java-xml-type-mapping>
+ <java-type>org.jboss.test.ws.interop.microsoft.security.wsse10.EchoResponse</java-type>
+ <anonymous-type-qname>http://InteropBaseAddress/interop:>echoResponse</anonymous-type-qname>
+ <qname-scope>complexType</qname-scope>
+ <variable-mapping>
+ <java-variable-name>echoResult</java-variable-name>
+ <xml-element-name>echoResult</xml-element-name>
+ </variable-mapping>
+ </java-xml-type-mapping>
+ <java-xml-type-mapping>
+ <java-type>org.jboss.test.ws.interop.microsoft.security.wsse10.Ping</java-type>
+ <root-type-qname xmlns:typeNS="http://xmlsoap.org/Ping">typeNS:ping</root-type-qname>
+ <qname-scope>complexType</qname-scope>
+ <variable-mapping>
+ <java-variable-name>scenario</java-variable-name>
+ <xml-element-name>scenario</xml-element-name>
+ </variable-mapping>
+ <variable-mapping>
+ <java-variable-name>origin</java-variable-name>
+ <xml-element-name>origin</xml-element-name>
+ </variable-mapping>
+ <variable-mapping>
+ <java-variable-name>text</java-variable-name>
+ <xml-element-name>text</xml-element-name>
+ </variable-mapping>
+ </java-xml-type-mapping>
+ <service-interface-mapping>
+ <service-interface>org.jboss.test.ws.interop.microsoft.security.wsse10.PingService10Sign</service-interface>
+ <wsdl-service-name xmlns:serviceNS="http://tempuri.org/">serviceNS:PingService10Sign</wsdl-service-name>
+ <port-mapping>
+ <port-name>MutualCertificate10Sign_IPingServiceSign</port-name>
+ <java-port-name>MutualCertificate10Sign_IPingServiceSign</java-port-name>
+ </port-mapping>
+ </service-interface-mapping>
+ <service-endpoint-interface-mapping>
+ <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.security.wsse10.IPingServiceSign</service-endpoint-interface>
+ <wsdl-port-type xmlns:portTypeNS="http://InteropBaseAddress/interop">portTypeNS:IPingServiceSign</wsdl-port-type>
+ <wsdl-binding xmlns:bindingNS="http://tempuri.org/">bindingNS:MutualCertificate10Sign_IPingServiceSign</wsdl-binding>
+ <service-endpoint-method-mapping>
+ <java-method-name>ping</java-method-name>
+ <wsdl-operation>Ping</wsdl-operation>
+ <method-param-parts-mapping>
+ <param-position>0</param-position>
+ <param-type>org.jboss.test.ws.interop.microsoft.security.wsse10.Ping</param-type>
+ <wsdl-message-mapping>
+ <wsdl-message xmlns:wsdlMsgNS="http://InteropBaseAddress/interop">wsdlMsgNS:PingRequest</wsdl-message>
+ <wsdl-message-part-name>Ping</wsdl-message-part-name>
+ <parameter-mode>IN</parameter-mode>
+ </wsdl-message-mapping>
+ </method-param-parts-mapping>
+ <wsdl-return-value-mapping>
+ <method-return-value>org.jboss.test.ws.interop.microsoft.security.wsse10.PingResponseBody</method-return-value>
+ <wsdl-message xmlns:wsdlMsgNS="http://InteropBaseAddress/interop">wsdlMsgNS:PingResponse</wsdl-message>
+ <wsdl-message-part-name>PingResponse</wsdl-message-part-name>
+ </wsdl-return-value-mapping>
+ </service-endpoint-method-mapping>
+ <service-endpoint-method-mapping>
+ <java-method-name>echo</java-method-name>
+ <wsdl-operation>echo</wsdl-operation>
+ <method-param-parts-mapping>
+ <param-position>0</param-position>
+ <param-type>org.jboss.test.ws.interop.microsoft.security.wsse10.Echo</param-type>
+ <wsdl-message-mapping>
+ <wsdl-message xmlns:wsdlMsgNS="http://InteropBaseAddress/interop">wsdlMsgNS:IPingServiceSign_echo_InputMessage</wsdl-message>
+ <wsdl-message-part-name>parameters</wsdl-message-part-name>
+ <parameter-mode>IN</parameter-mode>
+ </wsdl-message-mapping>
+ </method-param-parts-mapping>
+ <wsdl-return-value-mapping>
+ <method-return-value>org.jboss.test.ws.interop.microsoft.security.wsse10.EchoResponse</method-return-value>
+ <wsdl-message xmlns:wsdlMsgNS="http://InteropBaseAddress/interop">wsdlMsgNS:IPingServiceSign_echo_OutputMessage</wsdl-message>
+ <wsdl-message-part-name>parameters</wsdl-message-part-name>
+ </wsdl-return-value-mapping>
+ </service-endpoint-method-mapping>
+ </service-endpoint-interface-mapping>
+</java-wsdl-mapping>
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/jaxrpc-mapping.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions name="PingService10Sign" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsap10="http://www.w3.org/2005/08/addressing" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:i0="http://InteropBaseAddress/interop" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="http://www.w3.org/2005/08/addressing"><wsp:Policy wsu:Id="MutualCertificate10Sign_IPingServiceSign_policy"><!
wsp:ExactlyOne><wsp:All><sp:AsymmetricBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:InitiatorToken><wsp:Policy><sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient"><wsp:Policy><sp:WssX509V3Token10/></wsp:Policy></sp:X509Token></wsp:Policy></sp:InitiatorToken><sp:RecipientToken><wsp:Policy><sp:X509Token sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never"><wsp:Policy><sp:WssX509V3Token10/></wsp:Policy></sp:X509Token></wsp:Policy></sp:RecipientToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Lax/></wsp:Policy></sp:Layout><sp:IncludeTimestamp/><sp:EncryptSignature/><sp:OnlySignEntireHeadersAndBody/></wsp:Policy></sp:AsymmetricBinding><sp:Wss10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:MustSupportRefKeyIdentifier/><sp:MustSupportRefIssuerSe!
rial/></wsp:Policy></sp:Wss10></wsp:All></wsp:ExactlyOne></wsp:Policy>
<wsp:Policy wsu:Id="MutualCertificate10Sign_IPingServiceSign_Ping_Input_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="MutualCertificate10Sign_IPingServiceSign_Ping_output_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="MutualCertificate10Sign_IPingServiceSign_echo_Input_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="MutualCertificate10Sign_IPingServiceSign_echo_output_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/></sp:SignedParts></wsp:All></wsp:Exa!
ctlyOne></wsp:Policy><wsp:Policy wsu:Id="KS10_IPingServiceSign_policy"><wsp:ExactlyOne><wsp:All><sp:SymmetricBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:ProtectionToken><wsp:Policy><sp:KerberosToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Once"><wsp:Policy><sp:WssGssKerberosV5ApReqToken11/></wsp:Policy></sp:KerberosToken></wsp:Policy></sp:ProtectionToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic128/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Lax/></wsp:Policy></sp:Layout><sp:IncludeTimestamp/><sp:OnlySignEntireHeadersAndBody/></wsp:Policy></sp:SymmetricBinding><sp:Wss10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:MustSupportRefKeyIdentifier/><sp:MustSupportRefIssuerSerial/></wsp:Policy></sp:Wss10><wsap:UsingAddressing/></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KS10_IPingServiceSign_Ping_Input_policy"><wsp:ExactlyOne><ws!
p:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/
securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KS10_IPingServiceSign_Ping_output_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="h!
ttp://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KS10_IPingServiceSign_echo_Input_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:He!
ader Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/a
ddressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KS10_IPingServiceSign_echo_output_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="htt!
p://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KSD10_IPingServiceSign_policy"><wsp:ExactlyOne><wsp:All><sp:SymmetricBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:ProtectionToken><wsp:Policy><sp:KerberosToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Once"><wsp:Policy><sp:RequireDerivedKeys/><sp:WssGssKerberosV5ApReqToken11/></wsp:Policy></sp:KerberosToken></wsp:Policy></sp:ProtectionToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic128/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Lax/></wsp:Policy></sp:Layout><sp:IncludeTimestamp/><sp:OnlySignEntireHeadersAndBody/></wsp:Policy></sp:SymmetricBinding><sp:Wss10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:MustSupportRefKeyIdentifier/><sp!
:MustSupportRefIssuerSerial/></wsp:Policy></sp:Wss10><wsap:UsingAddres
sing/></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KSD10_IPingServiceSign_Ping_Input_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KSD10_IPingServiceSign_Ping_output_policy"><wsp:ExactlyOne><wsp:All><sp:Signed!
Parts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KSD10_IPingServiceSign_echo_Input_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2!
004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.x
mlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="ReplyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy><wsp:Policy wsu:Id="KSD10_IPingServiceSign_echo_output_policy"><wsp:ExactlyOne><wsp:All><sp:SignedParts xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><sp:Body/><sp:Header Name="To" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="From" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="FaultTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Rep!
lyTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="MessageID" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="RelatesTo" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/><sp:Header Name="Action" Namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"/></sp:SignedParts></wsp:All></wsp:ExactlyOne></wsp:Policy>
+
+ <wsdl:import namespace="http://InteropBaseAddress/interop" location="wsdl0.wsdl"/>
+ <wsdl:types/>
+
+ <wsdl:binding name="MutualCertificate10Sign_IPingServiceSign"
+ type="i0:IPingServiceSign">
+ <wsp:PolicyReference URI="#MutualCertificate10Sign_IPingServiceSign_policy"/>
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+
+ <wsdl:operation name="Ping">
+ <soap:operation soapAction="http://xmlsoap.org/Ping" style="document"/>
+ <wsdl:input name="PingRequest">
+ <wsp:PolicyReference URI="#MutualCertificate10Sign_IPingServiceSign_Ping_Input_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="PingResponse">
+ <wsp:PolicyReference URI="#MutualCertificate10Sign_IPingServiceSign_Ping_output_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ <wsdl:operation name="echo">
+ <soap:operation soapAction="http://InteropBaseAddress/interop/echo" style="document"/>
+ <wsdl:input><wsp:PolicyReference URI="#MutualCertificate10Sign_IPingServiceSign_echo_Input_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference URI="#MutualCertificate10Sign_IPingServiceSign_echo_output_policy"/>
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+
+
+ <!--wsdl:binding name="KS10_IPingServiceSign" type="i0:IPingServiceSign_KS10">
+ <wsp:PolicyReference URI="#KS10_IPingServiceSign_policy"/>
+ <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="Ping">
+ <soap12:operation soapAction="http://xmlsoap.org/Ping" style="document"/>
+ <wsdl:input name="PingRequest">
+ <wsp:PolicyReference URI="#KS10_IPingServiceSign_Ping_Input_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="PingResponse">
+ <wsp:PolicyReference URI="#KS10_IPingServiceSign_Ping_output_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:output>
+
+ </wsdl:operation>
+
+ <wsdl:operation name="echo">
+ <soap12:operation soapAction="http://InteropBaseAddress/interop/echo" style="document"/>
+ <wsdl:input>
+ <wsp:PolicyReference URI="#KS10_IPingServiceSign_echo_Input_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference URI="#KS10_IPingServiceSign_echo_output_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+
+ </wsdl:binding>
+
+ <wsdl:binding name="KSD10_IPingServiceSign" type="i0:IPingServiceSign_KSD10">
+ <wsp:PolicyReference URI="#KSD10_IPingServiceSign_policy"/>
+ <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="Ping">
+ <soap12:operation soapAction="http://xmlsoap.org/Ping" style="document"/>
+ <wsdl:input name="PingRequest">
+ <wsp:PolicyReference URI="#KSD10_IPingServiceSign_Ping_Input_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="PingResponse">
+ <wsp:PolicyReference URI="#KSD10_IPingServiceSign_Ping_output_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="echo">
+ <soap12:operation soapAction="http://InteropBaseAddress/interop/echo" style="document"/>
+ <wsdl:input>
+ <wsp:PolicyReference URI="#KSD10_IPingServiceSign_echo_Input_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output>
+ <wsp:PolicyReference URI="#KSD10_IPingServiceSign_echo_output_policy"/>
+ <soap12:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding-->
+
+ <wsdl:service name="PingService10Sign">
+ <!--wsdl:port name="KS10_IPingServiceSign" binding="tns:KS10_IPingServiceSign">
+ <soap12:address location="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10Sign.svc/KS10"/>
+ <wsa:EndpointReference><wsa:Address>http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10Sign.svc/KS10</wsa:Address><Identity xmlns="http://schemas.microsoft.com/ws/2004/04/addressingidentityextension"><Spn>host/kirillgdev04</Spn></Identity></wsa:EndpointReference>
+ </wsdl:port>
+
+ <wsdl:port name="KSD10_IPingServiceSign" binding="tns:KSD10_IPingServiceSign">
+ <soap12:address location="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10Sign.svc/KSD10"/><wsa:EndpointReference><wsa:Address>http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10Sign.svc/KSD10</wsa:Address><Identity xmlns="http://schemas.microsoft.com/ws/2004/04/addressingidentityextension"><Spn>host/kirillgdev04</Spn></Identity></wsa:EndpointReference>
+ </wsdl:port-->
+
+ <wsdl:port name="MutualCertificate10Sign_IPingServiceSign" binding="tns:MutualCertificate10Sign_IPingServiceSign">
+ <soap:address location="http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10Sign.svc/MutualCertificate10Sign"/>
+ </wsdl:port>
+ </wsdl:service></wsdl:definitions>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/wsdl0.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/wsdl0.wsdl 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/wsdl0.wsdl 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions targetNamespace="http://InteropBaseAddress/interop"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+ xmlns:wsap10="http://www.w3.org/2005/08/addressing"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
+ xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
+ xmlns:tns="http://InteropBaseAddress/interop"
+ xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
+ xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
+ xmlns:wsa10="http://www.w3.org/2005/08/addressing">
+
+ <wsdl:types>
+ <xsd:schema targetNamespace="http://InteropBaseAddress/interop/Imports">
+ <xsd:import schemaLocation="xsd0.xsd" namespace="http://xmlsoap.org/Ping"/>
+ <xsd:import schemaLocation="xsd1.xsd" namespace="http://InteropBaseAddress/interop"/>
+ <xsd:import schemaLocation="xsd2.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
+ </xsd:schema>
+ </wsdl:types>
+
+ <wsdl:message name="PingRequest">
+ <wsdl:part name="Ping" element="q1:Ping" xmlns:q1="http://xmlsoap.org/Ping"/></wsdl:message>
+ <wsdl:message name="PingResponse">
+ <wsdl:part name="PingResponse" element="q2:PingResponse" xmlns:q2="http://xmlsoap.org/Ping"/></wsdl:message>
+ <wsdl:message name="IPingServiceSign_echo_InputMessage">
+ <wsdl:part name="parameters" element="tns:echo"/></wsdl:message>
+ <wsdl:message name="IPingServiceSign_echo_OutputMessage">
+ <wsdl:part name="parameters" element="tns:echoResponse"/></wsdl:message>
+
+ <wsdl:portType name="IPingServiceSign">
+ <wsdl:operation name="Ping">
+ <wsdl:input wsa:Action="http://xmlsoap.org/Ping" name="PingRequest" message="tns:PingRequest"/>
+ <wsdl:output wsa:Action="http://xmlsoap.org/Ping" name="PingResponse" message="tns:PingResponse"/>
+ </wsdl:operation>
+ <wsdl:operation name="echo">
+ <wsdl:input wsa:Action="http://InteropBaseAddress/interop/echo" message="tns:IPingServiceSign_echo_InputMessage"/>
+ <wsdl:output wsa:Action="http://InteropBaseAddress/interop/echo" message="tns:IPingServiceSign_echo_OutputMessage"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <!--wsdl:portType name="IPingServiceSign_KS10">
+ <wsdl:operation name="Ping">
+ <wsdl:input wsa:Action="http://xmlsoap.org/Ping" name="PingRequest" message="tns:PingRequest"/>
+ <wsdl:output wsa:Action="http://xmlsoap.org/Ping" name="PingResponse" message="tns:PingResponse"/>
+ </wsdl:operation>
+ <wsdl:operation name="echo">
+ <wsdl:input wsa:Action="http://InteropBaseAddress/interop/echo" message="tns:IPingServiceSign_echo_InputMessage"/>
+ <wsdl:output wsa:Action="http://InteropBaseAddress/interop/echo" message="tns:IPingServiceSign_echo_OutputMessage"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:portType name="IPingServiceSign_KSD10">
+ <wsdl:operation name="Ping">
+ <wsdl:input wsa:Action="http://xmlsoap.org/Ping" name="PingRequest" message="tns:PingRequest"/>
+ <wsdl:output wsa:Action="http://xmlsoap.org/Ping" name="PingResponse" message="tns:PingResponse"/>
+ </wsdl:operation>
+ <wsdl:operation name="echo">
+ <wsdl:input wsa:Action="http://InteropBaseAddress/interop/echo" message="tns:IPingServiceSign_echo_InputMessage"/>
+ <wsdl:output wsa:Action="http://InteropBaseAddress/interop/echo" message="tns:IPingServiceSign_echo_OutputMessage"/>
+ </wsdl:operation>
+ </wsdl:portType-->
+
+</wsdl:definitions>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/wsdl0.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd0.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd0.xsd 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd0.xsd 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema elementFormDefault="qualified" targetNamespace="http://xmlsoap.org/Ping" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://xmlsoap.org/Ping"><xs:element name="Ping" type="tns:ping"/><xs:complexType name="ping"><xs:sequence><xs:element minOccurs="1" maxOccurs="1" name="scenario" nillable="true" type="xs:string"/><xs:element minOccurs="1" maxOccurs="1" name="origin" nillable="true" type="xs:string"/><xs:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PingResponse" type="tns:PingResponseBody"/><xs:complexType name="PingResponseBody"><xs:sequence><xs:element minOccurs="1" maxOccurs="1" name="scenario" nillable="true" type="xs:string"/><xs:element minOccurs="1" maxOccurs="1" name="origin" nillable="true" type="xs:string"/><xs:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:schema>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd0.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd1.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd1.xsd 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd1.xsd 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema elementFormDefault="qualified" targetNamespace="http://InteropBaseAddress/interop" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://InteropBaseAddress/interop"><xs:element name="echo"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="request" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="echoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="echoResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element></xs:schema>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd1.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd2.xsd
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd2.xsd 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd2.xsd 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element!
name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:patt!
ern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\d
a-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/></xs:schema>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/xsd2.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/config.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/config.xml 2006-08-23 12:52:29 UTC (rev 808)
+++ branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/config.xml 2006-08-23 12:53:25 UTC (rev 809)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ This file is used from the webservice/test subdirectory
+ therefore the resource references have to be relative to that base directory.
+-->
+<configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
+ <wsdl location="resources/interop/microsoft/security/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl"
+ packageName="org.jboss.test.ws.interop.microsoft.security.wsse10"/>
+</configuration>
\ No newline at end of file
Property changes on: branches/jbossws-1.0/src/test/resources/interop/microsoft/security/wsse10/config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
More information about the jboss-svn-commits
mailing list