[soapbuilders] Help required regarding Axis 1.1 Final
by Vijay Kumar other posts by this author
Sep 24 2004 7:53AM messages near this date
[soapbuilders] WS-Policy Endpoint
|
[soapbuilders] need samples/tutorials about using SOAP in .NET
SERVICES Hi All
I'm converting my project from Axis 1.1 beta to Axis
final.
But I'm stuck with following error while creating the
Service
QName serviceQN = new QName
(serviceNamespace,serviceName);
// Create the service object and configure it:
// 1. Use the service QN to look into the WSDL doc
Service service = ServiceFactory.newInstance
().createService (new URL (wsdlURL), serviceQN);
With the above code I'm getting the following error.
javax.xml.rpc.ServiceException: Error processing WSDL
document:
javax.xml.rpc.ServiceException: Error processing WSDL
document:
javax.xml.rpc.ServiceException: Cannot find service:
{http://uk-abcwaa901:9081/abc.broker.engine/services/ABCServiceBroker}ABCServiceBroker
at
org.apache.axis.client.Service.initService(Service.java:296)
NOTE: This error is only occuring in Axis 1.1 final
not in 1.1 beta.
Thanks in Advance.
B.Vijay Kumar.
UK IT Solutions.
Silverlink Technologis.
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/W6uqlB/TM
--------------------------------------------------------------------~->
-----------------------------------------------------------------
This group is a forum for builders of SOAP implementations to discuss implementation and int
eroperability issues. Please stay on-topic.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/soapbuilders/
<*> To unsubscribe from this group, send an email to:
soapbuilders-unsubscribe@[...].com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|