Hi all, I am Sheik Mohamed ,software Engineer.I am developing Perl Webservice using SOAP::Lite Module . I am developed SOAP Server using SOAP::Lite module.I ...
... Sheik, This is not the group for this question, this question belongs on the soaplite yahoo group. That being said, the problem that immediately jumps out...
I have a client that needs to access a service that is hidden behind a firewall. The client knows only about a "firewall" service that takes requests and...
Can I please get some advise on who has actual success with this DIME config? Specifically we wish to push a file from a Linux client to MS server. We'd like...
David, Systinet Server for C++ [1] supports DIME attachments. At the end of the year, version 5.5 will be available which supports also unreferenced ...
Tomas Bahnik
tomas.bahnik@...
Nov 26, 2004 8:24 am
10029
Any reason you have to use DIME? The standard for interoperability per WS-I today is SwA, and there is a .NET soap extension to support this, most other ...
As per Dennis' question, at the time we developed, we understood that DIME was the only option. Now we are committed because we have pocketsoap clients...
Hi, Firstly, I am new to Web Services and SOAP, I didn't realise what I was getting into :) I have posted to MSDN, but have not received a response there. I...
Hi, I may have been a little hasty posting to this list, I have just ... specific toolkit questions (such as, "how do I do this or that in Apache SOAP")....
Hi Lee: I think this kind of question actually is about an interoperability issue, so it's OK (IMO at least) to post it here. What would be useful, though,...
Glen Daniels
glen@...
Nov 29, 2004 6:35 pm
10035
I've heard mention of the idea of lining up SOAP webservices in a pipeline analogous to a Unix pipeline (as in grep foo file|sort|head), but I've never seen it...
The XML Pipeline Definition Language W3C Note [1] tries to do something similar. HTH. -Anish -- [1] http://www.w3.org/TR/2002/NOTE-xml-pipeline-20020228/...
Hi All; 1.4 Alpha has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL...
Srinivasan R has invited you to join hi5. By joining hi5, you will be connected to Srinivasan and all of Srinivasan's friends.<br> <br> hi5 is the place where...
Is anyone currently supporting [1]? Also, is this on the WS-I radar for addressing XML Signature interop? [1]http://www.w3.org/TR/2004/WD-xml-id-20041109/ Much...
... I don't think it's a WS-I issue (Im' on the security group), but rather more of a WS-Security and SAML issue. There has been lots of heated discussion in...
Thanks Glen, I have a web page here that shows the Infopath wizard (no error message) and the WSDL and TCP trace. All help appreciated! Lee ... useful, ... and...
Hi Lee: Try using "wrapped" style instead of "document" in Axis (i.e. change the WSDD). That should, I think, solve your problem. --Glen...
Glen Daniels
glen@...
Dec 14, 2004 1:15 pm
10045
Hi All; 1.4 Final has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL...
Great, thanks Glen that did it. Can I ask why and not understand the answer :) Is it that MS Soap or whatever is underneath only understands the wrapped...
Hello, Axis recently fixed up its type mapping system and our users have reported some interop problems. Specifically, .NET client does not seem to understand...
Could be because WS-I BP1.x disallows use of SOAP encoding. It has always been my understanding that .NET would not support SOAP encoding. Bottom line, you...
Well, that is cool for document/literal web services, but there are still *many* toolkits (like say, Axis) that default to rpc/encoded. WS-I says nothing about...
Hi Tom, Does your WSDL contain xsd:import for soap-encoding schema? While we're on the topic, any plans to change your default from encoded to literal? Thanks ...
Kirill Gavrylyuk
kirillg@...
Dec 17, 2004 7:48 pm
10051
Yup, at the top of my <schema> section: <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> I attached the whole WSDL for reference. No plans to...