WSDL that span multiple files
Is it possible to import WSDL’s that span multiple files (i.e. references to supporting WSDL’s & XSD’s)? Right now I’m trying to find a method for creating a single flat WSDL to use as a test, but that is proving to be problematic.
-
• Create a folder “<CompanyName>" under: [AdeptiaInstallDir]/ServerKernel/web
• Put the “Message.xsd” inside the above folder
• Edit the WSDL and replace the entry:schemaLocation="Message.xsd" with
schemaLocation="http://[hostname where Adeptia Server is running]:8080/adeptia/<CompanyName>/Message.xsd"• Create the Web service consumer using the above WSDL
• Create the XML Schema using the above Web Service Consumer
• Use the above XML Schema in the Data MapperNote: you can place your referenced XSD's (ex: "Message.xsd") within your <CompanyName> folder.
0
Please sign in to leave a comment.
Comments
1 comment