Howto generate valide wsdl File

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

Fredy
Posts: 6
Joined: Tue Jul 20, 2010 6:50 pm

Howto generate valide wsdl File

Post 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!
Shuro
Posts: 20
Joined: Mon Oct 26, 2009 1:26 pm
Location: Germany, Pr. Oldendorf

Post by Shuro »

You have to download the wsdl to your soap-client location.
Fredy
Posts: 6
Joined: Tue Jul 20, 2010 6:50 pm

Post by Fredy »

@Shuro thanks for your answer. I already solved the Problem, but thanks anyway
Post Reply