Search found 4 matches

by abonline
Fri Dec 21, 2012 11:37 am
Forum: Installation & Upgrades
Topic: Create WSDL with EmmCreateWSDL.sh
Replies: 3
Views: 5898

Re: Create WSDL with EmmCreateWSDL.sh

It's okay, it works :) thank you for all
by abonline
Fri Dec 21, 2012 11:27 am
Forum: Installation & Upgrades
Topic: Create WSDL with EmmCreateWSDL.sh
Replies: 3
Views: 5898

Re: Create WSDL with EmmCreateWSDL.sh

ahhh that was the problem thank you very mutch, i installed the right java, but in the java path was to the openjdk. Now another problem sorry :) I want to connect to the wsdl with php, but i just get an error, because i dont know the path to the ws.wsdl. Is that right that the file is in /home/open...
by abonline
Thu Dec 20, 2012 3:40 pm
Forum: Installation & Upgrades
Topic: Problem starting Web Services and creating ws.wsdl file
Replies: 3
Views: 6687

Re: Problem starting Web Services and creating ws.wsdl file

Hi pratz,

i opened the EmmCreateWSDL.sh and the EmmSoapClient.sh and edit the first line:

Code: Select all

DEPLOY=../webapps/core
to

Code: Select all

DEPLOY=../webapps/openemm
by abonline
Thu Dec 20, 2012 3:37 pm
Forum: Installation & Upgrades
Topic: Create WSDL with EmmCreateWSDL.sh
Replies: 3
Views: 5898

Create WSDL with EmmCreateWSDL.sh

Hallo at all, i have a problem. I installed OpenEmm-2011 and want create the WSDL-file with this command: ./EmmCreateWSDL.sh -o ws.wsdl -l "http://localhost:8080/em_webservice" -n "http://localhost:8080/em_webservice" -w ALL org.agnitas.webservice.EMMWEBService_Port and the retur...