[jboss-user] [JBossWS] - Re: jboss does not recognize part accessor with null namespa

Adeel do-not-reply at jboss.com
Wed Oct 11 02:49:37 EDT 2006


sorry, the correct request and response message are:

The request message jboss is sending is:
  <env:Body>
  |       <ns1:getPersonInfo xmlns:ns1='http://typespackage'>
  |          <in0 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
  |             <ID>123</ID>
  |             <age>12</age>
  |             <name>adeel</name>
  |          </in0>
  |       </ns1:getPersonInfo>
  |  </env:Body>

Response message from axis is:

       <soapenv:Body>
  |          <getPersonInfoResponse xmlns='http://typespackage'>
  |             <getPersonInfoReturn>
  |                <ID>123</ID>
  |                <age>12</age>
  |                <name>adeel</name>
  |             </getPersonInfoReturn>
  |          </getPersonInfoResponse>
  | </soapenv:Body>

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

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



More information about the jboss-user mailing list