[jbossws-dev] [Design of JBoss Web Services] - Re: Why does DOMWriter copy namespaces?

bk8133 do-not-reply at jboss.com
Tue Mar 13 05:30:56 EDT 2007


I'm sincerely sorry. The examples provided are somehow not complete and right. I'm posting them again for proper ilustration:

Java client would send a request like this:

<q0:getUserByCredentials>
  |   <arg0>k</arg0>
  |   <arg1>m</arg1>
  | <q0:/getUserByCredentials>

Delphi client would send a request like this:

<getUserByCredentials xmlns="somens">
  |   <arg0>k</arg0>
  |   <arg1>m</arg1>
  | </getUserByCredentials>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027455#4027455

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027455



More information about the jbossws-dev mailing list