cancel
Showing results for 
Search instead for 
Did you mean: 

Using SAP web services

Former Member
0 Kudos

Hello,

I am completely new to sap web services.

I have added a SAP webservice in SOAPUI for testing purpose and want to consume those web service through java using Eclipse IDE.

Here i have added a client for these web service and got three class which are CallBackHandler,Stub,Fault .

What steps should i follow to make call to these functions through Eclipse,which jar files should i include?


Also while accessing SAP webservice i get authorization error(Proxy Authorization Required)

what is the role of SAP_BC_WEBSERVICE_CONSUMER do i need to add this webservice before i access any other webservice?


Please help.



Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193379
Active Contributor
0 Kudos

Hi Rupali,

You have to consume WSDL file in your java client.

Thanks,

Hamendra

Former Member
0 Kudos

Hi Hamendra,

Thanks for your reply

I have created the webclient using that wsdl file and have got three classes createPurchaseOrderStub

createPurchaseOrderCallback,StandardMessageFault

I am not understanding how do i use this function to create PO using Eclipse.

Thanks

Rupali