How to call SAP web service in Java? -
How to call SAP web service in Java? -
i have rfc-enabled function in sap (webservice
).. want phone call function , result using java
. should do? (i have wsdl
endpoint)
call consuming other normal web service.
use jax-ws,which java standard it.
see here , here example.you can utilize http clients phone call web service well.apache http client great library if want go in direction.there illustration available here well
java web-services sap rfc
Comments
Post a Comment