[jboss-user] [JBossWS] - implicit namespace support?

Maffewl do-not-reply at jboss.com
Fri Jul 6 09:37:51 EDT 2007


Hi, im attempting to upgrade from jboss-net/axis to JBossWS.  I want to do this transparently to existing clients.  When I issue an existing request :

<?xml version="1.0" encoding="UTF-8"?>
  | <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  |  <soapenv:Body>
  |   <getAccount>
  |     ...
  |   <:getAccount>
  |  </soapenv:Body>
  | </soapenv:Envelope>

i get an error saying my endpoint "does not contain operation metadata for: getAccount"

if i qualify that node w/ a namespace it works , but is there any way to support it without modifying the request?  Why wouldn't it default to the namespace specified in the service?

Thanks in advance.

matt

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

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



More information about the jboss-user mailing list