cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL not correctly generated when called via webdispatcher

olivier_thiry
Participant
0 Kudos

Hello,

I encounter the following issue :

I defined and deployed a WS on a CE environment, composed of 2 applications servers (let's name them AS1 and AS2). Their port are 58200 and 57600

When I try to get the WSDL generated through the webdispatcher (let's say WD), the endpoint is not correctly set...

In fact, here is the scenario :

call http://WD:8084/MyWebService?wsdl

I got as endpoint :

<soap:address location="http://WD:58200/MyWebService" />

or

<soap:address location="http://WD:57600/MyWebService" />

So we can see, the port is well the one's from the AS where the request was re-directed, but the server is always the WD...

As result off course, an invalid URL...

How can I fix this ? (hoping this is the good forum)

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I too faced a similar situation, where my servers are behind a load balancer . And SAP Note 1325985 helped in overcoming the issue.

Regards

Sundar