Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-10 Thread Michiel Beijen
s that you provided. > > Regards, > Jignesh > -Original Message- > From: dev-boun...@otrs.org [mailto:dev-boun...@otrs.org] On Behalf Of Michiel > Beijen > Sent: Sunday, February 10, 2013 3:17 PM > To: Development community of OTRS > Subject: Re: [dev] Need Webservi

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-10 Thread Jignesh Kakka (jkakka)
ruary 10, 2013 3:17 PM To: Development community of OTRS Subject: Re: [dev] Need Webservices for Creating Customers and creating Services See this page: http://gregor.tudan.de/2010/04/accessing-otrs-soap-from-javagroovy/ and this code: https://github.com/gtudan/OTRS-Client The code above only is

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-10 Thread Michiel Beijen
of OTRS. org > > > Subject: Re: [dev] Need Webservices for Creating Customers and creating > Services > > > > > Op 6 feb. 2013 21:03 schreef "Jignesh Kakka (jkakka)" het > volgende: >> >> Again Few Questions >> 1. How can I configure a SOA

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Jignesh Kakka (jkakka)
Hi Mike, We are using Java. Thanks, Jignesh From: dev-boun...@otrs.org [mailto:dev-boun...@otrs.org] On Behalf Of Michiel Beijen Sent: Thursday, February 07, 2013 2:57 AM To: Development community of OTRS. org Subject: Re: [dev] Need Webservices for Creating Customers and creating Services

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Michiel Beijen
Op 6 feb. 2013 21:03 schreef "Jignesh Kakka (jkakka)" het volgende: > > Again Few Questions > 1. How can I configure a SOAP call for creating services, Even if I have to write WSDL file, I need to know sample SOAP xml or some data for creating services or customers, that can be referred to creat

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread David Boyes
> 1. How can I configure a SOAP call for creating services, Even if I have to > write > WSDL file, I need to know sample SOAP xml or some data for creating > services or customers, that can be referred to create WSDL. Since you are creating the code -- it does not exist -- you get to define it.

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Jignesh Kakka (jkakka)
for Creating Customers and creating Services Hi, On Wed, Feb 6, 2013 at 3:47 PM, Jignesh Kakka (jkakka) wrote: > I found wsdl for generic interface, but it provides operations only > for Tickets. > I need something for customers and services. I wrote you earlier in this very sa

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Michiel Beijen
Hi, On Wed, Feb 6, 2013 at 3:47 PM, Jignesh Kakka (jkakka) wrote: > I found wsdl for generic interface, but it provides operations only for > Tickets. > I need something for customers and services. I wrote you earlier in this very same thread: "These are not available in OTRS. You can create t

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Jignesh Kakka (jkakka)
06, 2013 2:30 PM To: Development community of OTRS Subject: Re: [dev] Need Webservices for Creating Customers and creating Services Hi Jignesh, On Wed, Feb 6, 2013 at 9:43 AM, Jignesh Kakka (jkakka) wrote: > How can I utilize the Old XML/RPC for these. Can you provide few > pointers/examp

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Michiel Beijen
Hi Jignesh, On Wed, Feb 6, 2013 at 9:43 AM, Jignesh Kakka (jkakka) wrote: > How can I utilize the Old XML/RPC for these. Can you provide few > pointers/examples to these to create Customer via RPC. > Again to clarify, the OTRS standalone application would be deployed on one > system and Our app

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Jignesh Kakka (jkakka)
, February 06, 2013 2:03 PM To: Development community of OTRS Subject: Re: [dev] Need Webservices for Creating Customers and creating Services Hi Jignesh, On Wed, Feb 6, 2013 at 9:07 AM, Jignesh Kakka (jkakka) wrote: > I found webservices to create, get, update, search tickets and create Sess

Re: [dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Michiel Beijen
Hi Jignesh, On Wed, Feb 6, 2013 at 9:07 AM, Jignesh Kakka (jkakka) wrote: > I found webservices to create, get, update, search tickets and create Session. > > In similar fashion I want webservices for > 1. Create,Read, Update customers > 2. Create read update services > 3. Add

[dev] Need Webservices for Creating Customers and creating Services

2013-02-06 Thread Jignesh Kakka (jkakka)
Hi Team, I am using standalone OTRS 3.1.7 I found webservices to create, get, update, search tickets and create Session. In similar fashion I want webservices for 1. Create,Read, Update customers 2. Create read update services 3. Add services to customer and delete services