Skip to Content
0
Former Member
Jan 11, 2008 at 12:10 PM

Include-instruction inside of a WSDL to a XSD

70 Views

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