Just wondering if anyone has gotten this resolved?? I had seen a post awhile ago and did post to that particular thread but didn't hear anything back. The way I test it is from a Linux box by using this command "lynx -mime_header http://www.test.com/test.wml" and it also returns a result of "Content-Type: text/html" instead of "Content-Type: text/vnd.wap.wml". I have this confiured on a Linux box and when I run the above command I do in fact get the return of the proper content type which is text/vnd.wap.wml.

Any ideas, this seems like it may not be supported in IIS, which wouldn't be very nice at all.......

Mike

Re: IIS on 2000 ADV Server with .wml support by Ian

Ian
Tue Jun 15 10:47:31 CDT 2004

What are you trying to do?

If it's add the correct WML mime type to IIS, then :

Open IIS MMC
Right click, Properties of the website you want to setup
HTTP Headers tab
File Types at the bottom
Add a new type

You'll need to set up mime type for wbmp too if you want to support those.

HTH



Re: IIS on 2000 ADV Server with .wml support by MikeV

MikeV
Tue Jun 15 12:46:01 CDT 2004

What we are trying to do is have the server have the ability to be able to stream wml files with the correct header.
Right now if I go the
http://www.test.com/temp/sld5.wml using an Openwave phone simulator the webserver give a text/html http header but should give a text/vnd.wap.wml header.

In Unix/Apache this can be acomplish by adding the 4 lines bellow in the httpd.conf configuration and it works fine without any problems but in IIS I have added the necessary file types to MIME section under HTTP headers and this still does not work.

Right now If I used the phone simulator and get above URL it will return an Error 500.

"Ian Jones" wrote:

> What are you trying to do?
>
> If it's add the correct WML mime type to IIS, then :
>
> Open IIS MMC
> Right click, Properties of the website you want to setup
> HTTP Headers tab
> File Types at the bottom
> Add a new type
>
> You'll need to set up mime type for wbmp too if you want to support those.
>
> HTH
>
>
>

Re: IIS on 2000 ADV Server with .wml support by Kristofer

Kristofer
Tue Jun 15 13:23:35 CDT 2004

Did you try the suggestions given by Ian Jones?

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Mike V" <MikeV@discussions.microsoft.com> wrote in message
news:74759432-73F8-4DFA-82DC-296F97788E10@microsoft.com...
> What we are trying to do is have the server have the ability to be able to
stream wml files with the correct header.
> Right now if I go the
> http://www.test.com/temp/sld5.wml using an Openwave phone simulator the
webserver give a text/html http header but should give a text/vnd.wap.wml
header.
>
> In Unix/Apache this can be acomplish by adding the 4 lines bellow in the
httpd.conf configuration and it works fine without any problems but in IIS I
have added the necessary file types to MIME section under HTTP headers and
this still does not work.
>
> Right now If I used the phone simulator and get above URL it will return
an Error 500.
>
> "Ian Jones" wrote:
>
> > What are you trying to do?
> >
> > If it's add the correct WML mime type to IIS, then :
> >
> > Open IIS MMC
> > Right click, Properties of the website you want to setup
> > HTTP Headers tab
> > File Types at the bottom
> > Add a new type
> >
> > You'll need to set up mime type for wbmp too if you want to support
those.
> >
> > HTH
> >
> >
> >



Re: IIS on 2000 ADV Server with .wml support by MikeV

MikeV
Tue Jun 15 13:42:02 CDT 2004

Yes, I have added all of the file types that are needed. Here they are and I have restarted the services as well as the server itself with NO luck at all.

.wlm text/vnd.wap.wml
.wbmp image/vnd.wap.wbmp
.wmlc application/vnd.wap.wmlc
.wmls text/vnd.wap.wlmscript
.wlmsc application/vnd.wap.wmlscriptc
.wmlscript text/vnd.wap.wlmscript
.wsc text/vnd.wap.wmlscript


Mike

"Kristofer Gafvert" wrote:

