cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Builder - WSDL -HTTP_Port location

Former Member
0 Kudos

Hi guys,   how are you?

now, when i'm getting the wsdl over Integration Builder, i'm getting this  on location for HTTP_PORT:   http://host.mycompany.com

but we want that the url  location be the LB url:  http://piqa.mycompany.com

we was editing some parameters on Exchange profile on Administration on PI. but  it doesnt' work, still it generate http://host.mycompany.com

these are the parameter we have edited.

com.sap.aii.connect.repository.name  & com.sap.aii.connect.repository.httport.

Could you help me pls?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Yassir,

If you are providing the web service to other system to invoke PI service, then you need to edit the WSDL after downloading from Integration Builder.

your service should in below format

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

Regards,

Harish

Former Member
0 Kudos

Hi Harish, while we use this format:

http://host.mycompany.com:50200/dir/wsdl?p=ic/7d48bd0429343b6d8c7aa05416c811bc

the wsdl it's displayed well on SOAP UI,  but the location on HTTP_PORT is still  http://host.mycompany.com.

when we use this format

http://PIQA.mycompany.com/XISOAPAdapter/MessageServlet?channel=party:service:channel

=>

http://piqa.mycompany.com/XISOAPAdapter/MessageServlet?senderParty=&senderService=LABORES_QA&receive...

we have this error

Thanks for your answer.

Regards.

Former Member
0 Kudos

Hi the url  http://piqa.mycompany.com  is a load balancer url and the port is 80.

this url forwards to  http://myhos.mycompamy.com:50200/....

that's the point..

Regards.

Harish
Active Contributor
0 Kudos

Hi Yassir,

then you need to use the default port for the load balancer URL. there should be some port when you connect.

Regards,

Harish