The Artima Developer Community
Sponsored Link

Web Services Forum
.NET client

1 reply on 1 page. Most recent reply: May 4, 2005 11:06 PM by Dragan Pesic

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Igor

Posts: 1
Nickname: muzoboz
Registered: Nov, 2003

.NET client Posted: Nov 4, 2003 1:09 AM
Reply to this message Reply
Advertisement
I have WebService made via Java and its WSDL file. I also created proxy-class using wsdl.exe(.NET sdk tool).
During creating object of proxy class I have exception:
"WebServiceBindingAttribute is required on proxy classes"
But I already have this attribute.


Dragan Pesic

Posts: 1
Nickname: drpesic
Registered: May, 2005

Re: .NET client Posted: May 4, 2005 11:06 PM
Reply to this message Reply
I had the same error message, turned out that I had too many classes inherited from WebServicesClientProtocol. Once I left only inheritance in Reference.cs, it all worked out.

Flat View: This topic has 1 reply on 1 page
Topic: WSDL2Java Previous Topic   Next Topic Topic: How to deploy axis in Tomcat?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use