Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Consumir Un Web Service Borland C++ Ejemplo?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
CodigoX  
View profile   Translate to Translated (View Original)
 More options Oct 26 2007, 7:55 pm
From: CodigoX <age...@e-om.com.ar>
Date: Fri, 26 Oct 2007 16:55:43 -0700
Local: Fri, Oct 26 2007 7:55 pm
Subject: Consumir Un Web Service Borland C++ Ejemplo?
Hola a todos, mi nombre es Sergio y soy principiante en borland c++
2007 y quiero hacer un cliente web service con el WSDL Importer.
Como ejemplo tome este web service publico que fue el mismo que
utilice de ejemplo en visual estudio c# Express y me funciono sin
problema..

Esta es la dirección para el asistente WSDL Importer
http://www.bs-byg.dk/hashclass.wsdl
Los métodos disponibles
HashString(string,"MD5")
CheckHash(stringOrigina, stringEncrip, "MD5")

El problema lo tengo cuando lo quiero utilizar no se si es la manera
correcta..
Eje: Este código lo tengo dentro de un botos con click

..
...etc

#include "Unit1.h"
#include "hashclass.h"

..
...etc

void __fastcall TForm1::Button1Click(TObject *Sender)
{
HashClassSoap *Miserver;
Miserver=GetHashClassSoap(true);
//Edit2->Text=Edit1->Text ;
Edit2->Text = Miserver->HashString("Sergio","MD5");

}

Si alguen sabe donde puedo encontrar información o decirme donde tengo
el problema le estaría muy agradeció ya que me ayuda a seguir
aprendiendo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »