Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Member 13377166

@Member 13377166
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can any one help me with this WS?
    M Member 13377166

    Thanks! Thats work me :thumbsup::thumbsup::thumbsup:

    C# asp-net wcf help question

  • can any one help me with this WS?
    M Member 13377166

    Im trying to consume this WS and response NULL. I dont know why because when I test it in boomerang tool work good. Please if someone can help me :( The method dont receive parameters and return a string.

    using Tassadar.Core.Interfaces;
    using ServiceSeedReference;
    using System.Threading.Tasks;

    namespace Tassadar.Infrastucture.Repositories
    {
    public class FacturaRepository : IFacturaRepository
    {

        public string GetSeedSII()
        {
            string s2;
    
            CrSeedClient seedClient = new CrSeedClient();
    
            s2 = seedClient.getSeed(); //RETURN NULL I DONT KNOW WHY
    
            return s2;
        }
    
    }
    

    }

    Is a public WS. wsdl: https://palena.sii.cl/DTEWS/CrSeed.jws?WSDL[^] Thanks!! PD: sorry for my english!

    C# asp-net wcf help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups