I\'ve exposed a method on a web service to return an interface and sending back conrete classes using the [ServiceKnownType] attribute which works very well.
EDIT I started off with the example given below, but I have now: Tried the example from the W3C spec. After fixing another error (binding was called StockQuoteSoapBinding in one place, StockQuoteBin
So I\'ve got a bit of an issue I\'m trying to work through. Perhaps some Flex guru could assist? I have a WebService instance that attempts to load a WSDL file from our JBoss Application Server. If I
We are trying to create a mock service for a web service for tes开发者_运维技巧ting purposes. To do this we run wsdl.exe to create an interface and then create an asmx web service based on that inter
I am working with a webservice that provides basic CRUD functionality.The Retrieve is easy enough to work with, but I\'m having trouble working with the Create (I\'ve not yet messed with the Update or
I have a bunch of very simple functions. Each function has one input and one output. OutputType function func(InputType);
Is it possible to create a single file to generate a client from a WCF generated WSDL file (and any additional XSD files that are also generated from this service)
I have a client that is mandating that my required string开发者_运维知识库 elements have nillable=\"false\", currently all strings in the wsdl come out will nillable=\"true\", IE:
I\'m writing some code to talk to a web service via WSDL-SOAP. I\'m using php5\'s native soap implementation. So far so good.
I\'m trying to generate a client from a WSDL file without using visual studio itself and didn\'t know what the best place was to start.