joe penumu

Greenhorn
+ Follow
since May 23, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by joe penumu

Hi,

I generated wsdl using axis1.4 and I am seeing the following comment in the wsdl.
- <!--
WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)

-->

How do I generate wsdl without that comment? Any help would be great.
16 years ago
Hi,

Could any one help on me on gernating helper and GlobalConfiguration ?

I am using axis1.4 and If I try to generate WSDD using wsdl2java command it gernating all the stuff except the following.

1) <globalConfiguration>
2) <handler>
3) <requestFlow>

If I deploy wsdd tomcat server then I am getting page can't be displayed. If add the above 3 manually then my web service is working.

How do I generate the above 3 blocks using wsdl2java command? Do I need to add manually those blocks to my WSDD or is there any way to
generate using WSDL2JAVA command?


I am using the following command to generate WSDD.

org.apache.axis.wsdl.WSDL2Java -o . -d Request -s TestService.wsdl
16 years ago