Search found 8 matches

by mwillstedt
26 Mar 2012, 13:54
Forum: Developers
Topic: OTRS SOAP responses in PHP SoapClient
Replies: 32
Views: 45659

Re: OTRS SOAP responses in PHP SoapClient

Thx sanzzes, works lika a charm! I missed that in my 3.1.1 installation..
by mwillstedt
23 Feb 2012, 12:21
Forum: Developers
Topic: OTRS SOAP responses in PHP SoapClient
Replies: 32
Views: 45659

Re: OTRS SOAP responses in PHP SoapClient

Still stuck on this.. I run this code localy, its a perl-script now... my $URL = 'my valid url'; my $NameSpace = 'my valid namespace'; my $XMLData = ' <UserLogin>user</UserLogin> <Password>pwd</Password> <TicketID>977</TicketID> <UserID>2</UserID> '; # --- # create a SOAP::Lite data structure from t...
by mwillstedt
22 Feb 2012, 11:24
Forum: Developers
Topic: OTRS SOAP responses in PHP SoapClient
Replies: 32
Views: 45659

Re: OTRS SOAP responses in PHP SoapClient

the network transport is set to SOAP yes, i got this feeling something else is wrong..
by mwillstedt
17 Feb 2012, 15:17
Forum: Developers
Topic: OTRS SOAP responses in PHP SoapClient
Replies: 32
Views: 45659

Re: OTRS SOAP responses in PHP SoapClient

Hi and thnx for the examples of this new nph-genericinterface.pl! Has anyone had this problem with the soap response? I get this SOAPFault saying "Error fetching HTML header", my error_log at the OTRS-server says "[warn] /otrs/nph-genericinterface.pl/Webservice/myname did not send an ...
by mwillstedt
15 Feb 2012, 11:38
Forum: Developers
Topic: Custom/Kernel/Output/HTML/*.pm works just random
Replies: 1
Views: 1266

Custom/Kernel/Output/HTML/*.pm works just random

Hi, I've done some custom .pm files in this directory "Custom/Kernel/Output/HTML/", it seems to work just randomly. If I repeat refreshing the site it works like 3 times of 10. In OTRS version 3.0.10 this worked out just fine, this problem started yesterday with OTRS 3.1.1. Same issue in m...
by mwillstedt
24 Jan 2012, 15:01
Forum: General
Topic: CustomerCompanySupport in OTRS 3.1 beta 4
Replies: 2
Views: 1463

Re: CustomerCompanySupport in OTRS 3.1 beta 4

Thx, works perfect!
by mwillstedt
24 Jan 2012, 12:53
Forum: General
Topic: CustomerCompanySupport in OTRS 3.1 beta 4
Replies: 2
Views: 1463

CustomerCompanySupport in OTRS 3.1 beta 4

I have successfully upgrade from 3.0.10 ti 3.1.0 beta4 in my test environment. I have noticed that i not longer has this Customer <-> Company connection, I cannot find any settings for CustomerCompanySupport at all. Has this feature been removed??
by mwillstedt
19 Jan 2012, 14:32
Forum: Developers
Topic: SOAP and iPhoneHandle, how does it works?
Replies: 1
Views: 1277

SOAP and iPhoneHandle, how does it works?

Hi, I have this question. I try to modify the rpc.pl a bit to make it handle some more objects, for example CustomerCompany,CustomerAuth and AuthSession. Everything works as excepted when Im using the SOAP, but instantly after i use the iPhoneHandle everything goes unsteady. I takes a few step (is s...