cancel
Showing results for 
Search instead for 
Did you mean: 

Error in loading WSDL file

Former Member
0 Kudos

Hi there,

I use the tutorial Creating an E-Mail Client Using Web Dynpro's Adaptive Web Service Model example but I have a problem with loading WSDL file in the wizard Choose a published service from UDDI.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hae try opening the url in your browser.If it doesnt opens even there then there is some problem with the firewall setting which doesnt allows the url to be opened

Former Member
0 Kudos

Hi,

Are you using UDDI option in the wizard while loading WSDL file

& can you please mention the error also.

Former Member
0 Kudos

yes, I use the option UDDI or URL in loading the WSDL file

former_member751941
Active Contributor
0 Kudos

Hi Antesar,

Paste the wsdl in the explorer and check whether u r able to see the wsdl content in xml format or not.If its fine make sure username and password is correct.

Ex : http://host:postno/Test/TestConfig?wsdl

Content :

<?xml version="1.0" encoding="UTF-8" ?>

- <!-- Generated by WSDLDefinitionsParser

-->

- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="TestWsd" targetNamespace="urn:TestWsd" xmlns:bns0="urn:TestWsd/TestConfig/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

<wsdl:import location="http://sa2sscp001:50000/Test/TestConfig/bindings?wsdl&style=document" namespace="urn:TestWsd/TestConfig/document" />

- <wsdl:service name="Test">

- <wsdl:port name="TestConfigPort_Document" binding="bns0:TestConfigBinding">

<soap:address location="http://sa2sscp001:50000/Test/TestConfig?style=document" />

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

Regards,

Mithu