Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices

Former Member
0 Kudos

Hi Friends,

i am working on ERP2004. <b>i would like to work ABAP Webservices.</b> Can you please tell me <b>how can i start to work WebServices.</b>

thank in advance,

Regards,

Kannan.

1 ACCEPTED SOLUTION

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

/people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

/people/thomas.jung3/blog/2005/02/14/webservices-a-real-world-implementation-experience

/people/thomas.jung3/blog/2005/04/21/webservice-navigator-page-for-abap-and-java

/people/thomas.jung3/blog/2005/04/27/webservice-navigator-page-for-abap-and-java-part-2--abap-unit

/people/thomas.jung3/blog/2005/05/09/abap-webservices-logon-language-processing

/people/thomas.jung3/blog/2005/05/13/calling-webservices-from-abap-via-https

/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training

/people/thomas.jung3/blog/2005/06/05/web-services-the-case-of-the-missing-soap-action-header

11 REPLIES 11

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Here is some documentation.

http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm

Please make sure to award points for helpful answers ans mark this post as solved if your question has been answered. THanks.

Regards,

Rich Heilman

0 Kudos

Hi Rich,

i read help which you gave. i am working on it. i have got a problem in WSADMIN t.code. i am unable to find <b>name of an application server on which a J2EE Engine was started </b> . <b>can you please help me out to find where can i see the name of the J2EE engine.</b> is there any <b>t.code avaliable to find JWEE engine name</b>?.

Thanks in adavance,

Regards,

Kannan.

0 Kudos

This setup is not absolutely necessary to the operation of ABAP WebServices. This simply does the setup to launch the WebService Test tool (which resides on a 640 J2EE engine).

Is your 640 system a ABAP+J2EE system or do you have a standalone J2EE system. Either way you just need to know the HTTP address for the J2EE system.

For an ABAPJ2EE system that is the same URL that you use to access the ABAP side. However you need to specify the port of the J2EE system. The Port is always 5XX00 where XX is the central instance system number. In my case I have an ABAPJ2EE add-in running on System Number 20. The following is the configuration that I put in WSADMIN.

http://kww-d15s.kimball.com:52000

0 Kudos

Hi Thomas,

i created every thing with help the document which you gave. now i want to test my webservice. how can i test? i know the t.code WSADMIN where, i think i can test but in that t.code i need to specify the J2EE Engine address but i don't know my J2EE engine address .

so kindly tell me is there any other way to test my webservice without know the J2EE engine address? if yes please.

Thanks in advance,

Regards,

Kannan.

0 Kudos

I'm afraid that the J2EE tool is the only automated test tool that SAP supplies. You could always generate an ABAP WS Client Proxy for that webservice then use the Proxy test tool to call it. However I'm not sure how valid a test that would be.

What we used to do before we had the J2EE test tool is to actually just code up a small program in the programming language that would be consuming the WebService. That is really the best test anyway, because WebService consumption is not exactly the same across all platforms/programming languages. However this is also the approach that requires the most work.

0 Kudos

Hi Thomas,

As your answer i want to know how to gerenate an ABAP WS client Proxy? if you have any document or any screen shots for how to generate an ABAP Proxy please let me know.

Thanks in advance,

Regards,

Kannan.

0 Kudos

The second half of the second weblog that I listed above has screen shots and a how to guide to do exactly that.

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

0 Kudos

Hi Thomas,

i have tested my ABAP Werservice and it is working fine.

now I would like to know <b>how to public my Webservice.</b> kindly tell how can i publish my Webservice which can be accessing by any body.

<b>can you please let me know what is WSDL and UDDI.</b>

thank in advance,

Regards,

Kannan.

0 Kudos

Hi Kannan,

Thomas has provided you so much help you should first consdier rewarding the much deserved points.

Coming to your questions.

Publishing webservice.

Thomas's weblog

<a href="/people/thomas.jung3/blog/2005/01/11/publishing-abap-webservices-to-an-external-uddi-server">Publishing ABAP WebServices to an External UDDI Server</a>

WSDL - http://www.webservicesmall.com/profile.asp?pid=31&ptitle=WSDL

UDDI - http://www.webservicesmall.com/profile.asp?pid=105

Regards

Raja

0 Kudos

Hi Raja,

I gave points already and you too. thanks for your response. i'll get back you if i find any problems.

Thanks once again,

Regards,

Kannan.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

/people/thomas.jung3/blog/2004/11/15/bsp-150-a-developer146s-journal-part-xiii-developing-abap-webservices

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

/people/thomas.jung3/blog/2005/02/14/webservices-a-real-world-implementation-experience

/people/thomas.jung3/blog/2005/04/21/webservice-navigator-page-for-abap-and-java

/people/thomas.jung3/blog/2005/04/27/webservice-navigator-page-for-abap-and-java-part-2--abap-unit

/people/thomas.jung3/blog/2005/05/09/abap-webservices-logon-language-processing

/people/thomas.jung3/blog/2005/05/13/calling-webservices-from-abap-via-https

/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training

/people/thomas.jung3/blog/2005/06/05/web-services-the-case-of-the-missing-soap-action-header