Hi Folks,

I've been out of the loop on the server-wsdd file changes we had to do to get the server working without the SOAPAction so I apologise in advance...
Why do we have to have these extra mappings now? e.g. add:addRequest? What is this for why isn't add just related to the add method on the class?

And why have allowed methods? Surely if we find that a method is not there then we can simply throw an exception back?

thanks,
John.


----- Forwarded by John Hawkins/UK/IBM on 12/08/2005 11:54 -----
"Chinthana Danapala (JIRA)" <[email protected]>

12/08/2005 10:39

Please respond to
"Apache AXIS C Developers List"

To
[email protected]
cc
Subject
[jira] Assigned: (AXISCPP-792) Auto generated deploy.wsdd file has a bug.





     [ http://issues.apache.org/jira/browse/AXISCPP-792?page=all ]

Chinthana Danapala reassigned AXISCPP-792:
------------------------------------------

   Assign To: Chinthana Danapala

> Auto generated deploy.wsdd file has a bug.
> ------------------------------------------
>
>          Key: AXISCPP-792
>          URL: http://issues.apache.org/jira/browse/AXISCPP-792
>      Project: Axis-C++
>         Type: Bug
>     Versions: 1.5 Final
>  Environment: Windows
>     Reporter: Chinthana Danapala
>     Assignee: Chinthana Danapala
>     Priority: Minor

>
> Deploy.WSDD file always written for support for Linux.
> E.g. in calculator test
> <service name="Calculator" provider="CPP:RPC" description="Axis C++ web service">
>                                   <parameter name="className" value="/user/local/apache/axis/Calculator.so"/>
>                                   <parameter name="allowedMethods" value="add sub mul div "/>
>                                   <parameter name="operationRequestMap" value="add:addRequest sub:subRequest mul:mulRequest div:divRequest "/>
>                  </service>
> In Windows it should Calculator.dll not Calculator.so.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
  http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
  http://www.atlassian.com/software/jira

Reply via email to