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-07 Thread nmt999
//www.w3.org/2001/XMLSchema-instance"; >>>>>>> xmlns:ns3="http://schemas.xmlsoap.org/ws/2002/07/secext"; >>>>>>> xmlns:ns2="http://marketing.ews.yahooapis.com/V4"; >>>>>>> xsi:nil=&quo

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-06 Thread nmt999
rg/ws/2002/07/secext"; >>>>>> xmlns:ns2="http://marketing.ews.yahooapis.com/V4"; >>>>>> xsi:nil="true" /> >>>>>> >>>>> xmlns:ns3="http://schemas.xmlsoap.org/ws/2002/07/secext"; >>>

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
oo.com/developer/docs/V4/wsdl/V4/AccountService.wsdl), > I have two different implementations. I have them below. Case 1 works but > not Case 2. How can I make the Case 2 work. > > Does wsdl2java command when used with and without -exsh option make a > difference for the client when makin

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-03 Thread Daniel Kulp
3="http://schemas.xmlsoap.org/ws/2002/07/secext";> 2 Response received has soap fault as below: soap:Server An internal error has occurred. http://marketing.ews.yahooapis.com/ V4"> http://marketing.ews.y

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-03 Thread nmt999
;passwordHeader = new SoapHeader(new QName(_theYahooURL, >> _theServiceName), passwordElement); >> headers.add(passwordHeader); >> >> >> >> >> dkulp wrote: >>> >>> >>> In "Case 2", how are you setting

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-03 Thread Daniel Kulp
searchmarketing.yahoo.com/developer/docs/V4/wsdl/V4/AccountService.wsdl ), I have two different implementations. I have them below. Case 1 works but not Case 2. How can I make the Case 2 work. Does wsdl2java command when used with and without -exsh option make a difference for the client when making re

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-03 Thread nmt999
4 >> " >> xmlns:ns3="http://schemas.xmlsoap.org/ws/2002/07/secext";> >> 222222222 >> >> >> >> >> Response received has soap fault as below: >> soap:Server >> An internal error has occurred. >> >> > xmlns:yns="http://marketing.ews.yahooapis.com/V4";> >> > xmlns:yns="http://marketing.ews.yahooapis.com/V4";>E1002 >> > xmlns:yns="http://marketing.ews.yahooapis.com/V4";>An >> internal error has occurred. >> >> >> >> >> >> Regards >> nmt >> -- >> View this message in context: >> http://www.nabble.com/Does-wsdl2java-command-when-used-with-and-without--exsh-option-make-a-difference-for-the-client-when-making-requests-to-a-webservice-tp18260156p18260156.html >> Sent from the cxf-user mailing list archive at Nabble.com. >> > > --- > Daniel Kulp > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > > > > > -- View this message in context: http://www.nabble.com/Does-wsdl2java-command-when-used-with-and-without--exsh-option-make-a-difference-for-the-client-when-making-requests-to-a-webservice-tp18260156p18264430.html Sent from the cxf-user mailing list archive at Nabble.com.

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-03 Thread Daniel Kulp
How can I make the Case 2 work. Does wsdl2java command when used with and without -exsh option make a difference for the client when making requests to a webservice. Does the two soap requests sent any different? Case 1: = wsdl2java used witn -exsh true option wsdl2java command used: wsdl2jav

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-03 Thread Glen Mazza
hooapis.com/V4"; > xmlns:ns3="http://schemas.xmlsoap.org/ws/2002/07/secext";> > 2 > > > > > Response received has soap fault as below: > soap:Server > An internal error has occurred. > >

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

2008-07-03 Thread nmt999
command when used with and without -exsh option make a difference for the client when making requests to a webservice. Does the two soap requests sent any different? Case 1: = wsdl2java used witn -exsh true option wsdl2java command used: wsdl2java -client -exsh true -p com.test.accountservice