I am trying to deployed wsdl( code generated by jbossws-native-3.0.5GA) on jboss AS 4.2.2.GA. I am getting the following error when it tries to load the DDMS 2.0 specific files. Have no problem deploying using axis. If any body have similar issues loading the DDMS 2.0 using the jbossws please point me in the right direction. Thanks
14:44:03,616 ERROR [JBossXSErrorHandler] JBossWS_metadata.dod.mil_mdr_ns_DDMS_2.0_4300038152969289372.xsd[domain:h...: Error resolving component 'ns3:type'. It was detected that 'ns3:type' is in namespace 'http://www.w3.org/1999/xlink', but components from this namespace are not referenceable from schema document 'file:/
C:/jboss-4.2.2.GA/server/default/tmp/jbossws/JBossWS_metadata.dod.mil_mdr_ns_DDM
S_2.0_4300038152969289372.xsd'. If this is the incorrect namespace, perhaps the prefix of 'ns3:type' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:/C:/jboss-4.2.2.GA/server/default/tmp/jbossws/JBossWS_metadata.dod.mil_mdr_ns_DDMS_2.0_4300038152969289372
.xsd'.
14:44:03,616 ERROR [JBossXSErrorHandler] JBossWS_metadata.dod.mil_mdr_ns_DDMS_2.
0_4300038152969289372.xsd[domain:http://www.w3.org/TR/xml-schema-1]::[key...: The content of '#AnonType_linkRelatedResourceRelatedResourcesType' is invalid. Element 'attribute' is invalid, misplace, or occurs too often
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255386#4255386
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255386
I am working on an effort to rehost a number of web services that use Axis 1 and 2 onto JBoss. I imagine that they could be ported fairly straightforward, but I was wondering whether there would be any advantage converting them over to JBossWS. And if so, would there be any suggestions for approaching this conversion.
My first thought would be to run wsconsume on the existing WSDL and then use the generated endpoint to call the legacy code and rip out the Axis stuff.
Any thoughts would be most welcome. Thank you.
Jason
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255142#4255142
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255142
Hi,
I am currently working on Jboss esb with Jboss 5 and JDK 6. I am trying to use SOAPProcessor action for esb. I've created a webservice using jbossws annotations and deployed it as part of my esb archive. I can see the webservice endpoint from jbossws fine. But when i click it to access the webservice, it doesn't work. I tried to create the webservice client using wsconsume for this service but client can't access wsdl and return 404. I can see wsdl generated in data folder fine. I've tried to use -b 0.0.0.0 while starting jboss but in vain.
Any idea what i am doing wrong?
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254894#4254894
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254894