‎2008 Jul 08 12:20 PM
Hi friends,
Kindly let me know whate is web services, how to start work on that.
My client requirement for couple of objects is:
1. Create a web service which can perform the following actions:
a. Read the XML input file.
b. Perform the action defined in the XML file and create/update/query the business objects in SAP. The service should be scalable for change in data model, if the xml file contains different attributes, it should interpret and perform the appropriate actions
c. Output the required data as xml file based on the definition, which is defined in XML file or template
HOW we can resolve this issue. Kindly suggest me .
Thanks in advance.
Regards,
Sreenivas
‎2008 Jul 08 12:26 PM
Hi Sreenu,
Check the following links:
http://help.sap.com/saphelp_nw04/helpdata/en/d6/f9bc3d52f39d33e10000000a11405a/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/content.htm
http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci1003638,00.html
Hope this helps you.
Regards,
Chandra Sekhar
‎2008 Jul 08 12:40 PM
Hi Chandu,
Just i want know that, using webservices can we upload data into SAP based on XML file without any middle ware tool.
I have a XML file and i want update the same data to SAP for a particuler object.
where i can map XML file details and SAP object fields.
Regards,
Sreenivas
‎2008 Jul 08 12:54 PM
‎2008 Jul 08 12:32 PM
‎2008 Jul 08 12:42 PM
Hi,
Just i want know that, using webservices can we upload data into SAP based on XML file without any middle ware tool.
I have a XML file and i want update the same data to SAP for a particuler object.
where i can map XML file details and SAP object fields.
Regards,
Sreenivas
‎2008 Jul 08 12:40 PM
Hiii!
Check out these links
http://www.crosschecknet.com/web_services_testing_SAP.php
Regards
Abhijeet Kulshreshtha
‎2008 Jul 08 12:41 PM
Hi ,
Just i want know that, using webservices can we upload data into SAP based on XML file without any middle ware tool.
I have a XML file and i want update the same data to SAP for a particuler object.
where i can map XML file details and SAP object fields.
Regards,
Sreenivas
‎2008 Jul 09 8:46 PM
You can do that of course with XI or BC, but:
There is an interesting option which requires no middleware in between at all. You can send your data via http to the ICF (Internet communcation framework) which is embedded in the SAP system.
ICF provides standard HTTP request handlers for sending and receiving idoc-xml, for example.
If you send other format, you can write a request handler in ABAP to map your things.
A customer from me had the same requirement (direct XML transfer to SAP), works fine with ICF.
CSY
‎2008 Jul 10 12:53 PM
Hi Friend,
Could you please send code or screen shot of the process, because this very urgent for me.
Kindly send an example to
Regards,
Sreenivasa.
‎2008 Jul 08 12:44 PM
hi,
To learn about how to upload data to XML please refer to this link.
[http://help.sap.com/saphelp_nw04/helpdata/en/71/421640033ae569e10000000a155106/content.htm]
Hope this will help.
Regards
Sumit Agarwal
‎2008 Jul 08 12:49 PM
Sumith,
The given one is related to BW but i need to work only with ABAP and XML file.
Can u please tell the brief steps how can start.
Regards,
Sreenivas
‎2008 Jul 08 12:54 PM
hi,
For using XML you have to SOAP server and other facilities like WSDL which is configured mostly on BW. So we have to look to the BW however we are using ABAP.
Regards
Sumit Agarwal
‎2008 Jul 08 3:01 PM
Hi sreenivas d ,
The following websites will answer u'r question:
How to develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0
How To... Set Up a Web-Service Related Scenario with SAP xi
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