gopinathang nathan

Ranch Hand
+ Follow
since Oct 28, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gopinathang nathan

- copy the wsdl to a file b.wsdl and xsd definition to a file a.xsd.
- keep both b.wsdl and a.xsd in the same folder and run clientgen
17 years ago
WSDL definition :


XSD Definition[complex type]


complex type attributes, you need to include as per your requirement.
17 years ago
For any SSL application, you should provide rootCA for SSL handshake. Once the SSL handshake is successful, actual webservice invocation takes place. So refering the rootCA at client program varies from webserver to webserver. in general cacerts java trust will be refer as Trust keystore.

where webservice is deployed? what is the client [java/webapp]? For weblogic app server refer http://edocs.bea.com/wls/docs81/webserv/security.html#1053182.
17 years ago
you can use '-Dweblogic.webservice.verbose=true' in WLS 8.1. or you can use the tools like tcpmon to capture explicitly.
17 years ago
Hi Joe and Ulf, as you mentioned, i could directly refer the file and download. Is it possible to log into ftp site and based on the folder name provided, can i browse and get the files in that folder?

For excample
ftp://user ass@ftpsite.com/gopi/a.txt

i will log in using the URL - ftp://user ass@ftpsite.com. will be possible to browse folders under the root and get 'a.txt'?

Thanks again
[ November 14, 2006: Message edited by: gopinathang nathan ]
this is bug in wls 9.2 and being fixed by BEA
17 years ago
From the wsdl, i converted the complex to string, now things works fine. so you might need to define other complex types.
17 years ago
For me it seems to be issue with the wsdl. i also get the same issue. i could not see the definition for few complex type in the wsdl.
17 years ago
this doc helped me to connect to ftp and download the files.
http://www.nsftools.com/tips/JavaFtp.htm

but not sure how to browser ftp site. any insight on this appreciated!

Thanks
Gopi
Hi All,

is that possible to download a file from FTP using java client. i have tried access servlet via java client. i am not sure about FTP site, any insight on this highly appreciated!

Thanks
Gopi
can you please post the wsdl?
17 years ago
complete stack trace please?
17 years ago