Search the web
Sign In
New User? Sign Up
wsdl
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1444 - 1484 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1444
Hi, I dont know if thus has been discussed before, I have a hardware device that implements a webserver, It's been programmed so that it can answer with live...
abregomartinez
Offline Send Email
Dec 4, 2003
7:35 pm
1445
Not sure if it's possible. Using a HTTP POST binding instead of SOAP over HTTP is less common but the WSDL 1.1 spec did try to allow for it. This example from...
Graeme Riddell
bowlimey
Offline Send Email
Dec 5, 2003
12:54 am
1449
I have to manually create a wsdl file, and this is what i write: java2wsdl CreditBureauService -e http://localhost:8004/myWebServices I keep on getting...
shanijayant
Offline Send Email
Dec 8, 2003
1:07 am
1452
I have the same problem. Any idea how to build a deserializer to use .NET service with Axis? (I can't change the service implementation, it is from an other ...
Christo Popov
h_popov
Offline Send Email
Dec 12, 2003
9:49 am
1455
Hi, I am deploying a web service. The class has a method with SOAPContext and org.w3c.dom.Element as in parameters and Response as out parameter. Once the WSDL...
thiagarajan_t@...
thiagarajan_t
Offline Send Email
Dec 18, 2003
5:24 am
1456
Please post your WSDL file. It sounds as if your WSDL includes an <import> statement, and your processor is unable to import the specified file. -atm...
Anne Thomas Manes
annemanes
Offline Send Email
Dec 18, 2003
6:29 pm
1458
Here is the WSDL file.. I have localized the error..it is coming because of using Response as out parameter and Element as in parameter.... The actual error...
Arun Thiagarajan
thiagarajan_t
Offline Send Email
Dec 19, 2003
4:37 am
1460
Can you successfully hit that URL ( " http://xml.apache.org/xml-soap <http://xml.apache.org/xml-soap> " ) ? I try and I get a "404 - Not Found". The WSDL...
Graeme Riddell
bowlimey
Offline Send Email
Dec 19, 2003
2:04 pm
1461
You need to provide an <import> definition for the xmlns:apachesoap="<http://xml.apache.org/xml-soap>http://xml.apache.org/xml-soap" namespace and provide a...
Anne Thomas Manes
annemanes
Offline Send Email
Dec 19, 2003
9:10 pm
1464
Has anyone come across any problems deploying document style webservices with AdminClient on Axis 1.1? I have configured Axis to run with Tomcat and able to...
Garvin Franco
francog_98
Offline Send Email
Dec 29, 2003
4:37 pm
1465
Hello, How can I specify a https transport for a SOAP binding. should the transport URL in the binding element be set to ...
mirakee2000
Offline Send Email
Jan 6, 2004
1:04 am
1466
Hi Mirakee, you should use the third option; use https in the location attribute for the soap:address hth, eric...
Eric Rajkovic
eccoonthenet
Offline Send Email
Jan 6, 2004
1:35 am
1467
Hi, How should a SOAP fault with no detail element be modelled in a WSDL? Should a fault msg be defined at all with no part parameter or should the fault...
mirakee2000
Offline Send Email
Jan 6, 2004
1:41 am
1468
Hello, i´m studying the 2.0 spec at the moment and i´m quite confused about the role of messages in the new standard. On the one hand the standard does not...
bigbighustler
Offline Send Email
Jan 6, 2004
4:47 am
1469
I want to implement a web service client like the http://www.soapclient.com/soaptest.html implementation in java. But I have problems to handle the complex...
chillil2003
Offline Send Email
Jan 6, 2004
8:07 pm
1470
A message element defines the content of a message that the service supports. Each message holds one or more part elements. A part element simply names a data...
Shankare Gowda
shankug
Offline Send Email
Jan 7, 2004
10:44 am
1471
... Hello, i think your statements are correct for the previous standards, but in the __2.0__spec there are no more messages defined (imho), or i cant find...
Hendrik Jander
bigbighustler
Offline Send Email
Jan 7, 2004
11:22 am
1472
in wsdl 2.0, interface/operation/input (or ./output) points directly to an xml schema global element declaration (ged). instead of using wsdl:message with > 1...
Jeffrey Schlimmer
jeffsch2
Offline Send Email
Jan 7, 2004
10:02 pm
1473
... Hello, we built an example to ask you 2 questions and figure out if we got everything right. the first question is: jacek stated that the message reference...
Hendrik Jander
bigbighustler
Offline Send Email
Jan 8, 2004
6:13 pm
1474
if there are only one input or output in a mep, then @messageReference is optional for that message the value for this att is defined by the mep for...
Jeffrey Schlimmer
jeffsch2
Offline Send Email
Jan 8, 2004
10:27 pm
1475
Let my fingers do the walking and the talking... They please me I am sure they can please you too... I bet you wish you could get all your fingers deep inside...
gl0wlightbabe4
Offline Send Email
Jan 9, 2004
8:47 am
1476
Hi All, I am pretty new to SOAP and WSDL, recently because i have a requirement to connect to a client of us i was required to connect to them using the SOAP /...
gandanaraj
Offline Send Email
Jan 12, 2004
4:19 am
1477
Dear friends We are having immediate openings for j2ee professionals in one of the largest MNC. they are looking forward to recruit professional for their...
kamal singh
great_jobss
Offline Send Email
Jan 12, 2004
7:41 am
1478
WE ARE HAVING OPENINGS IN SOME OF THE PRESTIGIOUS MNC’s IN Bangalore .the interviews for abve positin will be conducted in chennai and hyderabad Job...
kamal singh
great_jobss
Offline Send Email
Jan 13, 2004
5:29 am
1479
WE ARE HAVING OPENINGS IN SOME OF THE PRESTIGIOUS MNC’s IN Bangalore .the interviews for abve positin will be conducted in chennai and hyderabad Job...
kamal singh
great_jobss
Offline Send Email
Jan 13, 2004
5:29 am
1480
Hi, I am trying to find the best way of going about setting up a web cam (video stream) web service. I need a way of transmitting a binary video stream via web...
tuned993
Offline Send Email
Jan 13, 2004
11:23 am
1481
There is a special format DIME (like MIME but it is binary) to send SOAP messages with attachments. ... ...
Christo Popov
h_popov
Offline Send Email
Jan 13, 2004
11:54 am
1482
Thanks. Specifically I would like to know how to do 'live' streaming of (for example) textual data between a web service producer and client consumer, after it...
tuned993
Offline Send Email
Jan 14, 2004
10:17 am
1483
Hi, I am very new to this XML(Schema) and WSDL space. I want to validate the WSDL file. Under service tag I want to add my custom information, that is not part...
shankare gowda
shankug
Offline Send Email
Jan 14, 2004
10:51 am
1484
I am not so advanced, but I believe you can find useful info by searching about 'DIME' and SOAP with attachments But I don't know how to do 'streaming' ... ...
Christo Popov
h_popov
Offline Send Email
Jan 14, 2004
2:16 pm
Messages 1444 - 1484 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help