Click here to Skip to main content
15,921,793 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Disable BACK button? Pin
Vasudevan Deepak Kumar21-May-05 3:09
Vasudevan Deepak Kumar21-May-05 3:09 
GeneralRe: Disable BACK button? Pin
devvvy22-May-05 5:42
devvvy22-May-05 5:42 
GeneralRe: Disable BACK button? Pin
Vasudevan Deepak Kumar24-May-05 4:23
Vasudevan Deepak Kumar24-May-05 4:23 
Generalsending data to different pages Pin
tonydevlin20-May-05 9:35
tonydevlin20-May-05 9:35 
GeneralRe: sending data to different pages Pin
Anonymous27-May-05 17:11
Anonymous27-May-05 17:11 
QuestionHow do I find the version number of my PHPBB? Pin
Anonymous20-May-05 8:29
Anonymous20-May-05 8:29 
GeneralJavaScript Error : Unspecified Error Pin
Mighty Booshed20-May-05 3:56
Mighty Booshed20-May-05 3:56 
General"Getting Error while publishing on uddi server programatically" Pin
Member 197389619-May-05 20:36
Member 197389619-May-05 20:36 
Hi, I am new to this group . I'm having hard time in publishing tmodel on uddi server.

The sample code in C# is as follow:

static void Main(string[] args)
{
NetworkCredential cred = new NetworkCredential("usr","paswrd","dmain");
SoapHttpClientProtocol obj = Inquire.HttpClient;
obj.Credentials = cred;

Publish.Url = "http://localhost/uddi/Publish.asmx";
Publish.User = "adminstrator";
Publish.Password = "pswrd";


//Create tModel
SaveTModel stm = new SaveTModel();
stm.TModels.Add();
stm.TModels[0].Name = "Mytmodel";
stm.TModels[0].Descriptions.Add("en","Insert description here");
stm.TModels[0].OverviewDoc.OverviewURL = "Insert URL of WSDL here";

string sTModelKey = "";

//Send to UDDI
try
{
TModelDetail tmd = stm.Send();
sTModelKey = tmd.TModels[0].TModelKey;
}
catch (UddiException ue)
{
Console.WriteLine ( ue.Message );
Console.WriteLine("hello");
}
}

THE EXCEPTION OCCURS IS:

"request failed validation because the server was unable to de-serialize the message."

plzz if anyone can suggest me way to solve out.

Thanks & Regards
Abhinav




ABhinav
QuestionPHP + Access DB = please help? Pin
Member 196994119-May-05 10:36
Member 196994119-May-05 10:36 
AnswerRe: PHP + Access DB = please help? Pin
Vasudevan Deepak Kumar21-May-05 3:06
Vasudevan Deepak Kumar21-May-05 3:06 
GeneralDownloading, editing and uploading files on the fly Pin
Julio Aragao19-May-05 10:05
Julio Aragao19-May-05 10:05 
GeneralRe: Downloading, editing and uploading files on the fly Pin
niansah19-May-05 21:30
niansah19-May-05 21:30 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Julio Aragao20-May-05 2:26
Julio Aragao20-May-05 2:26 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Anonymous27-May-05 17:14
Anonymous27-May-05 17:14 
GeneralProblems redirecting to a frame Pin
brian5519-May-05 7:43
brian5519-May-05 7:43 
GeneralRe: Problems redirecting to a frame Pin
Alsvha22-May-05 23:40
Alsvha22-May-05 23:40 
GeneralEmpty HttpWebResponse length for some urls Pin
Jason Manfield18-May-05 18:11
Jason Manfield18-May-05 18:11 
GeneralRe: Empty HttpWebResponse length for some urls Pin
minhpc_bk19-May-05 19:52
minhpc_bk19-May-05 19:52 
GeneralRe: Empty HttpWebResponse length for some urls Pin
Jason Manfield20-May-05 9:18
Jason Manfield20-May-05 9:18 
GeneralLinefeed in normal text Pin
Brendan Vogt18-May-05 4:42
Brendan Vogt18-May-05 4:42 
GeneralRe: Linefeed in normal text Pin
Ted Ferenc18-May-05 5:30
Ted Ferenc18-May-05 5:30 
GeneralRe: Linefeed in normal text Pin
JKroschel18-May-05 10:49
JKroschel18-May-05 10:49 
GeneralRe: Linefeed in normal text Pin
niansah19-May-05 2:08
niansah19-May-05 2:08 
GeneralRe: Linefeed in normal text Pin
Brendan Vogt19-May-05 2:13
Brendan Vogt19-May-05 2:13 
GeneralRe: Linefeed in normal text Pin
niansah19-May-05 2:22
niansah19-May-05 2:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.