Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Ajas Mohammed
ok, what is url for this webservice? you mind sharing that?



http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.


On Tue, Jan 27, 2009 at 6:36 PM, Kevin Hellriegel wrote:

> I have a theory of what is going on. I believe that it requires a date
> object and won't take a string (which would explain why passing it a
> Now() or CreateODBCDateTime works with a warning). This thread kind of
> confirms it:
>
> http://www.justskins.com/forums/webservice-urgent-issue-45305.html
>
> As for the warning, I think CF's Apache Axis might not be formatting
> or serializing (is that the right term?) the date object correctly.
> Using Web Services Explorer in Eclipse, I'm able to get data back with
> a warning using 2009-01-27T18:11:21 (notice the GMT offset is
> missing). And I can get data back without the warning if I use
> 2009-01-27T23:11:21-05:00. So I know I'm not crazy and that this thing
> works =P
>
> Is there a way to see what CF is sending to the webservice?
>
> My brain is mush from trying to figure all this out. I may just switch
> to using cfhttp and post XML straight to it. We'll see what happens
> tomorrow.
>
> Kevin
>
> On Tue, Jan 27, 2009 at 3:58 PM, Kevin Hellriegel 
> wrote:
> > It's funny that you mention Allaire, because I found this post while
> googling:
> >
> > http://www.stylusstudio.com/xmldev/199810/post90220.html
> >
> > On Tue, Jan 27, 2009 at 3:53 PM, AppDeveloper 
> wrote:
> >> If you want to dive down the rabbit hole, this is how it does in the
> >> Allaire days of CF with the Java util...
> >>
> http://www.koders.com/java/fid651395B318F465F02DF87C5C57902DE82FCC2613.aspx?s=cdef%3Aparser
> >>
> >>
> >> On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel 
> wrote:
> >>> I need to create a dateTime for the Fedex ShipService webservice that
> >>> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
> >>> letter T, the time and offset from GMT. I've created a string, but the
> >>> web service blows up with the ever useful "Cannot find webservice..."
> >>> If I use Now() instead, the webservice returns the data I need, but
> >>> with a warning saying the field (ShipTimestamp) is invalid. I've been
> >>> looking through the axis API and cannot figure out what to use. Any
> >>> ideas?
> >>>
> >>> Thanks,
> >>> Kevin
> >>>
> >>>
> >>> -
> >>> To unsubscribe from this list, manage your profile @
> >>> http://www.acfug.org?fa=login.edituserform
> >>>
> >>> For more info, see http://www.acfug.org/mailinglists
> >>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> >>> List hosted by http://www.fusionlink.com
> >>> -
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >> -
> >> To unsubscribe from this list, manage your profile @
> >> http://www.acfug.org?fa=login.edituserform
> >>
> >> For more info, see http://www.acfug.org/mailinglists
> >> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> >> List hosted by http://www.fusionlink.com
> >> -
> >>
> >>
> >>
> >>
> >
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


Re: [ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread AppDeveloper
Thanks to Ben Forta and Adam Lehman I have obtained the materials you
requested.  I'll send the zipped file off the discussion group.


On Tue, Jan 27, 2009 at 3:21 PM, AppDeveloper  wrote:
> I checked out the Adobe ColdFusion Evangelism Kit.  It's just persuasion mats.
>
>
> On Tue, Jan 27, 2009 at 3:04 PM, Teddy R. Payne  wrote:
>> All,
>> Aside from hijacking some images from various sites, is there a definitive
>> location of ColdFusion related graphics?  Like the icon for CF, "Powered by
>> ColdFusion"  ...etc.
>>
>> Teddy R. Payne, ACCFD
>> Google Talk - teddyrpa...@gmail.com
>>
>>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Kevin Hellriegel
I have a theory of what is going on. I believe that it requires a date
object and won't take a string (which would explain why passing it a
Now() or CreateODBCDateTime works with a warning). This thread kind of
confirms it:

http://www.justskins.com/forums/webservice-urgent-issue-45305.html

