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 ...
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...
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...
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...
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...
I have a question regarding Soap Response. My C# Web Services Server code looks like this [WebMethod] public XmlDocument NodePing(string strXml) { code parses...
hello! first day .. first email.. and so many questions! I read an article, "Sending Files, Attachments, and SOAP Messages Via Direct Internet Message...
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...
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...
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...
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: 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...
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 ... ...
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...
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...
... 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...
... The WSDL encoding attribute means that the schema "definitions" cannot be used directly, but are understood to have additional processing. Short answer:...
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@...
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...
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...
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...
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...
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...
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...