Question
1
Replies
34
Views
Posted: May 8, 2018
Last activity: May 9, 2018
Closed
Solved
how to consume .asmx URLs provided by .Net application from Pega 7.3.1
We got .asmx URLs from some .Net application. we have to consume the service provided by that .Net application.
I have tried to run the Connector & Metadata Wizard with metadata type as Dot Net. But it is also expecting WSDL url only. Could you please let me know whether is there anyway to consume .asmx URL directly? or can we append ?wsdl to those .asmx url and use that wsdl url?
Hi Satish,
The WSDL can also generally be reached by appending "?wsdl" to the address of the asmx file. So try by doing this.
thank you
-Abhishek