Re: New to CFX2 : call web service error

2008-07-07 Thread Igor Vlasov
After some investigation I prefer JAXWS RI. It is buildin into SE6 or i can use SE5+jaxws-2.1(3Mb.) from https://jax-ws.dev.java.net/. I can ever do not download this because it is in NB5.x libs. For me it works fine. Glen Mazza-2 wrote: > > > 2008-07-04 Igor Vlasov wrote: >

Re: Does wsdl2java command when used with and without -exsh option make a difference for the client when making requests to a webservice

2008-07-04 Thread Igor Vlasov
Hello I try to make a test request too. I generate a clien stub with wsdl2java -client "my wsdl file" Now i try to start using this stub OfranService service = new OfranService(); OfranServiceSoap client=service.getOfranServiceSoap(); String value=client.getTitle("ru"); with plain JDK6 ru

Re: New to CFX2 : call web service error

2008-07-04 Thread Igor Vlasov
date/20080417 > > HTH, > Glen > > 2008-07-04 Igor Vlasov wrote: >> Hello All. >> >> I try to use CFX 2.1.1 for calling Simple webService >> >> 1. I use wsdl2java ang generate client .jar file. >> D:\java\apache-cxf-2.1.1\bin\wsdl2java.bat -p co

New to CFX2 : call web service error

2008-07-04 Thread Igor Vlasov
Hello All. I try to use CFX 2.1.1 for calling Simple webService 1. I use wsdl2java ang generate client .jar file. D:\java\apache-cxf-2.1.1\bin\wsdl2java.bat -p com.ofran.service -d ofran_java -compile -classdir ofran_build -verbose -client OfranService.asmx.xml 2. I write a simple programm fo