473,545 Members | 1,759 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

soap errors.

I have setup a soap machine on linux and similar configuration works
properly. on a windows mahcine, I get these erros on the addressbook,
samples, any ideas.

I am pretty sure my classpaths are setup correctly.

using jboss-tomcat engine.

This looks like text formatting issues.

Wrong news group? maybe?

C:\Berlin\JBOSS \soap-bin-2.3.1\soap-2_3_1\samples\a ddressbook>test it
This test assumes a server URL of
http://localhost:8080/soap/servlet/rpcrouter
Deploying the addressbook service...
Exception in thread "main" [SOAPException:
faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html", must be:
"text/xml&quo
t;. Response was:
]
at org.apache.soap .rpc.Call.getEn velopeString(Ca ll.java:208)
at org.apache.soap .rpc.Call.invok e(Call.java:255 )
at org.apache.soap .server.Service ManagerClient.i nvokeMethod(Ser viceManag
erClient.java:1 29)
at org.apache.soap .server.Service ManagerClient.d eploy(ServiceMa nagerClie
nt.java:142)
at org.apache.soap .server.Service ManagerClient.m ain(ServiceMana gerClient
..java:230)
..
Verify that it's there
Exception in thread "main" [SOAPException:
faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html", must be:
"text/xml&quo
t;. Response was:
]
at org.apache.soap .rpc.Call.getEn velopeString(Ca ll.java:208)
at org.apache.soap .rpc.Call.invok e(Call.java:255 )
at org.apache.soap .server.Service ManagerClient.i nvokeMethod(Ser viceManag
erClient.java:1 29)
at org.apache.soap .server.Service ManagerClient.l ist(ServiceMana gerClient
..java:151)
at org.apache.soap .server.Service ManagerClient.m ain(ServiceMana gerClient
..java:237)
..
Getting info for "Mr Good"
Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content
type &quo
t;text/html", must be: "text/xml". Response was:

..
Adding "John Doe"
Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content
type &quo
t;text/html", must be: "text/xml". Response was:

..
Query "Mr Doe" to make sure it was added
Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content
type &quo
t;text/html", must be: "text/xml". Response was:

..
Adding an XML file of listings
Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content
type &quo
t;text/html", must be: "text/xml". Response was:

..
Get everyone!
Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content
type &quo
t;text/html", must be: "text/xml". Response was:

..
Undeploy it now
Exception in thread "main" [SOAPException:
faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html", must be:
"text/xml&quo
t;. Response was:
]
at org.apache.soap .rpc.Call.getEn velopeString(Ca ll.java:208)
at org.apache.soap .rpc.Call.invok e(Call.java:255 )
at org.apache.soap .server.Service ManagerClient.i nvokeMethod(Ser viceManag
erClient.java:1 29)
at org.apache.soap .server.Service ManagerClient.u ndeploy(Service ManagerCl
ient.java:147)
at org.apache.soap .server.Service ManagerClient.m ain(ServiceMana gerClient
..java:235)
..
Verify that it's gone
Exception in thread "main" [SOAPException:
faultCode=SOAP-ENV:Protocol; msg=Unsu
pported response content type "text/html", must be:
"text/xml&quo
t;. Response was:
]
at org.apache.soap .rpc.Call.getEn velopeString(Ca ll.java:208)
at org.apache.soap .rpc.Call.invok e(Call.java:255 )
at org.apache.soap .server.Service ManagerClient.i nvokeMethod(Ser viceManag
erClient.java:1 29)
at org.apache.soap .server.Service ManagerClient.l ist(ServiceMana gerClient
..java:151)
at org.apache.soap .server.Service ManagerClient.m ain(ServiceMana gerClient
..java:237)

C:\Berlin\JBOSS \soap-bin-2.3.1\soap-2_3_1\samples\a ddressbook>
Jul 20 '05 #1
0 4189

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4398
by: Arne Kösling | last post by:
Hi ! I am new to Web Services. Therefore I ve set up a PHP Installation on Windows (PHP 4.3.2 and Apache 1.3.29). I have tested PHP alone and then installed PEAR. Now I am stuck there (Before that, I had many problems with the PHP-dlls) I've set up several SOAP Testscripts that I found on WebSites and in PHP-Books to get a PHP Client and...
3
7215
by: junkmail | last post by:
on a win 2k server apparantly it is saying i dont have it. or it cant find it. im using mySQL 4.1 php 4.3.x apache 3.0.53 im new to php and am doing some tutorials, but when i run the sripts it tells mea it can not run pear/soap, because it can not be found.the book im learning form does not tell me how to install or configure this...
2
9541
by: mkosca01 | last post by:
Hello, I have recently downloaded and installed the Soap Toolkit 3.0 from microsoft. I have successfully created the example web service DocSample1 and am able to run this from the command line using the following .vbs file. Option Explicit Dim soapClient3
4
4248
by: Peter Wullems | last post by:
I have created a schema to vallidate SOAP messages the first couple of lines are as follows: <?xml version="1.0" encoding="utf-8" ?> <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP- ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding /"> <SOAP-ENV:Header>
0
1226
by: Jonathan | last post by:
Hi there, I am using a LOTUS/DOMINO Web Service in my ASP.Net application and I am having quite a lot of problems. I have managed to solve most of them but this one it really is giving me terrible headaches. Web Service send's me back an XML that I have managed to read with an enormous quantity of problems (it sends me back an XML file with...
4
6006
by: pepcag | last post by:
I used http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconalteringsoapmessageusingsoapextensions.asp as a template to create a very simple web method with soap extension. The code like this: public string HelloWorld() { return "Hello World.";
4
2247
by: Jonathan [sbrodolo] | last post by:
Hi there, I am using a LOTUS/DOMINO Web Service in my ASP.Net application and I am having quite a lot of problems. I have managed to solve most of them but this one it really is giving me terrible headaches. Web Service send's me back an XML that I have managed to read with an enormous quantity of problems (it sends me back an XML file with...
3
1444
by: greedysmurf | last post by:
Hi. Sometimes my script works but most of the time it gives me a blank page with no errors. Any suggestions? This isn't the one that works but I would expect it to give me errors if it didn't instead of a blank page. If I type in garbage, then it will give an error. This makes me think that it's compiling but the SOAP functionality isn't...
1
2887
by: Taras_96 | last post by:
Hi everyone, I'm trying to use PHP's built in SoapClient class. It seems really easy to use, but am unsure of how to handle errors upon construction of the SoapClient object. If either the network connection is disabled, false URL is provided, or a malformed WSDL is provided, the constructor produces an error: Fatal error: SOAP-ERROR:
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7807
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7419
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7756
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5326
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4944
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3450
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3442
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1879
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.