cancel
Showing results for 
Search instead for 
Did you mean: 

EP webservice access from XI

Former Member
0 Kudos

Hi Experts,

I have created a webservice from Java class in Netweaver Developer Studio (Enterprise Portal). When I downloaded the wsdl from the wsnavigator, it stored in 3 different folders. Main.wsdl in main folder and other two sub wsdls in bindings and porttypes folder.

I have to consume this EP webservice in XI, so I have imported in the External Definitions under wsdl category. I have imported the Main.wsdl, inside this wsdl I have the below line. <wsdl:import location="./bindings/Config1_document_sap.wsdl" namespace="urn:My_firstWebservice_localWsd/Config1/document" />

Main wsdl couldn't get the bindings/Config1_document_sap.wsdl. So, I am not able to see any methods under messages.

Could you please tell me how to get all the wsdls or How to get the xsd from the EP?

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

vijay_b4
Active Contributor
0 Kudos

Hi Sara,

Check this links:

/thread/2576 [original link is broken]

The WSDL is given in this url:

http://api.google.com/GoogleSearch.wsdl

Take this and copy in a notepad and save it as GoogleSearch.wsdl and import it as an external definition and continue with your scenario.

http://help.sap.com/saphelp_nw04s/helpdata/en/43/2235630b413fe1e10000000a11466f/frameset.htm

Reward points if this helps

Regards

Pragathi.

Answers (2)

Answers (2)

former_member556603
Active Contributor
0 Kudos

Hi,

You can Go through these links to get some info about accessing Webservices:

http://help.sap.com/saphelp_nw04/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/b7/d7baaf1481a349ab723e3acd7334b3/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/45/06bd029da31122e10000000a11466f/frameset.htm

/people/shabarish.vijayakumar/blog/2006/11/26/adapter-scheduling--hail-sp-19-

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap

Thanks,

Satya Kumar

aashish_sinha
Active Contributor
0 Kudos

Hi,

Look at these links and blogs

Web Services Testing: SAP Netweaver Platform

http://www.crosschecknet.com/web_services_testing_SAP.php

How Web services play a key role on the SAP NetWeaver

http://www.sap.info/public/INT/int/index/Category-28943c61b1e60d84b-int/0/articlesVersions-500244687...

How to develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b...

How To... Set Up a Web-Service Related Scenario with SAP xi

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

Enhancing Your Web Services with SAP Exchange Infrastructure

http://www.sappro.com/downloads/SAPXI.pdf

Web Services, Part XI: Consuming Multiple Web Services

http://www.webreference.com/js/column106/

Vulneribility assesment of SAP Web Services

http://www.crosschecknet.com/resources/white_papers/sap_va.pdf

http://help.sap.com/saphelp_nw70/helpdata/en/a1/bbba3eb645dc61e10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw70/helpdata/en/70/13353094af154a91cbe982d7dd0118/content.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b07992b3-b5af-2a10-9886-affcbecc...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/301ff0bb-74ca-2910-fa99-eae39269...

/people/ginger.gatling/blog/2007/01/09/guided-procedures-example-of-the-external-web-service-callable-object

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0cac0dea-0d01-0010-edb4-8c7b068f...

Regards

Aashish Sinha

PS : reward points if helpful