Re: More on QName problem

2002-07-22 Thread Scott Nichol
I will make the fix within the next few days. Scott Nichol - Original Message - From: "Bhushan Khanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:49 PM Subject: RE: More on QName problem > Thanks, I will look at these. Are

RE: More on QName problem

2002-07-22 Thread Bhushan Khanal
: [EMAIL PROTECTED] Subject: Re: More on QName problem Also, http://www.apache.org/~rubys/ApacheClientInterop.html has wire dumps of messages from interop tests using the Axis client against a variety of servers. This helps you see in practice how people are constructing messages. Scott Nichol

Re: More on QName problem

2002-07-22 Thread Scott Nichol
hanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:29 PM Subject: RE: More on QName problem > Just to give you some background, I using my own soap implementation to > create the message. I trying to write a non servlet container to implement > S

Re: More on QName problem

2002-07-22 Thread Scott Nichol
hanal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 22, 2002 2:29 PM Subject: RE: More on QName problem > Just to give you some background, I using my own soap implementation to > create the message. I trying to write a non servlet container to implement > S

RE: More on QName problem

2002-07-22 Thread Bhushan Khanal
ample of a valid SOAP message, that would be very helpful. Thanks, Bhushan -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 20, 2002 11:25 PM To: [EMAIL PROTECTED] Subject: Re: More on QName problem I would guess it has not been a problem because &

QName problem

2002-07-18 Thread Bhushan Khanal
Hi folks, Should the localpart of the QName contain the name space alias. For example if my incoming soap message looks like ... http://abc"; soap:encodingStyle="def"> http://www.s.com/";> My name is Shanker Acharya When unmarshalling the parameter of the S