blob: 3f64fd0a4b1d02b51647b11899e41dd53303711f [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
namespace=http://ode/bpel/unit-test/TestXPathNamespace2.wsdl
service=TestXPathNamespace2Service
operation=operation1
request1=<message><newParameter1><c:Company xmlns:c="http://www.company.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= "http://www.company.org Company.xsd"><c:Person><per:Name xmlns:per="http://www.person.org">John Doe</per:Name><per:SSN xmlns:per="http://www.person.org">123-45-6789</per:SSN></c:Person><c:Product><pro:Type xmlns:pro="http://www.product.org">Widget</pro:Type></c:Product></c:Company></newParameter1></message>
response1=.*Foo Name.*123-45-6789.*Foo Type.*