aspose file tools
The moose likes Web Services and the fly likes Please help with wscompile warnings Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Please help with wscompile warnings" Watch "Please help with wscompile warnings" New topic
Author

Please help with wscompile warnings

Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 384
Hello,

I am trying to generate client-side classes for a web service and I always get the following warnings even though my wsdl file is valid.




Here is my wsdl


Can anyone tell me what's wrong with my wsdl please?

Thanks in advance,

Julien.
Julien Martin
Ranch Hand

Joined: Apr 24, 2004
Posts: 384
I found out what's wrong: this line is wrong:

xmlns:soap="http://www.schemas.xmlsoap.org/wsdl/soap"

it should be:

xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

Julien.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Please help with wscompile warnings
 
Similar Threads
Beginner needs help with web service endpoint name
Proper way to define a fault in a WSDL
What's wrong with my wsdl?
Where is my generated stub??
modeler error: invalid entity name: "GetResponse"