cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Web Service Using Java Proxy

Former Member
0 Kudos

Hi Experts,

I am working on a scenario where in I need to send two numbers to a Web service and obtain response from the same.Now the problem is that I cant have the wsdl of the Webservice hence cannot use the SOAP adapter on the reciever side. So I am planning to use Server Java proxy. Please help me with how exactly a webservice can be called in using Java proxy and how a response can be obtained from the same

Many Thanks,

Neha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Neha,

you may find the solution here..........

how to work with java proxies

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc21...

Use a Java Proxy instead of a JCA Adapter

Use a Java Proxy instead of a JCA Adapter

Thanks,

Mahdu

Answers (3)

Answers (3)

Former Member
0 Kudos

Why server proxy? If you create DT for SOAP req. and Resp then also it will solve your problem.(and for this you should know the SOAP req/resp structure).

Thanks

Farooq.

Former Member
0 Kudos

Ya. But I want to use Java proxy.

Please provide solution

Thanks,

Neha

former_member187563
Contributor
0 Kudos

hi,

you can refer following pdfs for server proxy:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

regards,

ujjwal kumar

Former Member
0 Kudos