To resolve this problem, use Notepad to modify the map file and to manually add the missing schemas. To do this, follow these steps:
Note In this example, assume that your input message schemas are
Part1.xsd and
Part2.xsd and that both schemas belong to the
http://SomeNameSpace namespace.
1. | Click Start, click Run, type notepad, and then click OK. |
2. | Click File, and then click Open. |
3. | In the Files of type list, click All Files. |
4. | Locate and then click your .btm file, and then click Open. |
5. | In your map file, locate the following line of code:<xs:import schemaLocation=".\part1.xsd" namespace=http://somenamespace />
|
6. | Click the end of line, press ENTER, and then type the following code:<xs:import schemaLocation=".\part2.xsd" namespace=http://somenamespace />
|
7. | On the File menu, click Save. |
8. | Exit Notepad. |