Quantcast
Channel: SCN: Message List - Service-Oriented Architecture (SOA) and SAP
Viewing all articles
Browse latest Browse all 1056

Re: How to call an ABAP webservice?

$
0
0

this old but i will answer anyway because maybe somebody will looking for the answer:

 

from suds.client import Client

 

url = ' wsdl url here'

client = Client(url, username='***', password="***")

 

then yo do:
print client

and you will find a line like:

Methods (1):

            ZGETDETAILS(ns0:char10 CODENUMBER)

 


and that name is the name you use for call the service , example:

 

client.service.ZGETDETAILS('CodeNumber'ValueHere)


Viewing all articles
Browse latest Browse all 1056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>