cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR LOADING WSDL....

Former Member
0 Kudos

Dear All

We are trying to create a scanario which involves:

Webservices <--


> PI <--


> WebServices

On the Sender and Receiver side we are using SOAP adapter

Source Sytem is WEBSERVICES and target system is EP ( WEBSERVICES).The target system(EP) is asking for a URL.

I getting the following error when i try to call the webservice into GP.

_Could not load WSDL: GenericServiceFactory initialization problem when trying to load Web service model for WSDL: http://ssisrp7r:50000/sap/xi/engine?type=entry_

I have tried using the Source Sytem URL as well as PI URL and in both the cases I am getiing the same error.

One more Question:

Which URL we need to use for EP...

1) The source system URL or PI URL.....??

Kindly help

Regards

Azahar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

U r target system is EP and it is asking for an url..

U need to import the wsdl file which is generated from target system. EP should generate the Webservice and give to XI so that XI sends data to EP.

For Sender webservice XI Should create Webservice and provide to sender webservice so that they will send the data to XI

Former Member
0 Kudos

After Creating the webservice in XI and save that webservice as .wsdl

Provide the url from that wsdl i.e address location

give that url to other system

former_member183906
Active Contributor
0 Kudos

It will be EP URL..

1) open url in IE

2) check they dont have proxy setting

3) try out with soap action

4)try send it out in the Integration Engine specying with their url ..

Thats the URL to define WS in PI

http://<Host>:<Port>/XISOAPAdapter/MessageServlet?channel=:<Bussines_System>:<Communication Channel>

this link ll be helpful to u..

Former Member
0 Kudos