aspose file tools
The moose likes Web Services and the fly likes Axis client code generation error - REPLACE_WITH_ACTUAL_URL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis client code generation error - REPLACE_WITH_ACTUAL_URL" Watch "Axis client code generation error - REPLACE_WITH_ACTUAL_URL" New topic
Author

Axis client code generation error - REPLACE_WITH_ACTUAL_URL

John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65

I am attempting to generate a client library using Axis (1, not 2).
I have the wsdls as locally stored files.

When I attempt to generate client code I get the following error;




Google tells me this error occurs for clients attempting to reach a web service without setting a URL, but this is at the stage before, when generating the client.

Any ideas on how I can resolve this?

John



John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65

I have attempted this with -n instead of -s and got this error instead:




Here is the text of the wsdl.






John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65
Worked it out.

changed option -s -n to -u

all good.


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Axis client code generation error - REPLACE_WITH_ACTUAL_URL
 
Similar Threads
ClassNotFoundException
Axis to Axis 2 : XML parsing error in java client
Getting problem while creating Java client from command prompt
classpath of JAR files
Java2WSDL in AXIS 1.4 shows shows java.lang.NoClassDefFoundError: org/apache/axis/wsdlgen/Java2WSDL