Hi Lahiru,
Thanks for taking interest in my problem.
The command line i am using is:
wsdl2java -u -uri -ss -g (wsdl-uri path) -o (output-path)
-u b'coz i m following axix2 1.3 ,there is a bug in this which is fixed by
using -u ,which is to unbind classes.
Two of my main class are not generated.in wsdl its entry is like:

<wsdl:port name="ProductServiceSoap" binding="tns:ProductServiceSoap">
  <soap:address
location="http://test.gateway.englandnet.co.uk/IOGatewayWebService/ProductService.asmx";
/> 
  </wsdl:port>


wsdl:binding name="ProductServiceSoap" type="tns:ProductServiceSoap">
  <soap:binding transport="http://schemas.xmlsoap.org/soap/http";
style="document" /> 

<wsdl:portType name="ProductServiceSoap">
-

something of this sort is in the wsdl.
I was expecting a class named Product service soap which is a service name.

Help please

Thanks Amardeep


Lahiru Sandakith Gallege wrote:
> 
> Hi Amardeep,
> What are the command line options that you have used, specially the
> databingding.
> Also if you can post the wsdl for us we can have a better look inside.
> The default scenatio of generating the stub will be
> java2wsdl -uri <wsdl_uri> -o <output_path>
> this will  use the default databinding and generate the stubs for you.
> Also one thing that you can try is validate the wsdl with Eclipse WTP to
> see
> if it contains any anomalies,
> HTH
> Thanks
> Lahiru Sandakith
> 
> On Nov 16, 2007 5:37 PM, amardeep <[EMAIL PROTECTED]> wrote:
> 
>>
>> Hi all
>>      I ran the command for stub generation from wsdl, src is generated
>> but
>> few files which i expected in java are missing
>> I m using axis2 v1.3 along with jdk1.5
>> wsdl2java tool is used
>> Can any resolve my prob..
>>
>>
>> please help
>>
>> thanks,
>> Amardeep
>> --
>> View this message in context:
>> http://www.nabble.com/WSDL-stub-and-skeleton-generation-few-files-missing-tf4820812.html#a13791913
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> Thanks
> Lahiru Sandakith
> 
> http://sandakith.wordpress.com/
> GPG Key Fingerprint : 8CD8 68E0 4CBC 75CB 25BC  1AB1 FE5E 7464 1F01 9A0F
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WSDL-stub-and-skeleton-generation-few-files-missing-tf4820812.html#a13827741
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to