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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 9085 - 9114 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9085
Sad to say, but at the current time SOAP::Lite's WSDL support is not very robust. Let me refer you to the following thread regarding SOAP::Lite and ...
Byrne Reese
byrnereese
Online Now Send Email
Apr 1, 2003
5:25 pm
9086
I'm having a really hard time coming up with a valid (valid for SOAP::Lite) WSDL describing a method that accepts MIME attachments. I'm using SOAP::Lite 0.55...
Tobias Hoellrich
thoellri
Offline Send Email
Apr 1, 2003
6:54 pm
9087
Well I just started using axis. Im using the axis support in jboss. What im trying to do is expose a session bean as a web-service. So I looked at all the...
rodif_bl
Offline Send Email
Apr 3, 2003
12:08 am
9088
Is there a tool or service available that would enable a Web Service invocation (consumption) from a mainframe enviroment. Basically the mainframe would be a...
Deepak Mahadevan
deepu1810
Offline Send Email
Apr 4, 2003
9:30 pm
9089 noor_glass
Offline Send Email
Apr 8, 2003
7:44 am
9090
Hi - I have an application from which I would like to be able to access more than one SOAP server. I'd like to be able to use the autodispatch (or ...
amoore
Offline Send Email
Apr 8, 2003
3:58 pm
9091
Hi! Some web services require an array for an input in the client like I've seen in some .NET or Delphi built service, can I make a client to access this in...
Rico Pamplona
rrpamplona
Offline Send Email
Apr 8, 2003
4:40 pm
9092
I have a question regarding Soap Response. My C# Web Services Server code looks like this [WebMethod] public XmlDocument NodePing(string strXml) { code parses...
mahesh2115
Offline Send Email
Apr 8, 2003
8:35 pm
9093
Mahesh, I have done some experiment with .Net WSE 1.0 SP1 and it looks like you can achive some of this using specific attributes ...
Eric Rajkovic
eccoonthenet
Online Now Send Email
Apr 9, 2003
1:21 am
9094
hello! first day .. first email.. and so many questions! I read an article, "Sending Files, Attachments, and SOAP Messages Via Direct Internet Message...
nutty_nut5
Offline Send Email
Apr 9, 2003
1:15 pm
9095
I am trying messaging app with soap-2.3. It works fine with apache jakarta, same stuff does not work with weblogic properly. I can install stuff properly and...
skaran_99
Offline Send Email
Apr 10, 2003
12:48 am
9096
Eric, Thanks. I am a part-time programmer. I will try this code today and let you know the results. Thanks again. Mahesh Eric Rajkovic...
Mahesh Vijay
mahesh2115
Offline Send Email
Apr 10, 2003
2:59 pm
9097
Eric, I tried with your code, the "PingResponse" tag is gone now. But, I am still getting the "PingResult" tag. I tried with different options but still...
mahesh2115
Offline Send Email
Apr 10, 2003
11:48 pm
9098
Hi: SOAP RPC also has the notion of return parameters: responses carrying more than one "return" value. Apache SOAP's default RPC service provicer does not...
qingfenglin
Offline Send Email
Apr 14, 2003
4:09 am
9099
Shooting from the hip: 1. Return a structure that provides the union of possible return values. 2. Break the operation up so they each return 1 type. I'm not...
jim@...
jjm_morgan
Offline Send Email
Apr 14, 2003
12:44 pm
9100
Jim: Thanks for your reply. However, I have tried the solution that you provide, but it doesn't work as Apache SOAP generate different response as MS SOAP does...
qingfenglin
Offline Send Email
Apr 14, 2003
4:07 pm
9101
Check out GLUE[1], we handle multiple return parameters. You may find GLUE much easier to use than Apache SOAP. --Wes [1] http://www.themindelectric.com ... ...
Wes Moulder
wes_moulder
Online Now Send Email
Apr 14, 2003
7:01 pm
9102
After extensive discussion with schema experts, I believe that it is correct that if you have a known schema type and an explicit xsi:type in XML, the xsi:type...
rayjhax
Offline Send Email
Apr 14, 2003
9:04 pm
9103
Soapenc:Array is usually treated special. Since it's using the soap encoded rules, it doesn't quite follow normal schema processing. The thing to look at...
Wes Moulder
wes_moulder
Online Now Send Email
Apr 14, 2003
10:01 pm
9104
... So we can't expect a processor which tries to do real schema validation based upon WSDL-specified types to work? We assume that senders and recipients are...
rayjhax
Offline Send Email
Apr 14, 2003
10:25 pm
9105
... The WSDL encoding attribute means that the schema "definitions" cannot be used directly, but are understood to have additional processing. Short answer:...
Rich Salz
rich_salz
Offline Send Email
Apr 14, 2003
10:42 pm
9106
You should have consulted soap-encoding experts ;) As Rich says in another mail, the schema can't be used directly for soap-encoding. In fact, it can be...
Pete Hendry
peter.hendry@...
Send Email
Apr 15, 2003
1:11 am
9107
... I'd quibble with the reason, but agree with the trend: SOAP RPC is being squeezed out of existence. The future is clearly SOAP wrapping around XML...
Rich Salz
rich_salz
Offline Send Email
Apr 15, 2003
3:23 am
9108
Test msg......msg1........
james_alfred_2003
james_alfred...
Offline Send Email
Apr 15, 2003
7:54 am
9109
Indeed, the group still works. --Wes ... From: james_alfred_2003 [mailto:geforce3ti_500@...] Sent: Tuesday, April 15, 2003 2:55 AM To:...
Wes Moulder
wes_moulder
Online Now Send Email
Apr 15, 2003
6:02 pm
9110
I have heard of people running Linux partitions on IBM mainframe. Within the Linux partition, you can use java and all that. Maybe you can run java as native...
Geoff
mrcoder
Offline Send Email
Apr 16, 2003
2:37 am
9111
Actually - and I don't work for IONA, but I do happen to know that there whole product suite is based on SOAP-enabling mainframes and other legacy systems. You...
Byrne Reese
byrnereese
Online Now Send Email
Apr 16, 2003
3:35 pm
9112
Announcement: The latest release (available at the following URLs) SOAP-MIME-0.55-7 fixes a critical bug in SOAP::MIME that causes a crash when you attempt to...
Byrne Reese
byrnereese
Online Now Send Email
Apr 16, 2003
4:56 pm
9113
Since you've asked about mainframe support for SOAP and Web Services you may be interested in IBM's SOAP for CICS SupportPac which provides support for CICS to...
fraserbohm
Offline Send Email
Apr 17, 2003
10:20 am
9114
Since you've asked about mainframe support for SOAP and Web Services you may be interested in IBM's SOAP for CICS SupportPac which provides support for CICS to...
fraserbohm
Offline Send Email
Apr 17, 2003
10:20 am
Messages 9085 - 9114 of 10820   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