cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a WebService

Former Member
0 Kudos

Hi All,

Im following this help doc to build an application to consume a webservice.

http://help.sap.com/saphelp_nw04/helpdata/en/81/12703e5da3e946e10000000a114084/frameset.htm

What I want to understand is the following :

In point no 7. What configuration do I need to do with the logical port.


7. If necessary, configure the logical port.

In point no 8. What is SEI and how do I program my application using the SEI.


8.  Program your application using the service endpoint interface (SEI). 

What does the below mean? This is point no 8 continued.


When programming a client application, you receive a stub that implements the service endpoint interface through the implementation class of the service interfaces. 
Transfer the Web Service Client API to the Java project class path that contains the client application. You can also add the Client API JAR file from the context menu of the Java Explorer in the Web Service perspective.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I have created a deployable proxy for this webservice. I have now created a EAR and have deployed this EAR on the JAVA WAS.

Then I have added the JAR file of this JAVA Proxy into my project using->Project->Properties->Add Jars.

The question is how do I use this proxy now.

Thanks

Former Member
0 Kudos

HI All,

Does anyone know how to use this proxy? I have created a proxy from this WSDL file that is provided to me by a URL.

Now I need to use this proxy.

Please suggest.