cancel
Showing results for 
Search instead for 
Did you mean: 

webservices to process xml file

Former Member
0 Kudos

Hi experts,

I need develop a webservice that process a xml sended by a customer.

how is the best way to make this?

I will develop with J2EE and send the process result via rfc to a function module of r3.

have any tutorial on sdn?

thanks in advance,

david

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi again,

but, on sdn.sap.com can I found a tutorial to make this using SAP Developer Studio.

thanks

david

Former Member
0 Kudos

Hi,

A java application can process the xml file. If you have developed your web service in SAP Netweaver Developer studio, then you can code the xml processing along with your business logic. This depends on your requirements.

Regards,

Uma

Former Member
0 Kudos

Hi,

but, can I user a Webservices assistant from SAP Netweaver Developer Studio or I need make this using native java or asp?

In other words, can I use the IDE to make a webservice that process a xml file? or I need another applications.

thanks in advance,

david

Former Member
0 Kudos

Hi,

You can use DOM / SAX parser to process your xml file in the webservice .

Refer the DOM parser Examples <a href="http://www.w3schools.com/dom/dom_examples.asp">here</a>.

Regards,

Uma

Former Member
0 Kudos

Hi again,

Thank's for your information. Now I'm capable to create a webservice that process a calling from a soap client, etc.

But, we need another functionality. I need process one xml posted on my webservice. I know this xml file, but I'm not capable to create a webservice that can be process the xml file.

thanks in advance,

david

Former Member
0 Kudos

Hi,

thanks for your response.

I see this message:

WSDL

There are no articles to display.

thanks in advance,

david

Former Member
0 Kudos

Hi David,

Navigate here:

1. Log onto SDN

2. Goto Services -> DevToday

3. On the left side menu, under the Developer areas, goto Enterprise Portals.

In this section, please check for a Weblog named:

<b>ESA: Are you new to the world of Web Sevices / ESA ?</b>

It consists of a Web Service tutorial + many articles related to it.

Hope that you find you answers here.

Warm Regards,

Ritu

Former Member
0 Kudos

Hi David,

You may get your answers here......

<a href="https://sdnkanab.sdn.sap.com/view/home/galaxy/html/frontpage?value=a1-3-9-7&text=WSDL&class=sdn_tech">https://sdnkanab.sdn.sap.com/view/home/galaxy/html/frontpage?value=a1-3-9-7&text=WSDL&class=sdn_tech</a>

The above link is on SDN-> Services, so you require SDN login...

Instead of searching for the same content in Services, you may first login into SDN and then paste the above URL in the same broswer.

All tbe best!!

Warm Regards,

Ritu R Hunjan

Message was edited by: Ritu Hunjan

Former Member
0 Kudos

Tutorial is available in services.

I am not remembered the path