cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit WSDL ?

Former Member
0 Kudos

Hi,

I'm trying to use WSDL of my web service, but there is one problem with endpoint. In WSDL it looks like this:

<wsdl:service name="service">

<wsdl:port name="ZSEC_CHECK" binding="tns:ZSEC_CHECK">

<soap:address location="http://domain.com:8004/sap/bc/srt/rfc/sap/zsec_check/001/zsec_check/zsec_check"/>

</wsdl:port>

</wsdl:service>

and the problem is that the 'domain' doesn't exist yet. I must use the endpoint using IP address, but when I created web service, the endpoint was prepared automatically with non-exist-domain. How could I change endpoint address in WSDL?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I was facing a similar issue..... and what needs to be done is...run the SOAMANAGER Tcode.....then goto SOA Managment-> Technical Settings>J2ee Settings....and change the hostname and port over here as whtever you want which will be automatically reflected in the WSDL.

Hope this helps..

Cheers

Dhwani

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can edit a WSDL yourself, open it in notepad or any editor and you can change the hostname to ip address.

Thanks and regards,

suresh