Author |
Message
|
ups0409 |
Posted: Fri Jun 16, 2017 12:35 am Post subject: WSDL ISSUES |
|
|
Novice
Joined: 14 Jun 2017 Posts: 12
|
Hi, I have an application in IIB10 in that one flow as two soap request nodes , with two WSDL but when i create a message model for both of the WSDL i am getting an
error Description
Resource Path Location Type
Global type {http://xml.apache.org/xml-soap}Map in project MemberChannelServices exists more than once within the Application MemberChannelServices RetrieveEligibility_InlineSchema2.xsd /MemberChannelServices XSD Schema Validation Problem |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jun 16, 2017 4:35 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You probably need a global shared library with your wsdl and xsds in it. You cannot define twice the same global element (including namespace) in different message models  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ups0409 |
Posted: Tue Jun 20, 2017 4:27 am Post subject: |
|
|
Novice
Joined: 14 Jun 2017 Posts: 12
|
Hi thanks ,for the reply but how to make one with two wsdl's
You need both wsdls in the same model... or you'd need to consolidate them into a single wsdl with multiple operations.
Have fun  |
|
Back to top |
|
 |
ups0409 |
Posted: Tue Jun 20, 2017 4:51 am Post subject: |
|
|
Novice
Joined: 14 Jun 2017 Posts: 12
|
hi i have two WSDL files , RetrieveMemberInformation.wsdl & RetrieveEligibility.wsdl . So, do i need to create a shared library with these to WSDL files . I need to create this via message model |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 20, 2017 5:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you tried importing both wsdls into the same message model?
Save in between an merge the xsds with source control...
Or simply consolidate both operations in a single WSDL.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|