RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Naresh Bhatia
Title: RE: How to control the Call object in code generated by WSDL2Java ? Thanks for the explanation. The key aha for me was that username/password are really outside the bounds of the service. Thanks again. Naresh -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Russell Butek
t easier to read.) Russell Butek [EMAIL PROTECTED] Naresh Bhatia <[EMAIL PROTECTED]> on 05/10/2002 02:46:40 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: How to control the Call object in code generated by

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Naresh Bhatia
Title: RE: How to control the Call object in code generated by WSDL2Java ? I am a little uncomfortable with the suggested solution. It essentially requires breaking all the encapsulation rules and going directly at the stub implementation. I may be wrong, but this is what I had to do to amke

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Alan Moore
tProperty() function is the right way to do this. > > -- > Tom Jordahl > Macromedia > > > -Original Message- > From: Alan Moore [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 10, 2002 3:06 PM > To: '[EMAIL PROTECTED]' > Subject: RE: How to control th

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Tom Jordahl
om Jordahl Macromedia -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: RE: How to control the Call object in code generated by WSDL2Java ? Hi Tom I had posted this sometime early too but had got no rep

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Vidyanand Murunikkara
10, 2002 12:19 PM To: '[EMAIL PROTECTED]' Subject: RE: How to control the Call object in code generated by WSDL2Java ? FYI The --user and --password options are used to access the WSDL URI for the tool. WSDL may be protected by web server Basic Authentication. They do not embed this

RE: How to control the Call object in code generated by WSDL2Java ?

2002-05-10 Thread Tom Jordahl
Message- From: Alan Moore [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:06 PM To: '[EMAIL PROTECTED]' Subject: RE: How to control the Call object in code generated by WSDL2Java ? Run WSDL2Java with no parameters and you will see --user --password options are available. I ha

RE: How to control the Call object in code generated by WSDL2Java?

2002-05-10 Thread Alan Moore
Run WSDL2Java with no parameters and you will see --user --password options are available. I haven't used these options but I think that the user and password will be embedded directly into the client side generated code for XXXBindingStub.java. Another option may be to use: yourStub._setPropert

RE: How to control the Call object in code generated by WSDL2Java?

2002-05-10 Thread Tom Jordahl
Title: How to control the Call object in code generated by WSDL2Java? You need to set the Stub.USERNAME_PROPERTY and Stub.PASSWORD_PROPERTY using Stub._setProperty().   -- Tom Jordahl Macromedia     -Original Message-From: Naresh Bhatia [mailto:[EMAIL PROTECTED]]Sent: Friday, May 10