Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added test for #174; Modified failing (IE) tests for find
- Loading branch information
1 parent
bfa8306
commit e7669f6
Showing
3 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<soap:Body> | ||
<jsconf xmlns="http://www.example.com/ns1"> | ||
<response xmlns:ab="http://www.example.com/ns2"> | ||
<meta> | ||
<component id="seite1"> | ||
<properties xmlns:cd="http://www.example.com/ns3"> | ||
<property name="prop1"> | ||
<thing /> | ||
<value>1</value> | ||
</property> | ||
<property name="prop2"> | ||
<thing att="something" /> | ||
</property> | ||
</properties> | ||
</component> | ||
</meta> | ||
</response> | ||
</jsconf> | ||
</soap:Body> | ||
</soap:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters