Re: Has Anyone Added A Web Reference In Visual Web Dev 2008 Express



On Oct 13, 9:36 am, NonStopForEver <rm.hutchi...@xxxxxxxxx> wrote:
On Oct 9, 12:06 pm, david.wiseman...@xxxxxxxxx wrote:





I'm using Visual Web Developer (VWD) 2008 Express to create a web
client to "consume" a NonStop SOAP web service.

From what I can tell, when you add the Web Reference, VWD 2008 Express
is suppose to creates the proxy class, i.e., "reference.cs".  Now I
can locate and add the web service (reference) I created in NonStop
SOAP but the proxy class file (refernece.cs) is not presented in the
Solution Explorer.

Note: VWD 2008 Express is showing WARNINGs in the web service .wsdl
file.  I wonder if this is affecting the creation of the reference.cs
file.

Any thoughts, anybody.

David

See if you can find a guy named Sam Ayers, president of SUNTUG in
Florida.  He was working at Paymentech in late 2006, and I left the
company then, but Sam was very big on using NonStop SOAP and web
services for the Tandem.  He was using JToolkit with JPathsend, I
think, but he might know about the Microsoft stuff as well.  I will
check my contact list and if I find him I will let you know.

Regards,

Rob Hutchings- Hide quoted text -

- Show quoted text -

Thanks for your reply... I got an answer from ".NET Forum", i.e., find
and run the WSDL.EXE program manually. WSDL.EXE comes with the .NET
SDK. WSDL.EXE generates the proxy class ".cs" file which I simply
moved into the Visual Web Developer 2008 "project" folder or more
specifically the added "Web Reference" folder.

.



Relevant Pages

  • Re: Need help on passing custom objects (classes) to web service
    ... And also, once you have the web service solidified, the proxy class should ... > refreshed the reference at the client end. ... >>> Manohar Kamath ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Controlling timeout, how?
    ... > Reference" in VS.NET, right? ... > web service, you call methods of this proxy class. ... > properties such as Url and Timeout. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: passing custom classes or stucture as arguments
    ... As soon as you reference the web ... The WSDL tool is used to generate a proxy class. ... Considerations for Custom Web Service Client Proxy Classes here ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: casting incomptability between 2 instances of the same class
    ... Does your Web Service and Main program access the same dll? ... when you add a reference to the web service, it creates a proxy class ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how can i convert .asmx file to a .ashx?
    ... wsewsdl2.exe is a tool that generates proxy code for Web service clients ... The proxy derived from ... When you build an XML Web service client, whether you use Visual Studio .NET ... a proxy class is generated to communicate with the XML Web service. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)

Loading