WSDL; Cannot resolve type

Posted by Venky on 11-Feb-2018 17:33

I am looking to integrate a SOAP web service(https). But I am having below error, it is the same for WSDL analyser(bprowsdldoc). 

Error loading WSDL document demo02e.amcsgroup.com/.../TrpCloudService.svc :
Cannot resolve type: 3:RoutePlanningStatelessMessage{http://tempuri.org/} for element RoutePlanningStatelessMessage{http://tempuri.org/} (11748)

I have tried different things but none work. I have exhausted all the options and believe that the error is because Progress is not able to decode the multiple level complex types(complex types that contain other complex types and so on).

If anyone faced the same problem, could you please confirm if there is a workaround and if Progress is already working to fix it.

Thank you,

Venky

Posted by OctavioOlguin on 14-Feb-2018 17:22

Yes.. you are right...  bprowsdldoc, and for that matter, all the tools you could find on a brief search, won't decode  that level deep wsdl....

I find three months ago that situation... endeded doing manual simplification of wsdl, and using that as input to wsdl tool... and thne asembled everything by hand... time consuming if you wish, but at the end it helped me to create the dataset, that otherwise would be very time consuming  by doing by hand..

All Replies

Posted by OctavioOlguin on 14-Feb-2018 17:22

Yes.. you are right...  bprowsdldoc, and for that matter, all the tools you could find on a brief search, won't decode  that level deep wsdl....

I find three months ago that situation... endeded doing manual simplification of wsdl, and using that as input to wsdl tool... and thne asembled everything by hand... time consuming if you wish, but at the end it helped me to create the dataset, that otherwise would be very time consuming  by doing by hand..

This thread is closed