Hallo,
ich habe im OTRS einen SOAP Webservice angelegt (so wie im web beschrieben über den Import dieser yml datei)
Nun möchte ich einen scheduler anbinden. Der Scheduler hat die Möglichkeit SOAP services zu definieren.
Eine Description URL wird verlangt das habe ich eingetragen "http://192.168.203.150/genericinterface/actions"
Das ist auf in der OTRS Webservice definition. Ich bin kein Fachmann auf dem Gebiet weiss jemand was hier falsch läuft ?
Das ist das Fehler Log im Scheduler
com.orsyp.UniverseException: Error while retrieving WSDL for service OTRS. The error is: White spaces are required between publicId and systemId.
at com.orsyp.mgr4java.domainclients.ws.soap.impl.WsdlClientImpl.retrieveWsdl(WsdlClientImpl.java:145)
at com.orsyp.mgr4java.engine.requesthandling.handlers.ws.soap.service.SoapServiceCreateRequestProcessor.process(SoapServiceCreateRequestProcessor.java:76)
at com.orsyp.mgr4java.engine.requesthandling.handlers.ws.soap.service.SoapServiceCreateRequestProcessor.process(SoapServiceCreateRequestProcessor.java:26)
at com.orsyp.mgr4java.engine.requesthandling.handlers.ws.soap.service.SoapServiceRequestHandler.process(SoapServiceRequestHandler.java:87)
at com.orsyp.mgr4java.engine.requesthandling.RequestHandlingServiceImpl$4.run(RequestHandlingServiceImpl.java:215)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:626)
at java.lang.Thread.run(Thread.java:780)
Caused by: org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at com.orsyp.mgr4java.domainclients.ws.soap.WSDLHelper.getXMLDocument(WSDLHelper.java:247)
at com.orsyp.mgr4java.domainclients.ws.soap.WSDLHelper.getXMLDocument(WSDLHelper.java:206)
at com.orsyp.mgr4java.domainclients.ws.soap.impl.WsdlClientImpl.retrieveWsdlAndLinkedFiles(WsdlClientImpl.java:718)
at com.orsyp.mgr4java.domainclients.ws.soap.impl.WsdlClientImpl.retrieveWsdl(WsdlClientImpl.java:129)
... 7 more
MfG
Ulrich
Anbindung eines Schedulers über SOAP
Anbindung eines Schedulers über SOAP
You do not have the required permissions to view the files attached to this post.
Re: Anbindung eines Schedulers über SOAP
Kannst Du in Deinen Scheduler ein wsdl inportieren, über die URL wird keins geliefert.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Anbindung eines Schedulers über SOAP
Hallo ,
danke für die Antwort ich werde mal die Doku wälzen ..aber so wie es aussieht verlangt er das WSDL über den Call.
LG
Ulrich
danke für die Antwort ich werde mal die Doku wälzen ..aber so wie es aussieht verlangt er das WSDL über den Call.
LG
Ulrich