Thanks Thomas.

It seems to define one service with multiple ports, which in turn are 
associated with port types.  See below (I have cut the detail to show the 
declarations):

  | <wsdl:portType name="SearchSoap">
  |     <wsdl:operation name="Authenticate">
  |     <wsdl:operation name="Search">
  |     <wsdl:operation name="GetContractGrids">
  |     <wsdl:operation name="SearchByFareCode">
  |     <wsdl:operation name="WindowBoardSearch">
  |     <wsdl:operation name="GNESearch">
  | </wsdl:portType>
  | <wsdl:portType name="SearchHttpPost">
  |     <wsdl:operation name="Authenticate">
  |     <wsdl:operation name="Search">
  | </wsdl:portType>
  | <wsdl:binding name="SearchSoap" type="tns:SearchSoap">
  | <wsdl:binding name="SearchHttpPost" type="tns:SearchHttpPost">
  | <wsdl:service name="Search">
  |     <wsdl:port name="SearchSoap" binding="tns:SearchSoap">
  |     <wsdl:port name="SearchHttpPost" binding="tns:SearchHttpPost">
  | </wsdl:service>
  | 
I tried putting this into the ejb-jar.xml file:

  | <service-qname>SearchSoap</service-qname>
  | 
Got a new error:

  | 2005-02-25 12:41:19,842 DEBUG [com.ibm.wsdl.xml.WSDLReaderImpl] Retrieving 
document at 
'jar:file:/home/jboss/server/fcau/tmp/deploy/tmp30301ExternalAccess.jar!/META-INF/wsdl/gne.wsdl'.
  | 2005-02-25 12:41:19,856 DEBUG 
[org.jboss.webservice.EngineConfigurationFinder] Found config at: 
file:/home/jboss/server/fcau/deploy/jboss-ws4ee.sar/META-INF/axis-client-config.xml
  | 2005-02-25 12:41:19,878 INFO  [STDOUT] 
{http://www.w3.org/2001/XMLSchema}schema already exists
  | 2005-02-25 12:41:19,880 INFO  [STDOUT] 
{http://www.w3.org/2001/XMLSchema}schema already exists
  | 2005-02-25 12:41:19,882 INFO  [STDOUT] 
{http://www.w3.org/2001/XMLSchema}schema already exists
  | 2005-02-25 12:41:20,013 ERROR [org.apache.axis.client.Service] Error 
processing WSDL document:
  | javax.xml.rpc.ServiceException: Cannot find service:  SearchSoap
  | javax.xml.rpc.ServiceException: Error processing WSDL document:
  | javax.xml.rpc.ServiceException: Cannot find service:  SearchSoap
  |     at org.apache.axis.client.Service.initService(Service.java:352)
  |     at org.apache.axis.client.Service.initService(Service.java:282)
  |     at org.apache.axis.client.Service.<init>(Service.java:189)
  | 
Would really appreciate some more help, thanks Thomas.

Kind Regards,

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

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


-------------------------------------------------------
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to