i think my problem is that my message has the namespace on getVersionResponse
<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='java:com.netcom.positioning'> | <ns1:getVersionReturn xsi:type='xsd:string'>Location Web Service version 1 build 007</ns1:getVersionReturn> | </ns1:getVersionResponse> | </soapenv:Body> | </soapenv:Envelope> in other webservices i have tried the "part" dont have a the namespace on it, is there a way to define this in the WSDL or is this message not following the standard ? /Dust View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944891#3944891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944891 ------------------------------------------------------- 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
