[JBoss-user] [JBossWS] - Re: Cannot find child element: not using namespace ?

2006-05-22 Thread Dust_Puppy
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

[JBoss-user] [JBossWS] - Re: Cannot find child element: not using namespace ?

2006-05-22 Thread Dust_Puppy
solved the problem.. to get it to use namespace for its element i needed to extract the part to its own element like wsdl:message name=getVersionResponse | wsdl:part name=getVersionReturn element=impl:getVersionReturn / | /wsdl:message | | xsd:element

[JBoss-user] [JBossWS] - Re: Cannot find child element: not using namespace ?

2006-05-19 Thread Dust_Puppy
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 |