cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Java WebService

michael_voss2
Participant
0 Kudos

Hi!

We need to debug a Java WebService developed in SAP WAS 7.0. Any hint on that ?

Thanks
Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I had very good experiences with SoapUI (http://www.soapui.org). The open source edition is powerful enough for most use cases. E.g. you may test complete conversations with multiple requests, every request basing on results from previuous ones.

Regards, Daniel

michael_voss2
Participant
0 Kudos

Thanks for your hints. It was not so much about testing (that's what we're using SopaUI for already), but to be able to step through the code in NWDS when a WebService method is being called.

The Solution was to create a new Debugging Configuration for a "Remote Java Application", which at first I didn't find in NWDS Debugging Perspective.

Thanks to everyone who replied!

tim_drury
Active Participant
0 Kudos

I use a combination of both: soapUI is my test client and NWDS (or plain Eclipse works) in Remote App debug mode to step through the service.

junwu
Active Contributor
0 Kudos
just debug the java code.