Hi All,
I m new member of this group. I m doing thesis in Web Service
Composition. I want to know how can be check the composability of two
web service, means what are the requirements the web services need to
fulfill in order to be composable. Can anybody help me regarding the
same......
Thanks
Sanjay Gupta
Hai,
I am new to EVC++.i need make application .The details are given
below.
There is something called UDDI protocol .I need to make a client .
All it is goiing to do is find ot another computer that is on the
network (they communicate using UDDI).Well, the server in this case
will be a web service.We will be running the server on XP Media
center.But, the pocket pc will have to discover the server.The key is
to write a client that discovers the web service.
so, I need to focus on the UDDI client samples.
So,I need to start doing it..How to start it?
If u know any information about how to develop it,please give
information
Thanks In Advance.
Bye,
Srikanth dande
It's working out well, thanks
> Try the follwing
> http://www.xmethods.com/sd/2001/BabelFishService.wsdl
>
>
> I am not sure how far it can help you.
>
> Thanks,
> Jebastin Prabaharan.S.
>
>
>
> --- In uddi-technical@yahoogroups.com, "Kevin Ancil Weekes"
> <keyhawk97@h...> wrote:
> > hey does anyone know of any language translation / localization web
> > services? i'd like to use it in a web application
Hi Kevin,
Try the follwing
http://www.xmethods.com/sd/2001/BabelFishService.wsdl
I am not sure how far it can help you.
Thanks,
Jebastin Prabaharan.S.
--- In uddi-technical@yahoogroups.com, "Kevin Ancil Weekes"
<keyhawk97@h...> wrote:
> hey does anyone know of any language translation / localization web
> services? i'd like to use it in a web application
Hi,
Friends
Greetings and best regards!!
I am able to add web reference and by specifying the complete URL of
the webservices I am able to fetch them.
But this way I am explicitly providing the complete information but I
want to make use of UDDI search that can locate the WebServices by itself.
In short I think there should be something like UDDI directory or
some file in which I can LIST my LAN IP's so that it makes a LOCAL
search and tell me what is available.
Waiting for someone encouraging resposne.
best regards
Pradeep
Hi,
All
I am facing following problem ::
I have declared my web service object in VC++ like this ...
WebReference::Service1* ob = new WebReference::Service1();
cout<<"last name = "<< ob->HelloWorld()<<endl;
Now what is happening .. actually ob->HelloWorld is returning is
printing 1 as its return value, and not the String that I am expecting
from it. The return value is behaving as a True and False value ..
Since When I am comparing it like ....
if(!ob->HelloWorld())
{
Console::WriteLine("Hello If");
}
else
{
Console::WriteLine("Hello Else");
}
It prints Hello Else .. So Can U suggest me what's the way to fetch
the String value .....instead of Boolean that I am getting here ......
Waiting to read from SomeOne ..
It's a bit urgent
best regards!!
Pradeep
Hi,
I have developed a project in VC++ in which I am accessing a VB
DLL. I have created that dll through following command.
wsdl http://10.2.1.44/WebService1/Service1.asmx /l:vb /out:service1.vb
vbc /t:library /r:System.dll,System.web.services.dll,System.xml.dll
Service1.vb
Now I am calling a method called HelloWorld from my main module in
VC++ as follows ::
int _tmain()
{
Service1 *ob = new Service1();
System::Console::WriteLine("LastName:",ob->HelloWorld());
return 0;
}
Well I am able to build the project without any problem ... but the
String that is supposed to be returned ... nothing appears in console.
What to do now .. Since till now I was getting some errors but now its
a normal execution so .. no idea which side I am doing wrong ....
best regards
Pradeep
Hi All .
Well .. I am doing a Project, in which I need to first derive some
solution to a problem then I have to post them through Web Service and
further these solutions could be used by someone else in the Network
depending on the possible matching of some pattern through UDDI.
Well I guess it is a little bit what .NET environment does with UDDI &
Web Services.
Actually I need to add some semantics in the strings returned by a Web
Service.
I'll be happy If Some One could let me know that Can I implement some
semantics aspects in Web Services ?
Waiting for someones encouraging resposne.
May be I am not clear in my Questions but I can discuss my problem in
a much better version if someone out here can take some initiative to
help me out ...
Thanx
Pradeep
Hi,
I am trying to understand UDDI v3. I am using Systinet's UDDI
registry. I tried to access it through JAXR call. I am not able to map
few things.
1. what exactly "keyName" attribute in KeyedReference(UDDIv3) maps
to(JAXR)?
- name of the Classification or name of the concept?
2. Is there any mapping(in JAXR) available for
KeyedReferenceGroup(UDDIv3)?
3. What exactly tModelKey in TModelInstanceInfo(BindingTemplate)
maps to(JAXR)?
4. can I add any webservices to my webproject in visualStudio.net
from UDDIv3 registry?
can any of you help me?
regards,
Jebastin Prabaharan.S.