cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GRC connectivity with wsdl

0 Kudos

Hi,

we are trying to communicate the SAP GRC with the web services wsdl (DOC_3I_GRAC_USER_ACCES_WS.wsdl) where that wsdl does not contain the XXXservice.java or XXXport.java or XXXlocator.java files so how to write the client programs for those wsdl.

Any sample code will be very helpfull.

thanks,

pranali.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193066
Active Contributor
0 Kudos

WSDL is an XML format for describing network services as a set of endpoints operating on messages containing either document-oriented or procedure-oriented information


can you elaborate your requirement.


Regards,

Prasant

0 Kudos

Hi,

we are trying to consume GRAC_USER_ACCES web service by using DOC_3I_GRAC_USER_ACCES_WS.wsdl file.

So to consume this we need to write web client code.

As normally when we tried to consume any wsdl we will generate the stub (.java ) classes using 'axis' framework.

then those stub classes will also includes the .java files for binding.

As here with DOC_3I_GRAC_USER_ACCES_WS.wsdl it is not generating any binding .java files so we are confused how to consume them.

thanks,

Pranali.