> Did you try the suggestions given by Ian Jones?
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> http://www.ilopia.com - When you need help!
>
>
> "Mike V" <MikeV@discussions.microsoft.com> wrote in message
> news:74759432-73F8-4DFA-82DC-296F97788E10@microsoft.com...
> > What we are trying to do is have the server have the ability to be able to
> stream wml files with the correct header.
> > Right now if I go the
> > http://www.test.com/temp/sld5.wml using an Openwave phone simulator the
> webserver give a text/html http header but should give a text/vnd.wap.wml
> header.
> >
> > In Unix/Apache this can be acomplish by adding the 4 lines bellow in the
> httpd.conf configuration and it works fine without any problems but in IIS I
> have added the necessary file types to MIME section under HTTP headers and
> this still does not work.
> >
> > Right now If I used the phone simulator and get above URL it will return
> an Error 500.
> >
> > "Ian Jones" wrote:
> >
> > > What are you trying to do?
> > >
> > > If it's add the correct WML mime type to IIS, then :
> > >
> > > Open IIS MMC
> > > Right click, Properties of the website you want to setup
> > > HTTP Headers tab
> > > File Types at the bottom
> > > Add a new type
> > >
> > > You'll need to set up mime type for wbmp too if you want to support
> those.
> > >
> > > HTH
> > >
> > >
> > >
>
>
>

Re: IIS on 2000 ADV Server with .wml support by Kristofer

Kristofer
Tue Jun 15 14:09:55 CDT 2004

Okay, I just did it here, and it works as expected.

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Mike V" <MikeV@discussions.microsoft.com> wrote in message
news:3E3E7814-FAF5-413E-BDA8-7300D9F058D4@microsoft.com...
> Yes, I have added all of the file types that are needed. Here they are
and I have restarted the services as well as the server itself with NO luck
at all.
>
> .wlm text/vnd.wap.wml
> .wbmp image/vnd.wap.wbmp
> .wmlc application/vnd.wap.wmlc
> .wmls text/vnd.wap.wlmscript
> .wlmsc application/vnd.wap.wmlscriptc
> .wmlscript text/vnd.wap.wlmscript
> .wsc text/vnd.wap.wmlscript
>
>
> Mike
>
> "Kristofer Gafvert" wrote:
>
> > Did you try the suggestions given by Ian Jones?
> >
> > --
> > Regards,
> > Kristofer Gafvert - IIS MVP
> > http://www.ilopia.com - When you need help!
> >
> >
> > "Mike V" <MikeV@discussions.microsoft.com> wrote in message
> > news:74759432-73F8-4DFA-82DC-296F97788E10@microsoft.com...
> > > What we are trying to do is have the server have the ability to be
able to
> > stream wml files with the correct header.
> > > Right now if I go the
> > > http://www.test.com/temp/sld5.wml using an Openwave phone simulator
the
> > webserver give a text/html http header but should give a
text/vnd.wap.wml
> > header.
> > >
> > > In Unix/Apache this can be acomplish by adding the 4 lines bellow in
the
> > httpd.conf configuration and it works fine without any problems but in
IIS I
> > have added the necessary file types to MIME section under HTTP headers
and
> > this still does not work.
> > >
> > > Right now If I used the phone simulator and get above URL it will
return
> > an Error 500.
> > >
> > > "Ian Jones" wrote:
> > >
> > > > What are you trying to do?
> > > >
> > > > If it's add the correct WML mime type to IIS, then :
> > > >
> > > > Open IIS MMC
> > > > Right click, Properties of the website you want to setup
> > > > HTTP Headers tab
> > > > File Types at the bottom
> > > > Add a new type
> > > >
> > > > You'll need to set up mime type for wbmp too if you want to support
> > those.
> > > >
> > > > HTH
> > > >
> > > >
> > > >
> >
> >
> >



Re: IIS on 2000 ADV Server with .wml support by MikeV

MikeV
Wed Jun 16 06:27:01 CDT 2004

So how did you actually test this? I am using a WAP simulator phone (Openwave SDK) to test it on my end and it does not work, but does work on my linux box.

Mike

"Kristofer Gafvert" wrote:

