Nope, no joy. Still doesn’t work though if I only put one method in either, very strange!

 

-----Original Message-----
From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED]
Sent: 14 October 2004 15:53
To: [EMAIL PROTECTED]
Subject: RE: no method found for wsdd deployed file

 

Comma separator missing in allowed methods?

 

-----Original Message-----
From: Suzy Fynes [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 14, 2004 7:49 AM
To: [EMAIL PROTECTED]
Subject: no method found for wsdd deployed file

 

Hey can anyone figure out why when I deploy the service below, no methods are found?

 

-----Original Message-----
From: Suzy Fynes [mailto:[EMAIL PROTECTED]
Sent: 14 October 2004 14:38
To: [EMAIL PROTECTED]
Subject: Axis bean and arrays

 

 

 

Hey

 

Can anyone tell me how to use a bean mapping for an array of objects of a class I created. Basically this is my wsdd

 

deployment name = "Orphans"

      xmlns="http://xml.apache.org/axis/wsdd/"

      xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">     

      <service name="OrphansDetails" provider="java:RPC">

            <parameter name="className"

                        value="serviceDeployment.orphans.OrphansDetails" />

            <parameter name="allowedMethods"

                        value="getOrphanDetails getOrphans" />

            <beanMapping qname="sentenialNS:OrphanBean"

                  xmlns:sentenialNS="OrphansDetails"

                  languageSpecificType="java:serviceDeployment.orphans.OrphanBean" />

      </service> 

</deployment>

 

And I want it to be able to return an array of sentenialOrphanBeans.

 

Any help would be great,

THANKS!

Suzy

Reply via email to