KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: ryanlynch on August 28, 2008, 03:44:20 pm

Title: modified WSDL
Post by: ryanlynch on August 28, 2008, 03:44:20 pm
Hi

I modified the konakart.wsdl file to point to the correct box.. how do I override the default admin wsdl that's currently on tomcat??
Title: Re: modified WSDL
Post by: julie on August 28, 2008, 03:55:46 pm
Can you explain in a little more detail what you are trying to achieve ?
Title: Re: modified WSDL
Post by: ryanlynch on August 28, 2008, 04:01:00 pm
yes, I had to update the WSDL file because it's outdated and doesn't work in Flex. How do I upload this so I can access it via http://localhost:8887/konakartadmin/services/KKWSAdmin?wsdl
Title: Re: modified WSDL
Post by: julie on August 28, 2008, 04:17:45 pm
We use Apache Axis to generate the WSDL. i.e. http://localhost:8887/konakartadmin/services/KKWSAdmin? replies with "Hi there, this is an AXIS service!".

What I suggest is for you to put your modified WSDL somewhere visible and then point Flex to it.
Title: Re: modified WSDL
Post by: ryanlynch on August 28, 2008, 04:54:59 pm
ah, okay. Thanks!