Questions tagged as 'web-service'

1
answer

How to publish a WebService using Visual Studio C #?

I'm trying to publish a Webservice with Visual Studio but the connection is failing. Can anyone help me connect to this project? Here is the error message when I try to publish:    Publishing folder / ...   2> Unable to add 'Web.config' t...
asked by 25.09.2017 / 03:28
2
answers

Passing parameter to another activity with sharedPreference [duplicate]

I have a code where I will access a webservice that will be changing the ip weekly, I created a sharedpreference for the user to save the new ip and when that save my activity would pull that ip saved in the shared preference and would end up...
asked by 29.08.2017 / 20:35
1
answer

Generate Class from XSD - CTE for Webservice SEFAZ

Regarding the generation of NFE and CTE classes from the XSD for use in SEFAZ Webservices. I have had some ambiguity problems in the name of the generated classes. I used the Visual Studio Tools tool to generate the class from the XSD. How...
asked by 18.02.2016 / 16:29
2
answers

Developing a WebCrawler in Python [closed]

Is there any open source webcrawler project, developed in Python, for study? I've been studying / researching for some time, but I do not find anything ready about it. My goal is to study to create an open source with the following Features:...
asked by 03.11.2015 / 06:23
1
answer

Pure XML in PHP

I am making a request to a web service (made in delphi), by PHP sending an XML and receiving a response. What I want is to be able to show XML exactly as it is. Code that I use: $getData is the request XML $client = new SoapClien...
asked by 27.05.2015 / 15:37
1
answer

Is it possible to use C # + Client Delphi server?

C # has a very good framework , this would help a lot when creating a webservice server between the client and the database. Delphi already has many components that help when developing a commercial automation application. Is there any im...
asked by 11.03.2015 / 17:35
1
answer

Virtual Republic Site out of the air [closed]

Already a few days ago the Republica Virtual site that served as a base for many people to conduct a CEP consultation and receive the data with ease, it's out of breath, I do not know if anyone knows the reason for being out but my question is...
asked by 05.05.2015 / 20:07
1
answer

NullPointerException on login screen

I'm having this error NullPointerException and I do not know why. I have only a login screen, a dao that takes two parameters, email and password: java.lang.NullPointerException at android.content.ContextWrapper.getPackageName(ContextWrapper.j...
asked by 27.11.2014 / 15:07
2
answers

How to send data to web service using AFNetworking?

I have a form that must be completed in the application and sent to the web service to register a new user. How could you send this data to the web service using AFNetworking 2.0? I tried to use the code below, but returned an error: NSD...
asked by 05.11.2014 / 19:07
1
answer

Login failed for user "NT \ IUSR AUTHORITY"

With a WebService application running in IIS, but how much do I try to consume from this error:    System.Exception: Login failed for user 'NT \ IUSR AUTHORITY' I have tried to add this user, but I can not seem to get this error:    Th...
asked by 11.08.2014 / 21:00