Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SOAP Location

Former Member
0 Likes
412

Hi everyone!

I've got a problem with SOAP customizing.

In the following sample of generated WSDL, it's cleared that the port port for WS is equal to 443.

....

- <wsdl:service name="service">

- <wsdl:port name="ZERX_WS_TEST_2" binding="tns:ZERX_WS_TEST_2">

<soap:address location="http://erpportal:443/sap/bc/srt/rfc/sap/zerx_ws_test_2/150/zerx_ws_test_2/zerx_ws_test_2" />

</wsdl:port>

</wsdl:service>

....

I have no idea to change it to correct one which is 8002 - the same as portal port.

Does anyone know the solution?

Thanks in advance.

Hi everyone!

I've got a problem with SOAP customizing.

In the following sample of generated WSDL, it's cleared that the port port for WS is equal to 443.

....

- <wsdl:service name="service">

- <wsdl:port name="ZERX_WS_TEST_2" binding="tns:ZERX_WS_TEST_2">

<soap:address location="http://erpportal:443/sap/bc/srt/rfc/sap/zerx_ws_test_2/150/zerx_ws_test_2/zerx_ws_test_2" />

</wsdl:port>

</wsdl:service>

....

I have no idea to change it to correct one which is 8002 - the same as portal port.

Does anyone know the solution?

Thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
373

up