As for the warning, I think CF's Apache Axis might not be formatting
or serializing (is that the right term?) the date object correctly.
Using Web Services Explorer in Eclipse, I'm able to get data back with
a warning using 2009-01-27T18:11:21 (notice the GMT offset is
missing). And I can get data back without the warning if I use
2009-01-27T23:11:21-05:00. So I know I'm not crazy and that this thing
works =P

Is there a way to see what CF is sending to the webservice?

My brain is mush from trying to figure all this out. I may just switch
to using cfhttp and post XML straight to it. We'll see what happens
tomorrow.

Kevin

On Tue, Jan 27, 2009 at 3:58 PM, Kevin Hellriegel  wrote:
> It's funny that you mention Allaire, because I found this post while googling:
>
> http://www.stylusstudio.com/xmldev/199810/post90220.html
>
> On Tue, Jan 27, 2009 at 3:53 PM, AppDeveloper  wrote:
>> If you want to dive down the rabbit hole, this is how it does in the
>> Allaire days of CF with the Java util...
>> http://www.koders.com/java/fid651395B318F465F02DF87C5C57902DE82FCC2613.aspx?s=cdef%3Aparser
>>
>>
>> On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel  wrote:
>>> I need to create a dateTime for the Fedex ShipService webservice that
>>> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
>>> letter T, the time and offset from GMT. I've created a string, but the
>>> web service blows up with the ever useful "Cannot find webservice..."
>>> If I use Now() instead, the webservice returns the data I need, but
>>> with a warning saying the field (ShipTimestamp) is invalid. I've been
>>> looking through the axis API and cannot figure out what to use. Any
>>> ideas?
>>>
>>> Thanks,
>>> Kevin
>>>
>>>
>>> -
>>> To unsubscribe from this list, manage your profile @
>>> http://www.acfug.org?fa=login.edituserform
>>>
>>> For more info, see http://www.acfug.org/mailinglists
>>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>>> List hosted by http://www.fusionlink.com
>>> -
>>>
>>>
>>>
>>>
>>
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -
>>
>>
>>
>>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Kevin Hellriegel
It's funny that you mention Allaire, because I found this post while googling:

http://www.stylusstudio.com/xmldev/199810/post90220.html

On Tue, Jan 27, 2009 at 3:53 PM, AppDeveloper  wrote:
> If you want to dive down the rabbit hole, this is how it does in the
> Allaire days of CF with the Java util...
> http://www.koders.com/java/fid651395B318F465F02DF87C5C57902DE82FCC2613.aspx?s=cdef%3Aparser
>
>
> On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel  wrote:
>> I need to create a dateTime for the Fedex ShipService webservice that
>> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
>> letter T, the time and offset from GMT. I've created a string, but the
>> web service blows up with the ever useful "Cannot find webservice..."
>> If I use Now() instead, the webservice returns the data I need, but
>> with a warning saying the field (ShipTimestamp) is invalid. I've been
>> looking through the axis API and cannot figure out what to use. Any
>> ideas?
>>
>> Thanks,
>> Kevin
>>
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -
>>
>>
>>
>>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Kevin Hellriegel
Tried Allen's and was able to get data back, but the webservice
returned a warning saying "ShipTimestamp is invalid". Here is the
snippet from the Dev Guide:

This element must be formatted
-MM-DDTHH:MM:SS-HH:MM such as
2008-01-21T14:15:37-05:00 or
2008-01-21T14:15:37+03:00 where:
• -MM-DD is the year, month, and date.
• T separates the date from the time.
• HH:MM:SS is the time in military format.

And from the WSDL:




Identifies the date and time the package is
tendered to FedEx. Both the date and time portions of the string are
expected to be used. The date should not be a past date or a date more
than 10 days in the future. The time is the local time of the shipment
based on the shipper's time zone. The date component must be in the
format: -MM-DD (e.g. 2006-06-26). The time component must be in
the format: HH:MM:SS using a 24 hour clock (e.g. 11:00 a.m. is
11:00:00, whereas 5:00 p.m. is 17:00:00). The date and time parts are
separated by the letter T (e.g. 2006-06-26T17:00:00). There is also a
UTC offset component indicating the number of hours/mainutes from UTC
(e.g 2006-06-26T17:00:00-0400 is defined form June 26, 2006 5:00 pm
Eastern Time).



