2009/1/12 Alexey Zavizionov <[email protected]>:

>> Try generating client code but using the WSDL served dynamically from
>> the server. (i.e. provide the URL rather than a path on your local
>> filesystem.)
>
> I cannot do this. I have no server with this service. I have to
> develop server and client sides.

You might find it easier overall to write and unit-test the server
side before starting on the client. That way your interface will be
more stable. Otherwise you may end up having to make far more changes
as you go along... But it's really up to you, however you feel
happiest :-)

If you really want to do both at once, then maybe just develop
everything on localhost, and when you deploy to a real server, then
regenerate the client classes from the WSDL served by the server.

Andrew.

-- 
New site launched: http://biotext.org.uk/

I am retiring my old email addresses.
Please use [email protected] where firstname = andrew.

Reply via email to