GenericTicketConnectorSOAP: Length Required

Moderator: crythias

Post Reply
gecelann
Znuny expert
Posts: 164
Joined: 12 Feb 2016, 08:05
Znuny Version: 5.0.0
Real Name: ann
Company: rghdinc

GenericTicketConnectorSOAP: Length Required

Post by gecelann »

Hi to everyone,

I would like to ask how to check if GenericTicketConnectorSOAP is working in your TRS, I already imported yaml in web services what is the next thing that I would do to make sure that GenericTicketConnectorSOAP is working?

Cause REST in JSON tag is already accessible with the correct url. how about for GenericTicketConnectorSOAP?
please see the image below, that is the site response whenever I try to access GenericTicketConnectorSOAP.
Selection_187.png
However, do I need to put the username and password in Core::SOAP in order to use the GenericTicketConnectorSOAP?
or it is for rpc.pl only? see image below.
Selection_186.png
You do not have the required permissions to view the files attached to this post.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: GenericTicketConnectorSOAP: Length Required

Post by RStraub »

That's a HTTP error (411):
https://httpstatuses.com/411

Do you send any payload (login, query, update...) with your request?
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
gecelann
Znuny expert
Posts: 164
Joined: 12 Feb 2016, 08:05
Znuny Version: 5.0.0
Real Name: ann
Company: rghdinc

Re: GenericTicketConnectorSOAP: Length Required

Post by gecelann »

RStraub wrote:That's a HTTP error (411):
https://httpstatuses.com/411

Do you send any payload (login, query, update...) with your request?
Hi RStraub,

I didn't do anything yet, I just wanted to make sure the webservice is working fine even if I access the correct url for it just like the JSON tag in REST API. I just don't know what is the next step in SOAP request after uploading yaml in web services of OTRS. Should I make a request first before making it sure that the GenericTicketConnectorSOAP is working and should I need to put username and password in Core::SOAP?
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: GenericTicketConnectorSOAP: Length Required

Post by jojo »

you can not test SOAP with the browser, also no username and password is required to be filed in the sysconfig
"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
Post Reply