cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming ES Workplace Webservice in Visual Composer

former_member199223
Participant
0 Kudos

Hi All

This is My Secenario Consume ES Workplace Webservice in Visual Composer

I am Using Server Version = 2004s 7.0 SP 13

This is My ES Web service URL = http://erp.esworkplace.sap.com/sap/bc/srt/xip/sap/ecc_suppliersnaqr/version2?sap-client=800&wsdl=1.1...

Note:

If you need to access this web service you need a ES web service User Autuntication

1)I have down load this ES web service and store in Local server and make it one http alias URL Example(http://localhost:50000/WSDL/Supplier.wsdl)

2)Open VC Create new Model

3)Next Tools --> Define web service System --> It will open window

4)I have Given a system name,alias,web service URL and user name password.Example("ESSupplier","ES1","http://localhost:50000/WSDL/Supplier.wsdl","User name","Password")

5)Next Open Find Data Service -->Select the My system which i created "ES1" ,Click search button Now i can able to see the INPUT and OUT PUT Structur.

6)After that i Drag and drop the model and create input form and out put table

7)After that Compile using using web dynpro compiler and deploy the application .

When i run the application .I got an error "Error during execution: Could not execute Web service operation"

Even when I followed below Link I got the same error

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a160392c-0e01-0010-7784-9cc564d8...

I tried following web service its working fine ( but this Not an ES web service)

URL: http://www.webservicex.net/WeatherForecast.asmx?wsdl

Please help me in this secenario Its very urgent

Thanks And Regards,

Boopathi M

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i found this link on SDN. If you have see this, then ignore my post..

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4094345f-341f-2b10-86a0-86a6309f...