on 2008 Aug 13 5:52 PM
I am a REAL newbie to ESOA. So my question is very basic.
I am looking to develop an application that makes a web call using SOAP or XML to a service within the SDN ES Workplace. I don't care what it does there except I want it to be meaningful, like retrieiving a list of customers or vendors or GL balances, or whatever. The application making a web call would not have any SAP software installed on it. No SAPGUI, No Visual Composer, nothing from SAP. It's just a pure web client that can make a SOAP and/or XML call.
So, first of all is that even technically possible? Is that what the ES Workplace all about?
Thanks
Hi Wardell,
Yes, it is possible to call any enterprise service available in SDN ES workplace without have any SAP tool. That is a basic rule of consuming webservice. But you need to have proper information about the end points and authorizations to call that service. then only you can call a webservice, irrespective of that in which technology it is build.
Hope this will answer you Q.
regards,
Adish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wardell,
SOA is an architecture. The way u would retrieve any web service or wsdl remains the same as u would have done it in normal PI/XI.
SOA/ESOA is a technique in which the same interface would be developed in an more efficient and reusable way.
the building block remains the same as in PI.
Have u worked on SOAP adapters..?
the concepts of authorizations take place in similar way...
hope this clears ur query a bit.
regards,
Vishal
Wardell,
It is definitely possible. You will first need to know the wsdl of whichever service you are trying to access. This you can do by visiting the service repository of your ESOA server. The typical url for accessing service repository is
This part of the SOA has to be deployed on SAP infrastructure. But it can be accessed by any non-SAP system.
Once you have the wsdl then you can use any webservice development toolkit to develop your webservice client.
Search SDN for Enterprise SOA development handbook.
Regards,
Vandana.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.