> Okay, I just did it here, and it works as expected.
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> http://www.ilopia.com - When you need help!
>
>
> "Mike V" <MikeV@discussions.microsoft.com> wrote in message
> news:3E3E7814-FAF5-413E-BDA8-7300D9F058D4@microsoft.com...
> > Yes, I have added all of the file types that are needed. Here they are
> and I have restarted the services as well as the server itself with NO luck
> at all.
> >
> > .wlm text/vnd.wap.wml
> > .wbmp image/vnd.wap.wbmp
> > .wmlc application/vnd.wap.wmlc
> > .wmls text/vnd.wap.wlmscript
> > .wlmsc application/vnd.wap.wmlscriptc
> > .wmlscript text/vnd.wap.wlmscript
> > .wsc text/vnd.wap.wmlscript
> >
> >
> > Mike
> >
> > "Kristofer Gafvert" wrote:
> >
> > > Did you try the suggestions given by Ian Jones?
> > >
> > > --
> > > Regards,
> > > Kristofer Gafvert - IIS MVP
> > > http://www.ilopia.com - When you need help!
> > >
> > >
> > > "Mike V" <MikeV@discussions.microsoft.com> wrote in message
> > > news:74759432-73F8-4DFA-82DC-296F97788E10@microsoft.com...
> > > > What we are trying to do is have the server have the ability to be
> able to
> > > stream wml files with the correct header.
> > > > Right now if I go the
> > > > http://www.test.com/temp/sld5.wml using an Openwave phone simulator
> the
> > > webserver give a text/html http header but should give a
> text/vnd.wap.wml
> > > header.
> > > >
> > > > In Unix/Apache this can be acomplish by adding the 4 lines bellow in
> the
> > > httpd.conf configuration and it works fine without any problems but in
> IIS I
> > > have added the necessary file types to MIME section under HTTP headers
> and
> > > this still does not work.
> > > >
> > > > Right now If I used the phone simulator and get above URL it will
> return
> > > an Error 500.
> > > >
> > > > "Ian Jones" wrote:
> > > >
> > > > > What are you trying to do?
> > > > >
> > > > > If it's add the correct WML mime type to IIS, then :
> > > > >
> > > > > Open IIS MMC
> > > > > Right click, Properties of the website you want to setup
> > > > > HTTP Headers tab
> > > > > File Types at the bottom
> > > > > Add a new type
> > > > >
> > > > > You'll need to set up mime type for wbmp too if you want to support
> > > those.
> > > > >
> > > > > HTH
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
>
>
>

Re: IIS on 2000 ADV Server with .wml support by Kristofer

Kristofer
Wed Jun 16 11:50:28 CDT 2004

I added the MIME type, and requested the page using WFetch from the IIS
Resource Kit. It gave back this: (and other things)

Content-Type: text/vnd.wap.wbmp\r\n


Seems to be correct.

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Mike V" <MikeV@discussions.microsoft.com> wrote in message
news:06FCE44A-DDB5-4528-89E9-E43141D55349@microsoft.com...
> So how did you actually test this? I am using a WAP simulator phone
(Openwave SDK) to test it on my end and it does not work, but does work on
my linux box.
>
> Mike
>
> "Kristofer Gafvert" wrote:
>
> > Okay, I just did it here, and it works as expected.
> >
> > --
> > Regards,
> > Kristofer Gafvert - IIS MVP
> > http://www.ilopia.com - When you need help!
> >
> >
> > "Mike V" <MikeV@discussions.microsoft.com> wrote in message
> > news:3E3E7814-FAF5-413E-BDA8-7300D9F058D4@microsoft.com...
> > > Yes, I have added all of the file types that are needed. Here they
are
> > and I have restarted the services as well as the server itself with NO
luck
> > at all.
> > >
> > > .wlm text/vnd.wap.wml
> > > .wbmp image/vnd.wap.wbmp
> > > .wmlc application/vnd.wap.wmlc
> > > .wmls text/vnd.wap.wlmscript
> > > .wlmsc application/vnd.wap.wmlscriptc
> > > .wmlscript text/vnd.wap.wlmscript
> > > .wsc text/vnd.wap.wmlscript
> > >
> > >
> > > Mike
> > >
> > > "Kristofer Gafvert" wrote:
> >