It was also not liking some integer values I was passing to it. One
was a nonNegativeInteger type in the WSDL so I had to do a work
around:


NonNegativeInteger =
CreateObject('java','org.apache.axis.types.NonNegativeInteger');
PackageCount = NonNegativeInteger.init(1)


I'm thinking I need to do something similar.

On Tue, Jan 27, 2009 at 3:41 PM, Teddy R. Payne  wrote:
> Kevin,
> Try what Allen has suggested to you with ODBC Date and Time.  The error kind
> of reads like a data type issue.  If you are asking about a way to Java cast
> a data type, CF8 offers a few casting data types more so than CF7:
>
> CF8 -
> http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_in-k_45.html
>
> How is the web service consumed?  Perhaps you can more explicity datatype
> the parameter being passed.
>
>
>
> Teddy R. Payne, ACCFD
> Google Talk - teddyrpa...@gmail.com
>
>
>
> On Tue, Jan 27, 2009 at 3:25 PM, Kevin Hellriegel 
> wrote:
>>
>> copy pasta'd your code Teddy and got the "Web service operation
>> processShipment with parameters...could not be found" :( If I replace
>> it with Now(), it works but with a warning. Is there a java function
>> that will do the formatting?
>>
>> On Tue, Jan 27, 2009 at 3:17 PM, Teddy R. Payne 
>> wrote:
>> > > > TimeFormat(now(), "HH:MM:SS") & "-05:00">
>> >
>> > Quick and dirty.
>> >
>> > Teddy R. Payne, ACCFD
>> > Google Talk - teddyrpa...@gmail.com
>> >
>> >
>> >
>> > On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel 
>> > wrote:
>> >>
>> >> I need to create a dateTime for the Fedex ShipService webservice that
>> >> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
>> >> letter T, the time and offset from GMT. I've created a string, but the
>> >> web service blows up with the ever useful "Cannot find webservice..."
>> >> If I use Now() instead, the webservice returns the data I need, but
>> >> with a warning saying the field (ShipTimestamp) is invalid. I've been
>> >> looking through the axis API and cannot figure out what to use. Any
>> >> ideas?
>> >>
>> >> Thanks,
>> >> Kevin
>> >>
>> >>
>> >> -
>> >> To unsubscribe from this list, manage your profile @
>> >> http://www.acfug.org?fa=login.edituserform
>> >>
>> >> For more info, see http://www.acfug.org/mailinglists
>> >> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> >> List hosted by http://www.fusionlink.com
>> >> -
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -
>>
>>
>>
>
>


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread AppDeveloper
If you want to dive down the rabbit hole, this is how it does in the
Allaire days of CF with the Java util...
http://www.koders.com/java/fid651395B318F465F02DF87C5C57902DE82FCC2613.aspx?s=cdef%3Aparser


On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel  wrote:
> I need to create a dateTime for the Fedex ShipService webservice that
> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
> letter T, the time and offset from GMT. I've created a string, but the
> web service blows up with the ever useful "Cannot find webservice..."
> If I use Now() instead, the webservice returns the data I need, but
> with a warning saying the field (ShipTimestamp) is invalid. I've been
> looking through the axis API and cannot figure out what to use. Any
> ideas?
>
> Thanks,
> Kevin
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Teddy R. Payne
Kevin,
Try what Allen has suggested to you with ODBC Date and Time.  The error kind
of reads like a data type issue.  If you are asking about a way to Java cast
a data type, CF8 offers a few casting data types more so than CF7:

CF8 -
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_in-k_45.html

How is the web service consumed?  Perhaps you can more explicity datatype
the parameter being passed.



Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com



On Tue, Jan 27, 2009 at 3:25 PM, Kevin Hellriegel wrote:

