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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
