Hi,
I’m new here and I’m trying to send a POST request that has an XSD request.
The XSD request that I put in the Body (raw - XML(text/xml)) looks like that:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version=“1.0” xmlns:xs=“http://www.w3.org/2001/XMLSchema”>
- <xs:schema version=“1.0” xmlns:xs=“http://www.w3.org/2001/XMLSchema”>*
- <xs:complexType name=“createSrFolderRequestBean”>*
-
<xs:sequence>*
-
<xs:element name="Folder name" type="xs:string"/>*
-
<xs:element name="Parent folder name" type="xs:long"/>*
-
</xs:sequence>*
- </xs:complexType>*
</xs:schema>
What I see in all the tutorials is that the body use “soapenv:...” instead of “xs:...”.
I don’t find a single example in the Internet where the body uses “xs:...”.
GETs are working fine.
Could you please help me with this??
Thanks!!