> copy pasta'd your code Teddy and got the "Web service operation
> processShipment with parameters...could not be found" :( If I replace
> it with Now(), it works but with a warning. Is there a java function
> that will do the formatting?
>
> On Tue, Jan 27, 2009 at 3:17 PM, Teddy R. Payne 
> wrote:
> >  > TimeFormat(now(), "HH:MM:SS") & "-05:00">
> >
> > Quick and dirty.
> >
> > Teddy R. Payne, ACCFD
> > Google Talk - teddyrpa...@gmail.com
> >
> >
> >
> > On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel 
> > wrote:
> >>
> >> I need to create a dateTime for the Fedex ShipService webservice that
> >> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
> >> letter T, the time and offset from GMT. I've created a string, but the
> >> web service blows up with the ever useful "Cannot find webservice..."
> >> If I use Now() instead, the webservice returns the data I need, but
> >> with a warning saying the field (ShipTimestamp) is invalid. I've been
> >> looking through the axis API and cannot figure out what to use. Any
> >> ideas?
> >>
> >> Thanks,
> >> Kevin
> >>
> >>
> >> -
> >> To unsubscribe from this list, manage your profile @
> >> http://www.acfug.org?fa=login.edituserform
> >>
> >> For more info, see http://www.acfug.org/mailinglists
> >> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> >> List hosted by http://www.fusionlink.com
> >> -
> >>
> >>
> >>
> >
> >
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Ajas Mohammed
Well, looks like the error is related to some kind of datatype mismatch.
What type of datatype is the webservice supposed to return? date or string ?

If its java related, then only function i can remember is JavaCast. You can
convert a number to int so java can understand what needs to be called
especially if its overloaded function.

HTH.


http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.


On Tue, Jan 27, 2009 at 3:25 PM, Kevin Hellriegel wrote:

> copy pasta'd your code Teddy and got the "Web service operation
> processShipment with parameters...could not be found" :( If I replace
> it with Now(), it works but with a warning. Is there a java function
> that will do the formatting?
>
> On Tue, Jan 27, 2009 at 3:17 PM, Teddy R. Payne 
> wrote:
> >  > TimeFormat(now(), "HH:MM:SS") & "-05:00">
> >
> > Quick and dirty.
> >
> > Teddy R. Payne, ACCFD
> > Google Talk - teddyrpa...@gmail.com
> >
> >
> >
> > On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel 
> > wrote:
> >>
> >> I need to create a dateTime for the Fedex ShipService webservice that
> >> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
> >> letter T, the time and offset from GMT. I've created a string, but the
> >> web service blows up with the ever useful "Cannot find webservice..."
> >> If I use Now() instead, the webservice returns the data I need, but
> >> with a warning saying the field (ShipTimestamp) is invalid. I've been
> >> looking through the axis API and cannot figure out what to use. Any
> >> ideas?
> >>
> >> Thanks,
> >> Kevin
> >>
> >>
> >> -
> >> To unsubscribe from this list, manage your profile @
> >> http://www.acfug.org?fa=login.edituserform
> >>
> >> For more info, see http://www.acfug.org/mailinglists
> >> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> >> List hosted by http://www.fusionlink.com
> >> -
> >>
> >>
> >>
> >
> >
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


RE: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread axunderwood
Try the CF  Function CreateODBCDateTime()

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0357.htm


From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Teddy R. Payne
Sent: Tuesday, January 27, 2009 3:17 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] ISO 8601 date



Quick and dirty.

Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com



On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel 
mailto:khell...@gmail.com>> wrote:
I need to create a dateTime for the Fedex ShipService webservice that
looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
letter T, the time and offset from GMT. I've created a string, but the
web service blows up with the ever useful "Cannot find webservice..."
If I use Now() instead, the webservice returns the data I need, but
with a warning saying the field (ShipTimestamp) is invalid. I've been
looking through the axis API and cannot figure out what to use. Any
ideas?

Thanks,
Kevin


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-







