cancel
Showing results for 
Search instead for 
Did you mean: 

Calling web service scenario through java console application

Former Member
0 Kudos

hi all,

I was able to invoke webservice through XML spy by following this link

"/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

But in real time environment client may not accept XML spy to run webservice application..So can any assist me how can i send and receive soap requests through Java application.

If it is not possible by using java , please give reason as well....

If it possible, please provide a blog or relevent information to the above request.

Thanks..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Ajay,

Standalone web service proxies fit exactly into the situation you described...

Get your WSDL and from that create a standalone proxy using NWDS.you can then refer the API library generated from this inside your standalone console java application...

do not forget to take care of setting the credentials programtically ...you would need to make use of <b>xiappluser</b>

Former Member
0 Kudos

HI,

This is possible to use from JAVA code , either through Java proxy , or you can directly send to IE.

See the below links

Communication between SAP System & Webservice Using Proxies - /people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/java/integra...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10d1bde2-699f-2910-8e86-f46bfe04...

Regards

Chilla

former_member187339
Active Contributor
0 Kudos

Hi,

Refer this blog:

https://weblogs.sdn.sap.com/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

its for .Net

Regards

Suraj

Former Member
0 Kudos

Yes Suraj...

the blog u provided is relating to .net framework... But i need java application which send message in format of SOAP through http call.