Giter VIP home page Giter VIP logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Hi Leopard,

In order to get the 'Add Service Reference' code generation to work, I've 
tweaked the types namespace in the WSDL schema from:

http://www.servicestack.net/types/
to:
http://www.servicestack.net/types

The latest example project (v1.57) includes a code generated proxy created by 
VS.NET when looking at the SOAP 1.2 WSDL - Which you can get here:
http://servicestack.googlecode.com/files/ServiceStack.Examples-v1.57.zip

Let me know if this fixes your issue as well.

Cheers,
- Demis

Original comment by [email protected] on 24 Oct 2010 at 11:45

from servicestack.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Soap12 wsdl is still invalid in places according to the validation tool I am 
using, which causes knock on efects when consuming the service. The namespace 
defined is "soap12" but several of the operations are defined in "soap". I can 
obviously fix this manually and save to a file, but when you get a chance it 
would be nice to have this fixed.

Original comment by LepardUK on 25 Oct 2010 at 7:27

from servicestack.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Hi Leopard,

I apologize for the delay, as I've only now managed to find the time to look 
into the issue again. 
It looks like that I broke the SOAP endpoints during my last big re-factor. 
Anyway the issues should be resolved now and I've added some tests in 
ServiceStack as well as a couple of test pages that calls the Example 
ServiceStack Web Services here:

http://www.servicestack.net/ServiceStack.Examples.Clients/Soap11.aspx
http://www.servicestack.net/ServiceStack.Examples.Clients/Soap12.aspx

The example pages use the generated proxies created by VS.NET's 'Add Service 
Reference'

Source code:
https://github.com/mythz/ServiceStack.Examples/blob/master/src/ServiceStack.Exam
ples.Clients/Soap11.aspx.cs
https://github.com/mythz/ServiceStack.Examples/blob/master/src/ServiceStack.Exam
ples.Clients/Soap12.aspx.cs

Note: The live demo is running on Mono and historically their support for WCF 
has been poor although having just upgraded to 2.8 last night it appears to 
work ok. Unfortunately they still have a buggy XmlSchema implementation so 
generating the WSDL doesn't work at the moment but works fine on windows. FYI 
the prefix has changed from '/Public' to '/ServiceStack' and now the Web.config 
is a lot cleaner with only one httpHanlder mapping required and all the WCF 
configuration removed. The new location for the WSDL is now at the following 
locations:

http://localhost/ServiceStack.Examples.Host.Web/ServiceStack/Soap11
http://localhost/ServiceStack.Examples.Host.Web/ServiceStack/Soap12

Anyway the new Example project is available at:
https://github.com/downloads/mythz/ServiceStack.Examples/ServiceStack.Examples-v
1.63.zip

Let me know if the latest builds resolve your problems.

Cheers,
- Demis

Original comment by [email protected] on 4 Dec 2010 at 6:17

from servicestack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.