Hi Jag,
There is no
http://localhost/CustomXmlSecTokenCodeTokenIssuer/requestXmlServer.ashx file
and thats why you cannot create a proxy to this virtual file.
Like what Lucien said, you have to create a proxy to this physical file
http://localhost/CustomXmlSecTokenCodeService/CustomXmlSecTokenCodeService.asmx
and then from the proxy created, change the Me.URL setting (if you are on
VB.NET) to the
http://localhost/CustomXmlSecTokenCodeTokenIssuer/requestXmlServer.ashx
endpoint.
hth

Signature
Thank you very much
Warmest Regards,
Softwaremaker
Architect | Evangelist | Consultant
Microsoft Regional Director
http://www.microsoft.com/rd
+++++++++++++++++++++++++++++++++
> Hi lucien
>
[quoted text clipped - 8 lines]
> > able to access it fine)?
> > I added a web reference to
http://localhost/CustomXmlSecTokenCodeService/CustomXmlSecTokenCodeService.asmx
> > and had no errors (also WseWsdl2 worked for me).
> >
[quoted text clipped - 14 lines]
> > >
> > > Jagdeep