Re: Location of .wsdd file

2019-09-04 Thread Girish Vasmatkar
If you just want to run the tutorial as it is, you need to place WSDD in
the directory your code is getting executed from. Idea is it should be
available in the classpath.

Coming to OFBiz, you can place WSDD in any of the java packages (because
they are on the classpath) and provide fully qualified name of the
package/. It should work.

Should be like this -

-Daxis.ClientConfigFile=com/apache/ofbiz/xyx/SampleDeploy.wsdd

Best,
Girish

On Wed, Sep 4, 2019 at 10:23 AM Deepak Nigam 
wrote:

> Hello all,
>
> I am trying to integrate CyberSource with OFBiz using SOAP toolkit. We can
> consume its web services using Apache Axis and WSS4J. I am following the
> developer's guide [1] for it.
>
> The last step in this guide is as follows:
>
>
> *Run the sample as follows:*
> *java -Daxis.ClientConfigFile=SampleDeploy.wsdd Sample*
>
> It is providing axis.ClientConfigFile from the command line argument. Where
> do I need to configure and put this file in OFBiz (or any web application)?
>
> Thanks in advance!
>
> [1]
>
> http://apps.cybersource.com/library/documentation/dev_guides/SOAP_Toolkits/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ApacheAxis.12.1.html
>
> Regards,
> Deepak Nigam
>


Location of .wsdd file

2019-09-03 Thread Deepak Nigam
Hello all,

I am trying to integrate CyberSource with OFBiz using SOAP toolkit. We can
consume its web services using Apache Axis and WSS4J. I am following the
developer's guide [1] for it.

The last step in this guide is as follows:


*Run the sample as follows:*
*java -Daxis.ClientConfigFile=SampleDeploy.wsdd Sample*

It is providing axis.ClientConfigFile from the command line argument. Where
do I need to configure and put this file in OFBiz (or any web application)?

Thanks in advance!

[1]
http://apps.cybersource.com/library/documentation/dev_guides/SOAP_Toolkits/html/wwhelp/wwhimpl/js/html/wwhelp.htm#href=ApacheAxis.12.1.html

Regards,
Deepak Nigam