Page 1 of 1

Howto generate valide wsdl File

Posted: Wed Jul 21, 2010 1:00 pm
by Fredy
I´m using OpenEMM VM.

I try to connect from the vm Host system to the openEMM VM.

I tried generating with the following options:

Code: Select all

./EmmCreateWSDL.sh -o ws.wsdl -l "http://192.168.178.28:8080/emm_webservice"
-n "urn:agnitas-webservice" -w ALL
org.agnitas.webservice.EmmWebService_Port
and

Code: Select all

./EmmCreateWSDL.sh -o ws.wsdl -l "http://192.168.178.28:8080/emm_webservice"
-n "http://192.168.178.28:8080/emm_webservice" -w ALL
org.agnitas.webservice.EmmWebService_Port
What URL do i have to take pointing to the wsdl File in the Soap Client?
What i´m doing wrong? please help!

Posted: Fri Jul 23, 2010 8:54 am
by Shuro
You have to download the wsdl to your soap-client location.

Posted: Wed Jul 28, 2010 7:08 pm
by Fredy
@Shuro thanks for your answer. I already solved the Problem, but thanks anyway