Search found 3 matches

by bapetc
30 Jun 2011, 10:48
Forum: Developers
Topic: SOAP::LIte CustomerCompanyAdd does not work
Replies: 4
Views: 2087

Re: SOAP::LIte CustomerCompanyAdd does not work

Thanks, I add those line and it works :-)

> use Kernel::System::CustomerCompany;
> $CommonObject{CustomerCompanyObject} = Kernel::System::CustomerCompany->new(%CommonObject);
by bapetc
30 Jun 2011, 09:48
Forum: Developers
Topic: SOAP::LIte CustomerCompanyAdd does not work
Replies: 4
Views: 2087

Re: SOAP::LIte CustomerCompanyAdd does not work

Thanks for the answer.
Where can I find an example of a patched rpc.pl?
by bapetc
29 Jun 2011, 17:05
Forum: Developers
Topic: SOAP::LIte CustomerCompanyAdd does not work
Replies: 4
Views: 2087

SOAP::LIte CustomerCompanyAdd does not work

Hello, I try to create a CustomerCompany via SOAP::Lite but I got an error from OTRS: "No such Object CustomerCompanyObject!" I want to create a new CustomerCompany, not to update or find. Here you can find my code: my $CustomerCompanyId = $RPC_otrs->Dispatch( $user_otrs, $pass_otrs, 'Cust...