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: 383
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: 383
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.
 
IntelliJ Java IDE
 
subject: Please help with wscompile warnings
 
Threads others viewed
Beginner needs help with web service endpoint name
What's wrong with my wsdl?
modeler error: invalid entity name: "GetResponse"
Where is my generated stub??
Proper way to define a fault in a WSDL
developer file tools