G
Guest
I'm trying to write an extended stored procedure that will call a webservice
First I wrote a console application and made the call
localhost::WsXpService* xsp = new localhost::WsXpService()
String* s = String::Copy(xsp->WsXpMethod2())
This works fine
But when I put the same code (same reference) into my XP procedure code I cannot even compile it?
What's wrong?
/Folke
First I wrote a console application and made the call
localhost::WsXpService* xsp = new localhost::WsXpService()
String* s = String::Copy(xsp->WsXpMethod2())
This works fine
But when I put the same code (same reference) into my XP procedure code I cannot even compile it?
What's wrong?
/Folke