Hi guys, i have a WebService which i want to use. Here is given an include to get further descriptions to the data etc. It looks like this:
<?xml version="1.0" encoding="ISO-8859-1"?>
<wsdl:definitions xmlns....>
<wsdl:types>
<xsd:schema targetNamespace="http://soap.**/hwa/">
<xsd:include schemaLocation="http://soapwart.**.xsd" /> <<------
</xsd:schema>
</wsdl:types>
<wsdl:message name="get**">
<wsdl:part element="tns:get**" name="body" />
</wsdl:message>
...
Is this possible and how to use in SAP XI?!
br