Tool for creating objects from XML web service schema

I work a lot with external web services and I need to create an object (class) based on this document, so I can use this object in my web application.

My question is simple, is there a way that I can create / generate an object using only the XML provided from the schema?

kind'a wscompile tool

Will save many hours for everyone :)

Added after the first two answers:

maybe you are right but cant test it

It may be me, but how can I do this for:

http://obo.par.se/jboss-net/services/DocumentFactory?WSDL

the manual says that

"If you are creating a web service from Visual Studio, you should use following the WSDL source:" OBO - Changed to work with Visual Studio.wsdl "

Shouldn't "web service" be the same language we choose to create and consume? isn't that the point of web services?

I even copied the schema and saved here , so I can import from VS, but when I imported as a web link, I don't get an Object, what am I missing?

0


source to share


2 answers


By creating a web link in Visual Studio, proxy classes are generated for you. This might be what you need.



+1


source


Assuming I understand your question .... Visual Studio was able to create proxy clusters for WSDL for multiple editions. google: visual studio wsdl proxy



0


source







All Articles