| 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.
|
 |
 |
|
|
subject: Axis client code generation error - REPLACE_WITH_ACTUAL_URL
|
|
|