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

Hi C Z,

 

we are currently also trying to use suds from Python to call our own remote capable function module. Could you please show a few lines of example code?

 

We use as a test case so far:

 

from suds.client import Client, Method

from suds.transport.http import HttpAuthenticated

 

def main():

 

    transport = HttpAuthenticated( username="dahe", password="v0rdipl0m" )

 

    url = "http://192.168.11.4:8099/sap/bc/srt/wsdl/sdef_Z_CCAG_PIB_GET_CUST_FOR_OBJECT/wsdl11/ws_policy/document?sap-client=100"

   

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

 

We fail to see how to call the method/ service afterwards ... Any help really appreciated!

 

Thanks!

 

Cheers

   Frank


Viewing all articles
Browse latest Browse all 1056

Trending Articles



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