cancel
Showing results for 
Search instead for 
Did you mean: 

wsdl connection not refreshed in QA and Prod

Former Member
0 Kudos

We have developed a offline

interactive adobe from based on a WSDL Data connection.

The form works fine in development. We moved the form to QA system. But

in the XML source code in the form which is based on the WSDL still

contains the Development host.

Although dynamically Hostname and Port are captured in the

Java script and made a soap connect , it still also use the Values in

the WSDL to connect to development system webservice.

=========================================================

Dynamic hostname and port generation

=========================================================

var cURL = enter the WSDL url generated in the first step;

var service = SOAP.connect(cURL);

xfa.connectionSet.name of our custom data connection.execute(0);

=========================================================

Development server hostname in WSDL source which is carried over to

subsequent systems

=========================================================

service name="ZQI_EXDATA_QUALITYCHECKLISTService">

<documentation>SAP Service ZQI_EXDATA_QUALITYCHECKLIST via

SOAP</documentation>

- <port name="ZQI_EXDATA_QUALITYCHECKLISTPortType"

binding="s0:ZQI_EXDATA_QUALITYCHECKLISTBinding">

<soap:address

location="http://<Dev hostname>:<Abap port>/sap/bc/soap/rfc" />

</port>

============================================

The WSDL is getting refreshed in the QA system only if create a New

data connection based on the WSDL downloaded from QA system.

We cannot do this in our QA system or Production system as the System

settings will not allow for modifications.

Accepted Solutions (0)

Answers (1)

Answers (1)

martin_lass
Explorer
0 Kudos

Hello Tanuj,

we have the same problem. Have you got any idea how to fix ist? Or has any one else an idea?

Thank you.