Skip to main content

WSDL that span multiple files

Comments

1 comment

  • David Paras

    • 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 Mapper

    Note: you can place your referenced XSD's (ex: "Message.xsd") within your <CompanyName> folder.

    0

Please sign in to leave a comment.