Posts by João Bosco • 41 points
6 posts
-
0
votes1
answer41
viewsQ: Store Procedure with SELECT and with data make an INSERT
Good morning I need to do a Store Procedure where I need to do an Insert but I need to pull data from another table to include this Insert. Example: '''CREATE PROCEDURE…
sql-serverasked João Bosco 41 -
1
votes1
answer330
viewsQ: Basic Auth API connection
I need to connect to an API in the HTTP GET METHOD with Basic Auth. I took this example on the net, adjusted but it’s not returning anything. string username = "179341"; string password = "12CC97";…
c#asked João Bosco 41 -
1
votes1
answer101
viewsQ: Save xml as UTF8
I’m consuming a Webservice, where the return is an XML. Save XML in a directory for another system to read. How do I save this XML as UTF-8? The other system read the content but the special…
c#asked João Bosco 41 -
1
votes1
answer81
viewsQ: How to save Return from a Webservice to disk?
I need to save in the directory a return of a webservice. How do I save the value of this variable ret in an archive xml. Return: XML of type Results.xsd I tried so: WSHP.XMLServer ws = new…
c#asked João Bosco 41 -
0
votes1
answer89
viewsQ: xml being generated with encoding="utf-16"
I’m having trouble serializing an xml, the same is being generated with encoding="utf-16". But the xsd is with encoding="utf-8", how I make it to be generated with utf-8? var xml = string.Empty; var…
c#asked João Bosco 41 -
0
votes1
answer164
viewsQ: Web service with c#
I need to consume a web service. I added the server to Add web reference, everything worked out. In the documentation he asks for the following: getPedido(login as string, passwd as string, XML as…
c#asked João Bosco 41