This might be a really stupid question but I can?t get this to work =/ any input is appreciated
Should not the namespace specified in the soap operation be used when parsing the incoming xml ? i use a JSR-109 client as described in the documentation.. Now I cant se any different in behavior when i change the namespace of a operations body.. Not even in the outgoing message is this not a bug ? like <wsdl:operation name="getVersion"> | <wsdlsoap:operation soapAction=""/> | <wsdl:input name="getVersionRequest"> | <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://netcom.no/xil/2003/09/location" use="encoded"/> | </wsdl:input> | <wsdl:output name="getVersionResponse"> | <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://netcom.no/xil/2003/09/location" use="encoded"/> | </wsdl:output> | </wsdl:operation> the outgoing namespace is always the same <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:Header/> | <soapenv:Body> | <ns1:getVersionResponse soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:ns1=' | http://netcom.no/xil/2003/09/location'> | <ns1:getVersionReturn xsi:type='xsd:string'>Location Web Service version 1 build 007</ns1:getVersionReturn> | </ns1:getVersionResponse> | </soapenv:Body> | </soapenv:Envelope> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945228#3945228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945228 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
