After turning DEBUG on, I see some errors in the log file:


09 May 2006 09:45:10 DEBUG OperationDesc - @a54150setReturnType({http://dto.webservice.consumer.hartfordlife.com}Consumer)
09 May 2006 09:45:10 DEBUG OperationDesc - @a54150 added parameter >name:       {urn:webservice.consumer.hartfordlife.com}id
typeEntry:  null
mode:       IN
position:   0
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}long
javaType:   null
inHeader:   false
outHeader:  false
@d9d765<total parameters:1
09 May 2006 09:45:10 DEBUG ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(exception00)
09 May 2006 09:45:10 DEBUG BaseSerializerFactory - Exception:
java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArraySerializerFactory.create(java.lang.Class, javax.xml.namespace.QName)
        at java.lang.Class.getMethod(Class.java:1581)
        at org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(BaseSerializerFactory.java:254)
        at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:542)
        at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:253)
        at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:233)
        at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:192)
        at org.apache.axis.deployment.wsdd.WSDDDocument.setDocument(WSDDDocument.java:139)
        at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:65)
        at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
        at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
        at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
        at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)
        at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)
        at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)
        at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)
        at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)
        at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)
        at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)
        at org.apache.axis.transport.http.AxisServlet.init(AxisServlet.java:156)
        at javax.servlet.GenericServlet.init(GenericServlet.java:256)
        at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:276)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
        at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:68)

Which method could we be possible talking about here?  I have attached my server-config.wsdd file.



Joshua




Collin VanDyck <[EMAIL PROTECTED]>

05/09/2006 08:15 AM
Please respond to axis-user

       
        To:        [email protected]
        cc:        
        Subject:        Re: Could not generate WSDL! There is no SOAP service at this location?



I had this happen the other day and it ended up being a typo in the
server-config.wsdd file.

I had my service specified as:

<service name="ConcatService" type="wrapped" ... />

and when I changed it to

<service name="ConcatService" style="wrapped" ... />

The service deployed correctly.

So it might just be an error in this file.

Collin



[EMAIL PROTECTED] wrote:
> Ok,
>
> Long story short, I am using the axis-java2wsdl ant task to generate a wsdl file
> only as a means to generate a wsdd file using the axis-wsdl2java ant task.  I
> only deploy the generated wsdd file and not the generated wsdl file.  I do not
> use the generated WSDL file again thinking that AXIS should regenerate it anyway.
>
> When I deploy my service, I get the normal "And now... some services" page.
>  Trouble is, when I click on the link for the wsdl, I get the following error:
>
> *AXIS error*
>
> Could not generate WSDL!
>
> There is no SOAP service at this location
>
> I don't see any errors in the log file.  What happened?
>
> -Joshua
>
> *************************************************************************
> This communication, including attachments, is
> for the exclusive use of addressee and may contain proprietary,
> confidential and/or privileged information. If you are not the intended
> recipient, any use, copying, disclosure, dissemination or distribution is
> strictly prohibited. If you are not the intended recipient, please notify
> the sender immediately by return e-mail, delete this communication and
> destroy all copies.
> *************************************************************************
>
>
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.392 / Virus Database: 268.5.5 - Release Date: 5/5/2006


Attachment: server-config.wsdd
Description: Binary data

Reply via email to