Hello Andy,

Thanks for your suggestion. I have successfully deployed the webservice by 
describing the method names and parameters in ws4ee-deployment.xml.

Now I 'm facing another problem:

Writing a client that will successfully access the web-service:

(1) I have to written a stand-alone client using generated stubs from the WSDL 
file.
I'm using apache WSDL2Java tool for this. I ve compiled and run the program - 
only to get the following error:

11:06:26,564 ERROR [ServerEngine] Server error
java.lang.IllegalArgumentException: Namespace URI cannot be null
        at org.apache.axis.utils.Mapping.setNamespaceURI(Mapping.java:87)
        at org.apache.axis.utils.Mapping.(Mapping.java:71)
        at org.apache.axis.utils.NSStack.add(NSStack.java:226)
        at 
org.apache.axis.encoding.DeserializationContextImpl.startPrefixMapping(DeserializationContextImpl.java:991)
        at 
org.apache.xerces.parsers.AbstractSAXParser.startNamespaceMapping(Unknown 
Source)
        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)

As I continue to browse the JBossWS forum posts I found the mention of the same 
thing in another post:

http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58149

It suggests that developing a client using Axis and with jboss-4.0.1 as server 
hosting the service - this type error may occur.

Shall I revert back to Jboss 4.0? What do you suggest?






View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866135#3866135

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866135


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to