Project: WSO2 wsclient
Shell wsclient - malformed input XML ("unrecognized operation")?
Dear guys, I hope you can help me.
Am a novice at using wsf/c in wsclient, have just installed it.
Trying urgently to consume a web service for returning a file as attachment from remote database with WS-interface when sent ObjectID, Storage and TransferDisposition (SOAP 1.1).
Using the 1.3.0 wsf/c C-library installation on a linux debian machine - only way for my application is to envoke wsclient in a linux/bash shell. Tried everything in the XML but still receiving the SOAP error:
- 6 comments
- Read more
- 116 reads
Problems with wsclient command line tool
Hello,
i am trying to monitor a webservice with the wsclient command line tool. I have the following things:
- Client certificate and key for https.
- key and certificate for encrypting and signing the message, and decrypting the answer.
I tried the following command:
wsclient --soap --no-mtom --server-cert https_client_cert.pem --encrypt-before-signing --certificate server_pem.crt --key CosmosClient_I.key [URL]
And the logfile then contains:
java client / .net web service
Hi,
I am new to web services and have a question about java and .net interoperability.
I have a sipmle .net Web Service that I am written with Microsoft Visual Studio and java client that call this .net web service and get a
results. For this case I have used a Axis2 Plug-in for IntelliJ IDEA to generate a MyStub.java. It was ok. Then I use a main class to call
MyStub invoking .net web service, and I got a bug:
.NET client consuming Java Webservices.
Hi,
I'm absolutely new to web service and have a kinda basic question about java .net interoperability. Hope this is the right place to ask.
I have this very simple java webservice:
package weird;
public class Weird {
public double getD(double d)
{
return d;
}
}
I have a java client and it works fine.