-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-




Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Kevin Hellriegel
copy pasta'd your code Teddy and got the "Web service operation
processShipment with parameters...could not be found" :( If I replace
it with Now(), it works but with a warning. Is there a java function
that will do the formatting?

On Tue, Jan 27, 2009 at 3:17 PM, Teddy R. Payne  wrote:
>  TimeFormat(now(), "HH:MM:SS") & "-05:00">
>
> Quick and dirty.
>
> Teddy R. Payne, ACCFD
> Google Talk - teddyrpa...@gmail.com
>
>
>
> On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel 
> wrote:
>>
>> I need to create a dateTime for the Fedex ShipService webservice that
>> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
>> letter T, the time and offset from GMT. I've created a string, but the
>> web service blows up with the ever useful "Cannot find webservice..."
>> If I use Now() instead, the webservice returns the data I need, but
>> with a warning saying the field (ShipTimestamp) is invalid. I've been
>> looking through the axis API and cannot figure out what to use. Any
>> ideas?
>>
>> Thanks,
>> Kevin
>>
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -
>>
>>
>>
>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread AppDeveloper
I checked out the Adobe ColdFusion Evangelism Kit.  It's just persuasion mats.


On Tue, Jan 27, 2009 at 3:04 PM, Teddy R. Payne  wrote:
> All,
> Aside from hijacking some images from various sites, is there a definitive
> location of ColdFusion related graphics?  Like the icon for CF, "Powered by
> ColdFusion"  ...etc.
>
> Teddy R. Payne, ACCFD
> Google Talk - teddyrpa...@gmail.com
>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread AppDeveloper
You didn't get a CF pin to wear on your lapel?sigh

On Tue, Jan 27, 2009 at 3:15 PM, shawn gorrell  wrote:
> Actually I think they just send a certificate in the mail. I just got mine
> and seem to recall no additional swag included.
>
> 
> From: Teddy R. Payne 
> To: discussion@acfug.org
> Sent: Tuesday, January 27, 2009 3:13:46 PM
> Subject: Re: [ACFUG Discuss] ColdFusion Paraphernalia
>
> I will take the CF8 test here soon, so I will find out with that avenue.
>
> Teddy R. Payne, ACCFD
> Google Talk - teddyrpa...@gmail.com
>
>
>
> On Tue, Jan 27, 2009 at 3:10 PM, AppDeveloper 
> wrote:
>>
>> When you passed your CF certification didn't you get a package and a
>> link to an Adobe page of images.  I did when Macromedia was in charge
>> of testing...so this may be an antiquated suggestion.
>>
>>
>>
>> On Tue, Jan 27, 2009 at 3:04 PM, Teddy R. Payne 
>> wrote:
>> > All,
>> > Aside from hijacking some images from various sites, is there a
>> > definitive
>> > location of ColdFusion related graphics?  Like the icon for CF, "Powered
>> > by
>> > ColdFusion"  ...etc.
>> >
>> > Teddy R. Payne, ACCFD
>> > Google Talk - teddyrpa...@gmail.com
>> >
>> >
>>
>>
>> -
>> To unsubscribe from this list, manage your profile @
>> http://www.acfug.org?fa=login.edituserform
>>
>> For more info, see http://www.acfug.org/mailinglists
>> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>> List hosted by http://www.fusionlink.com
>> -
>>
>>
>>
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by FusionLink
> -


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Teddy R. Payne


Quick and dirty.

Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com



On Tue, Jan 27, 2009 at 3:05 PM, Kevin Hellriegel wrote:

> I need to create a dateTime for the Fedex ShipService webservice that
> looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
> letter T, the time and offset from GMT. I've created a string, but the
> web service blows up with the ever useful "Cannot find webservice..."
> If I use Now() instead, the webservice returns the data I need, but
> with a warning saying the field (ShipTimestamp) is invalid. I've been
> looking through the axis API and cannot figure out what to use. Any
> ideas?
>
> Thanks,
> Kevin
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


