“Can Not Parse the WSDL file” error in PowerBuilder 12

末鹿安然 提交于 2019-12-13 03:55:36

问题


In my application i am trying to use a web service for the credit card processing. I am using 3DSI WSDL to perform the task. The problem is, whenever I am trying to go through the Web Service Wizard, keeping the link and hitting the service button, PB is throwing an error, "Can Not Parse the WSDL file". I tried both with EasySoap and .net. But the result is same.

My WSDL links are mentioned below:

https://services.PWSDemo.com/CreditCardTransactionService.svc https://services.PWSDemo.com/CreditCardTransactionService.svc?wsdl

Credit Card Transaction Processing https://services.PaymentWorkSuite.com/CreditCardTransactionService.svc https://services.PaymentWorkSuite.com/CreditCardTransactionService.svc?wsdl

can anybody please tell me what extra I need to do before I can access a WSDL file, or is it a PB error?

Regards, Manab


回答1:


Too late, but might still help other PB users around, like me who spend almost a day trying to figure out what was wrong. The answer/reply given by @Slapout worked like a charm. Wonder why nobody marked it as answer.

You might try saving a copy of the wsdl to your computer and try to get PB to read it from there.



来源:https://stackoverflow.com/questions/12077401/can-not-parse-the-wsdl-file-error-in-powerbuilder-12

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!