> Hi,
>
[quoted text clipped - 11 lines]
> can
> be done at webservice level.
Rajiv, "xmlns" isn't really an attribute. It's a namespace declaration. It
indicates that the root element, and any children of the root unless they
override it, is in the
blank namespace.
Is this causing you a problem?
John
Rajiv - 04 Apr 2007 04:12 GMT
Thanks for the reply, John. Yes, the blank namespace declaration in the root
element is causing the problem on the client side. The client to my
webservice is Oracle PL/SQL and they seems to having problem with the blank
namespace(Not quite sure about the exact problem as another team is working
on the client part).
Best Regards,
Rajiv
> > Hi,
> >
[quoted text clipped - 20 lines]
>
> John
John Saunders - 04 Apr 2007 18:37 GMT
> Thanks for the reply, John. Yes, the blank namespace declaration in the
> root
[quoted text clipped - 4 lines]
> working
> on the client part).
You should check with the other team to find the specific problem. It's
possible that the problem is that the namespace declaration needs to be
non-blank!
John
Rajiv - 05 Apr 2007 05:36 GMT
Thanks again for the reply. Yes, you are right. The problem was with the
blank namespace. Now, I am by sending some text in xmlns attribute and it
seems to be working OK.
Best Regards,
> > Thanks for the reply, John. Yes, the blank namespace declaration in the
> > root
[quoted text clipped - 10 lines]
>
> John