Re: [ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread shawn gorrell
Actually I think they just send a certificate in the mail. I just got mine and 
seem to recall no additional swag included. 





From: Teddy R. Payne 
To: discussion@acfug.org
Sent: Tuesday, January 27, 2009 3:13:46 PM
Subject: Re: [ACFUG Discuss] ColdFusion Paraphernalia

I will take the CF8 test here soon, so I will find out with that avenue.

Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com




On Tue, Jan 27, 2009 at 3:10 PM, AppDeveloper  wrote:

When you passed your CF certification didn't you get a package and a
link to an Adobe page of images.  I did when Macromedia was in charge
of testing...so this may be an antiquated suggestion.




On Tue, Jan 27, 2009 at 3:04 PM, Teddy R. Payne  wrote:
> All,
> Aside from hijacking some images from various sites, is there a definitive
> location of ColdFusion related graphics?  Like the icon for CF, "Powered by
> ColdFusion"  ...etc.
>
> Teddy R. Payne, ACCFD
> Google Talk - teddyrpa...@gmail.com
>
>


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread Teddy R. Payne
I will take the CF8 test here soon, so I will find out with that avenue.

Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com



On Tue, Jan 27, 2009 at 3:10 PM, AppDeveloper wrote:

> When you passed your CF certification didn't you get a package and a
> link to an Adobe page of images.  I did when Macromedia was in charge
> of testing...so this may be an antiquated suggestion.
>
>
>
> On Tue, Jan 27, 2009 at 3:04 PM, Teddy R. Payne 
> wrote:
> > All,
> > Aside from hijacking some images from various sites, is there a
> definitive
> > location of ColdFusion related graphics?  Like the icon for CF, "Powered
> by
> > ColdFusion"  ...etc.
> >
> > Teddy R. Payne, ACCFD
> > Google Talk - teddyrpa...@gmail.com
> >
> >
>
>
> -
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
>
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -
>
>
>
>


Re: [ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread AppDeveloper
When you passed your CF certification didn't you get a package and a
link to an Adobe page of images.  I did when Macromedia was in charge
of testing...so this may be an antiquated suggestion.



On Tue, Jan 27, 2009 at 3:04 PM, Teddy R. Payne  wrote:
> All,
> Aside from hijacking some images from various sites, is there a definitive
> location of ColdFusion related graphics?  Like the icon for CF, "Powered by
> ColdFusion"  ...etc.
>
> Teddy R. Payne, ACCFD
> Google Talk - teddyrpa...@gmail.com
>
>


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] ISO 8601 date

2009-01-27 Thread Kevin Hellriegel
I need to create a dateTime for the Fedex ShipService webservice that
looks like this: 2009-01-27T14:45:23-05:00. You've got the date, the
letter T, the time and offset from GMT. I've created a string, but the
web service blows up with the ever useful "Cannot find webservice..."
If I use Now() instead, the webservice returns the data I need, but
with a warning saying the field (ShipTimestamp) is invalid. I've been
looking through the axis API and cannot figure out what to use. Any
ideas?

Thanks,
Kevin


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





[ACFUG Discuss] ColdFusion Paraphernalia

2009-01-27 Thread Teddy R. Payne
All,
Aside from hijacking some images from various sites, is there a definitive
location of ColdFusion related graphics?  Like the icon for CF, "Powered by
ColdFusion"  ...etc.

Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com


[ACFUG Discuss] OO Class for FUG(s)

2009-01-27 Thread Teddy R. Payne
I just read a curious blog entry.  It seems that there are members of the
Triangle Area CFUG (TACFUG) that are giving OO Classes for ColdFusion.

They realized that they could not provide a wide range of support due to a
constraint of the facility.  In consolation, TACFUG is offering the course
material out to other CFUG(s):

http://www.nodans.com/index.cfm/2009/1/26/OO-Code-Camp-Starts-This-Week

They asked if the CFUG is interested that to contact them on their TACFUG
sites:

http://tacfug.org/index.cfm?event=showHome

Might be something that people are interested in consuming that are from
ACFUG.


Teddy R. Payne, ACCFD
Google Talk - teddyrpa...@gmail.com