OTRS Soap Webservice to Create/Udate Ticket

English! place to talk about development, programming and coding
Post Reply
BalamurugesanT
Znuny newbie
Posts: 6
Joined: 29 Jul 2014, 10:54
Znuny Version: 3.3.8
Real Name: BalamurugesanT
Company: VCan

OTRS Soap Webservice to Create/Udate Ticket

Post by BalamurugesanT »

Hi,

I've installed OTRS version 3.3.8.

My System Configuration Details
Server OS : Windows 2008 R2 64 Bit
WebServer : IIS 7.5.7600
Database : mysql external database server

I'm trying to configure Webservice for external application to create / update ticket in OTRS. I've downloaded the GenericTicketConnector.yml from https://code.google.com/p/otrs-git/sour ... 54b89c5a4c, I generated the webservice. I tried to access the webservice as http://xxx.xxx.xxx.xxx/otrs/nph-generic ... tConnector, the page is getting displayed with "Length Required".

In the viewtopic.php?f=53&t=16429 OTRS forum, I couldn't get proper help.

Please help me

Thanks in Advance.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Soap Webservice to Create/Udate Ticket

Post by jojo »

Your SOAP request is not valid as it has no length.
"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
BalamurugesanT
Znuny newbie
Posts: 6
Joined: 29 Jul 2014, 10:54
Znuny Version: 3.3.8
Real Name: BalamurugesanT
Company: VCan

Re: OTRS Soap Webservice to Create/Udate Ticket

Post by BalamurugesanT »

Hi,

I've mentioned the *Maximum message length: 65000 in the webservice Provider HTTP SOAP. When I try to browse that webservice in the browser (http://xxx.xxx.xxx.xxx/otrs/nph-generic ... ector?wsdl), the webservice page is loading with "Length Required". It is not showing the WSDL xml content.

Thanks in advance!
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Soap Webservice to Create/Udate Ticket

Post by jojo »

the URL will not show the wsdl and can not be used by browser
"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
BalamurugesanT
Znuny newbie
Posts: 6
Joined: 29 Jul 2014, 10:54
Znuny Version: 3.3.8
Real Name: BalamurugesanT
Company: VCan

Re: OTRS Soap Webservice to Create/Udate Ticket

Post by BalamurugesanT »

Hi Jojo,

can we test the webservice through Soup UI Tool? If possible , can you please explain how do we invoke?

Thanks in Advance.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Soap Webservice to Create/Udate Ticket

Post by jojo »

as stated in the linked thread, use the provided perl script to test.
"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